API Documentation
⌘K
API Key
Get free key GET
/api/1/transcripts/calls/{identifier}/{callId}Full Transcript
Returns the full transcript text for a specific earnings call
Parameters
2identifierstringrequiredSecurity identifier (ISIN, ticker, etc.)
callIdnumberrequiredEarning 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": {}
}