Skip to main content
GET
/
v1
/
stock
/
earnings-call-live
Earnings Call Live
curl --request GET \
  --url https://api.aries.com/v1/stock/earnings-call-live \
  --header 'Authorization: Bearer <token>'
{
  "event": [
    {
      "event": "LTRX - Earnings call Q1 year",
      "liveAudio": "",
      "quarter": 1,
      "recording": "https://api.tradearies.dev/v1/stock/media/recording/file/publicdatany/audio2/0bd25a9ed602ec35eee894fd900a8784f9cf4fe78de1232daa5e53c315acd76d.mp3",
      "symbol": "LTRX",
      "time": "2024-11-07 23:30:00",
      "year": 2025
    }
  ]
}

Query parameters

ParameterTypeRequiredDescription
fromstringNoFrom date (optional filter).
tostringNoTo date (optional filter).
symbolstringNoStock ticker symbol (optional filter).

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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

from
string

From date

to
string

To date

symbol
string

Stock symbol

Response

Successful response

event
object[]