Skip to main content
GET
Get Earnings Call Live

Query parameters

Response

Success returns 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.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

from
string<date>

Start of the date window, inclusive. Format: YYYY-MM-DD.

to
string<date>

End of the date window, inclusive. Format: YYYY-MM-DD.

symbol
string

Stock ticker to query. Send the plain uppercase symbol, e.g. AAPL.

Example:

"AAPL"

Response

Earnings call live data.

event
object[]