API Documentation
⌘K
API Key
Get free key GET
/api/1/earning-calls/list/{ticker}List earning call transcripts by ticker
Returns a list of all earning call transcripts for a given ticker symbol.
Parameters
1tickerstringrequiredStock ticker symbol (e.g., AAPL, MSFT)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/earning-calls/list/AAPL' \
-H 'Accept: application/json'200 Response
[
{
"id": 3001,
"ticker": "AAPL",
"datePublished": 1704067200000,
"title": "Apple Inc. (AAPL) Q1 2024 Earnings Call Transcript",
"type": "earnings_call",
"presentationUrl": "https://media.eulerpool.com/presentation/3001.pdf",
"transcriptAudioUrl": "https://media.eulerpool.com/audio/3001.mp3",
"presentationAvailable": true,
"transcriptAudioAvailable": true
}
]