Turn WiZ light red when stock price drops sharply
This trigger fires every day after the markets close and a stock's price drops from the previous closing price by at least the percentage you specify.
Developer info
- API endpoint slug
- finance.percentage_drop_stocks
Trigger fields
Symbol Text input
- Label
- Ticker symbol
- Slug
- symbol
- Required
- true
- Can have default value
- true
Percentage Text input
- Label
- Percentage decrease
- Helper text
- e.g. insert 15 for 15%
- Slug
- percentage
- Required
- true
- Can have default value
- true
Ingredients
Stock name The full name of the stock.
- Slug
- StockName
- Filter code
- Finance.percentageDropStocks.StockName
- Type
- String
- Example
- Google Inc.
Stock ticker The ticker name of the stock.
- Slug
- StockTicker
- Filter code
- Finance.percentageDropStocks.StockTicker
- Type
- String
- Example
- GOOG
Price The last price
- Slug
- Price
- Filter code
- Finance.percentageDropStocks.Price
- Type
- String
- Example
- 89
Info url A link to more information about the stock.
- Slug
- InfoUrl
- Filter code
- Finance.percentageDropStocks.InfoUrl
- Type
- String
- Example
- https://finance.yahoo.com/quote/GOOG/
Check time Date and time this trigger was checked.
- Slug
- CheckTime
- Filter code
- Finance.percentageDropStocks.CheckTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Percentage change The percentage change
- Slug
- PercentageChange
- Filter code
- Finance.percentageDropStocks.PercentageChange
- Type
- String
- Example
- 42