curl --request GET \
--url https://api.quartr.com/public/v3/live/audio \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"audio": "https://quartr.com/file.mp3"
}
],
"pagination": {
"nextCursor": 10
}
}curl --request GET \
--url https://api.quartr.com/public/v3/live/audio \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"audio": "https://quartr.com/file.mp3"
}
],
"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"
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"
- notLive
- willBeLive
- live
- liveFailedInterrupted
- liveFailedNoAccess
- liveFailedNotStarted
- processingRecording
- processingRecordingFailed
- recordingAvailable"willBeLive,live"
The end date (ISO 8601)
"2025-01-10T13:00:00Z"
The start date (ISO 8601)
"2024-12-12T15:00:00Z"
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?