reference_get_corporate_actions
Fetch corporate actions like dividends and stock splits for symbols from a dataset, with optional date range and action type filters.
Instructions
Get corporate actions (dividends, splits, etc.) for symbols
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset code (e.g., XNAS.ITCH) | |
| symbols | Yes | Comma-separated list of symbols | |
| start_date | Yes | Start date (YYYY-MM-DD) | |
| end_date | No | Optional end date (YYYY-MM-DD) | |
| action_types | No | Filter by action types (e.g., ['dividend', 'split']) |