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)
1
"4A6F00"
The start date of the time range for retrieving events. Only events occurring on or after this date will be included. The expected timestamp format is 'YYYY-MM-DDTHH:MM:SSZ', for example, '2025-09-02T09:00:00Z'.
The end date of the time range for retrieving events. Only events occurring on or before this date will be included. The expected timestamp format is 'YYYY-MM-DDTHH:MM:SSZ', for example, '2025-09-03T09:00:00Z'.
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"