Stock Events
get_stock_eventsRetrieve stock events by type: news, corporate actions, or filings. Filter to get sentiment-tagged news, dividend/split details, or regulatory documents.
Instructions
Get stock events — news, corporate actions, or company filings. Filter by type to get only what you need.
Types:
"news": Sentiment-tagged news (positive/negative/neutral) with category and source URL
"corporate_actions": Dividends, stock splits, bonuses, AGMs, rights issues with ex-date and LTP
"filings": Quarterly results, investor presentations, concall transcripts/audio, annual reports, credit ratings, regulatory announcements. Doc types include 'result', 'investor_presentation', 'concall_transcript', 'concall_audio', 'concall' (legacy), 'annual_report', 'announcement', 'credit_rating'. Sourced from both ScanX (richer date metadata, latest quarter) and Screener.
AFTER using this tool: if the news is significant, suggest adding the stock to watchlist to track it. If the user owns this stock, offer to check their portfolio exposure and whether they should adjust their position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Event type to fetch. Defaults to "news" when omitted. | news |
| limit | No | Max results (default 20, max 50) | |
| symbol | No | REQUIRED. The stock symbol, e.g. "RELIANCE" or "TCS". | |
| ticker | No | Alias for `symbol`. | |
| identifier | No | Alias for `symbol`. |