Corporate Actions (alias)
get_corporate_actionsRetrieve dividends, splits, bonuses, and AGMs for a stock symbol to track corporate events.
Instructions
Alias for get_stock_events with type:"corporate_actions". Dividends, splits, bonuses, AGMs for one stock. Example: {"symbol":"ITC"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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`. |