Authorizations
Body
A list of RavenPack internal entity identifiers. Bigdata uses the RavenPack Entity identifier (RP_Entity_ID) to uniquely reference entities such as companies. This identifier is a 6-character alphanumeric code (letters and numbers only). Example: Alphabet Inc. (4A6F00)
"4A6F00"
"D8442A"
The start date of the time range for retrieving events. Only events occurring on or after this date will be included. The expected date format is 'YYYY-MM-DD'.
"2025-09-02"
The end date of the time range for retrieving events. Only events occurring on or before this date will be included. The expected date format is 'YYYY-MM-DD'.
"2025-09-03"
A list of country codes (ISO 3166-1 alpha-2) to filter events by country. If omitted, events from all countries will be returned.
"US"
"GB"
The exchange field must contain a valid Market Identifier Code (MIC) corresponding to the exchange where the instrument is listed.
"XNAS"
"NYSE"
"XSCA"
A list of event categories to filter by. If omitted, all event types will be returned. Events covered: 'earnings-call', 'conference-call'.
"earnings-call"
"conference-call"

