curl --request GET \
--url https://api.quartr.com/public/v3/documents \
--header 'x-api-key: <api-key>'{
"data": [
{
"fileUrl": "https://quartr.com/file.pdf",
"id": 432907,
"typeId": 7,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"companyId": 4742,
"eventId": 128301,
"event": {
"title": "Q1 2024 Earnings call",
"typeId": 26,
"fiscalYear": 2024,
"fiscalPeriod": "Q1",
"language": "en",
"date": "2024-01-15T10:00:00.000Z"
}
}
],
"pagination": {
"nextCursor": 10
}
}curl --request GET \
--url https://api.quartr.com/public/v3/documents \
--header 'x-api-key: <api-key>'{
"data": [
{
"fileUrl": "https://quartr.com/file.pdf",
"id": 432907,
"typeId": 7,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"companyId": 4742,
"eventId": 128301,
"event": {
"title": "Q1 2024 Earnings call",
"typeId": 26,
"fiscalYear": 2024,
"fiscalPeriod": "Q1",
"language": "en",
"date": "2024-01-15T10:00:00.000Z"
}
}
],
"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 type ids
"6,13,39"
Comma-separated list of ISINs
"US0378331005,US0231351067"
Comma-separated list of CIKs (SEC Central Index Keys)
"0000320193,0001018724"
Comma-separated list of company IDs
"4024,5025,6026"
Comma-separated list of event IDs
"4042,8934,16342"
- 1: Earnings Release
- 2: Press Release
- 3: Interim Report
- 4: Annual Report
- 5: Proxy Statement
- 6: Registration Statement"3,4"
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"
Comma-separated list of fields to expand
event "event"
Was this page helpful?