Send a Pushbullet alert when Bitcoin drops below your set price
This trigger fires every day after the markets close and a stock’s closing price drops below an amount you specify.
Developer info
- API endpoint slug
- finance.current_price_drops_below
Trigger 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.currentPriceDropsBelow.StockName
- Type
- String
- Example
- Google Inc.
Stock ticker The ticker name of the stock.
- Slug
- StockTicker
- Filter code
- Finance.currentPriceDropsBelow.StockTicker
- Type
- String
- Example
- GOOG
Price The last trade price of the stock.
- Slug
- Price
- Filter code
- Finance.currentPriceDropsBelow.Price
- Type
- String
- Example
- 603.7
Info url A link to more information about the stock.
- Slug
- InfoUrl
- Filter code
- Finance.currentPriceDropsBelow.InfoUrl
- Type
- String
- Example
- https://finance.yahoo.com/quote/GOOG/
Check time Date and time this trigger was checked.
- Slug
- CheckTime
- Filter code
- Finance.currentPriceDropsBelow.CheckTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00