API Documentation

⌘K
GET/api/1/transcripts/calls/{identifier}/{callId}

Full Transcript

Returns the full transcript text for a specific earnings call

Parameters

2
identifierstringrequired
path

Security identifier (ISIN, ticker, etc.)

callIdnumberrequired
path

Earning call ID

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/transcripts/calls/US0378331005/{callId}' \
  -H 'Accept: application/json'
200 Response
{
  "id": 0,
  "ticker": "string",
  "date": "string",
  "sections": {
    "speaker": "string",
    "role": "string",
    "text": "string"
  },
  "metadata": {}
}