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.
| 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). |
200 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.