curl --request GET \
--url https://api.quartr.com/public/v3/events \
--header 'x-api-key: <api-key>'{
"data": [
{
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"id": 128301,
"title": "Q1 2024",
"typeId": 26,
"backlinkUrl": "quartr.com/companies/apple",
"language": "en",
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"fiscalYear": 2024,
"fiscalPeriod": "Q1"
}
],
"pagination": {
"nextCursor": 10
}
}curl --request GET \
--url https://api.quartr.com/public/v3/events \
--header 'x-api-key: <api-key>'{
"data": [
{
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"id": 128301,
"title": "Q1 2024",
"typeId": 26,
"backlinkUrl": "quartr.com/companies/apple",
"language": "en",
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"fiscalYear": 2024,
"fiscalPeriod": "Q1"
}
],
"pagination": {
"nextCursor": 10
}
}Comma-separated list of country codes (ISO 3166-1 alpha-2)
"US,CA"
Exchange symbols, without blankspace, to filter by.
"NasdaqCM,NasdaqGS,NYSE"
Comma-separated list of company tickers
"AAPL,AMZN"
The maximum number of items to return in a single request.
1 <= x <= 50010
A unique identifier pointing to the starting position for the next set of results.
x >= 02432
The direction of the sort order (id field).
asc, desc "asc"
The end date (ISO 8601)
"2025-01-10T13:00:00Z"
The start date (ISO 8601)
"2024-12-12T15:00:00Z"
Comma-separated list of ISINs
"US0378331005,US0231351067"
Comma-separated list of CIKs (SEC Central Index Keys)
"0000320193,0001018724"
Comma-separated list of event type ids
"26,29,35"
Comma-separated list of company IDs
"4024,5025,6026"
The field to sort by.
id, date "id"
Query data that was updated before this date (ISO 8601)
"2024-01-24T12:00:00Z"
Query data that was updated after this date (ISO 8601)
"2025-01-12T15:00:00Z"
Was this page helpful?