API Documentation
⌘K
API Key
Get free key GET
/api/1/transcripts/searchSearch Transcripts
Full-text search across earnings call transcripts with excerpt highlighting
Parameters
5qstringSearch term
tickerstringFilter by ticker
dateFromstringStart date (YYYY-MM-DD)
dateTostringEnd date (YYYY-MM-DD)
limitnumberMax results (default 20)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/transcripts/search?q=Apple&ticker=AAPL&limit=20' \
-H 'Accept: application/json'200 Response
[
{
"callId": 0,
"ticker": "string",
"date": "string",
"speaker": "string",
"excerpt": "string",
"rank": 0
}
]