Get Earnings Call Live
Stock Alternative
Earnings Call Live
Retrieve live earnings call audio and event data. Optional filters by date range and symbol.
Use Case: Embed live or recent earnings call streams; use the returned URLs to play audio.
GET
Get Earnings Call Live
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
from | string | No | From date (optional filter). |
to | string | No | To date (optional filter). |
symbol | string | No | Stock ticker symbol (optional filter). |
Response
Success returns200 OK with a JSON object containing live/recorded earnings call data (event array with liveAudio, recording, symbol, time, year).
Errors: 401 unauthorized, 404 when no data found, 500 server error.Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Start of the date window, inclusive. Format: YYYY-MM-DD.
End of the date window, inclusive. Format: YYYY-MM-DD.
Stock ticker to query. Send the plain uppercase symbol, e.g. AAPL.
Example:
"AAPL"
Response
Earnings call live data.