get_corporate_action_announcements
Retrieve corporate action announcements including dividends, mergers, splits, and spinoffs from Alpaca's financial data, with filtering by date range, symbol, and action type.
Instructions
Retrieves corporate action announcements (dividends, mergers, splits, spinoffs). Use a narrow date range and filter by symbol when possible — broad queries can return very large responses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ca_types | Yes | A comma-delimited list of Dividend, Merger, Spinoff, or Split. | |
| since | Yes | The start (inclusive) of the date range when searching corporate action announcements. This should follow the YYYY-MM-DD format. The date range is limited to 90 days. | |
| until | Yes | The end (inclusive) of the date range when searching corporate action announcements. This should follow the YYYY-MM-DD format. The date range is limited to 90 days. | |
| symbol | No | The symbol of the company initiating the announcement. | |
| cusip | No | The CUSIP of the company initiating the announcement. | |
| date_type | No | declaration_date, ex_date, record_date, or payable_date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||