This query returns a list of when a stock's price rises from the previous closing price by at least the percentage you specify. Note: this query will only return future events after this Applet is created.
API endpoint slug
finance.history_of_todays_price_rises_by_percentage
Runtime method
performQuery("finance.history_of_todays_price_rises_by_percentage"}
Query fields
Label
Ticker symbol
Slug
symbol
Required
true
Can have default value
true
Label
Percentage increase
Helper text
e.g. insert 15 for 15%
Slug
percentage
Required
true
Can have default value
true
Ingredients
Slug
StockName
Filter code
Finance.historyOfTodaysPriceRisesByPercentage.StockName
Type
String
Example
Google Inc.
Slug
StockTicker
Filter code
Finance.historyOfTodaysPriceRisesByPercentage.StockTicker
Type
String
Example
GOOG
Slug
Price
Filter code
Finance.historyOfTodaysPriceRisesByPercentage.Price
Type
String
Example
89
Slug
InfoUrl
Filter code
Finance.historyOfTodaysPriceRisesByPercentage.InfoUrl
Type
String
Example
http://www.google.com/finance?q=GOOG
Slug
CheckTime
Filter code
Finance.historyOfTodaysPriceRisesByPercentage.CheckTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Slug
PercentageChange
Filter code
Finance.historyOfTodaysPriceRisesByPercentage.PercentageChange
Type
String
Example
42