get_corporate_action_announcements
Retrieve corporate action announcements (dividends, mergers, splits, spinoffs) within a 90-day date range, filtering by symbol, CUSIP, or action type 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 corporate action types. | |
| date_type | No | declaration_date, ex_date, record_date, or payable_date |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||