This query returns a list of when a stocks price rose above an amount you specify. Note: this query will only return future events after this Applet is created.
API endpoint slug
finance.history_of_a_stock_rising_above_a_price
Runtime method
performQuery("finance.history_of_a_stock_rising_above_a_price"}
Query fields
Label
Ticker symbol
Slug
symbol
Required
true
Can have default value
true
Label
Price
Slug
price
Required
true
Can have default value
true
Ingredients
Slug
StockName
Filter code
Finance.historyOfAStockRisingAboveAPrice.StockName
Type
String
Example
Google Inc.
Slug
StockTicker
Filter code
Finance.historyOfAStockRisingAboveAPrice.StockTicker
Type
String
Example
GOOG
Slug
Price
Filter code
Finance.historyOfAStockRisingAboveAPrice.Price
Type
String
Example
603.7
Slug
InfoUrl
Filter code
Finance.historyOfAStockRisingAboveAPrice.InfoUrl
Type
String
Example
http://www.google.com/finance?q=GOOG
Slug
CheckTime
Filter code
Finance.historyOfAStockRisingAboveAPrice.CheckTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00