Default
Earnings Call Audio Live
Stream live earnings calls with data provided in the calendar. The data will be available in m3u8 format. mp3 files will be available once the calls finish in the recording field.
get/stock/earnings-call-live
Query parameters
fromstring date
From date <code>YYYY-MM-DD</code>.
tostring date
To date <code>YYYY-MM-DD</code>.
symbolstring
Filter by symbol: AAPL.
Response
successful operation
Example response
{
"event": [
{
"symbol": "symbol",
"year": 0,
"liveAudio": "liveAudio",
"recording": "recording",
"time": "time",
"event": "event",
"quarter": 6
},
{
"symbol": "symbol",
"year": 0,
"liveAudio": "liveAudio",
"recording": "recording",
"time": "time",
"event": "event",
"quarter": 6
}
]
}