v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBCorporate Actions
Retrieve Announcements
This endpoint is deprecated, please use the new corporate actions endpoint instead.
get/v1/corporate_actions/announcements
Query parameters
ca_typesstring required
A comma-delimited list of CorporateActionType values
sincestring date required
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.
untilstring date required
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.
symbolstring
The symbol of the company initiating the announcement.
cusipstring
The CUSIP of the company initiating the announcement.
date_type'declaration_date' | 'ex_date' | 'record_date' | 'payable_date'
An emum of possible ways to use the since and until parameters to search by.
the types are:
- declaration_date: The date of the preliminary announcement details or the date that any subsequent term updates took place.
- ex_date: The date on which any security purchasing activity will not result in a corporate action entitlement. Any selling activity that takes place on or after this date will result in a corporate action entitlement.
- record_date: The date the company checks its records to determine who is shareholder in order to allocate entitlements.
- payable_date: The date that the stock and cash positions will update according to the account positions as of the record date.
Response
OK
Example response
[
{
"ca_type": "dividend"
}
]