get_corporate_action_announcements
Find corporate action announcements like dividends, mergers, splits, and spinoffs. Filter by symbol or CUSIP within a 90-day date range to get targeted results.
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 |
|---|---|---|---|
| cusip | No | The CUSIP of the company initiating the announcement. | |
| 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. | |
| ca_types | Yes | A comma-delimited list of Dividend, Merger, Spinoff, or Split. | |
| date_type | No | declaration_date, ex_date, record_date, or payable_date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||