Explore Plans
Mobile menu Close menu
Finance

History of a stock dropping below a price

This query returns a list of when a stocks price dropped below an amount you specify. Note: this query will only return future events after this Applet is created.

Developer info

API endpoint slug
finance.history_of_a_stock_dropping_below_a_price
Runtime method
performQuery("finance.history_of_a_stock_dropping_below_a_price"}

Query fields

Symbol Text input

Label
Ticker symbol
Slug
symbol
Required
true
Can have default value
true

Price Text input > Other

Label
Price
Slug
price
Required
true
Can have default value
true

Ingredients

Stock name The full name of the stock.

Slug
StockName
Filter code
Finance.historyOfAStockDroppingBelowAPrice.StockName
Type
String
Example
Google Inc.

Stock ticker The ticker name of the stock.

Slug
StockTicker
Filter code
Finance.historyOfAStockDroppingBelowAPrice.StockTicker
Type
String
Example
GOOG

Price The last trade price of the stock.

Slug
Price
Filter code
Finance.historyOfAStockDroppingBelowAPrice.Price
Type
String
Example
603.7

Info url A link to more information about the stock.

Slug
InfoUrl
Filter code
Finance.historyOfAStockDroppingBelowAPrice.InfoUrl
Type
String
Example
http://www.google.com/finance?q=GOOG

Check time Date and time this trigger was checked.

Slug
CheckTime
Filter code
Finance.historyOfAStockDroppingBelowAPrice.CheckTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00