Add ticker to watchlist
edgaralert_add_ticker_to_listAdd a stock ticker to your ticker list or watchlist. Obtain list IDs with the get ticker lists tool, then supply the list ID and ticker symbol.
Instructions
Adds a stock ticker to one of the user's ticker lists (watchlists). Use edgaralert_get_ticker_lists first to find the correct listId. Plan limits apply: FREE/STARTER plans are capped at 10 tickers total across all lists. Returns the created ticker list item on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | The ID of the ticker list to add to. Get list IDs from edgaralert_get_ticker_lists. | |
| ticker | Yes | Stock ticker to add, e.g. AAPL. Will be uppercased automatically. |