API Documentation
⌘K
API Key
Get free key GET
/api/1/transcripts/calls/{identifier}/{callId}/nlpTranscript NLP Analysis
Returns NLP analysis of an earnings call transcript including sentiment, topics, management tone, forward guidance, and key metrics
Parameters
2identifierstringrequiredSecurity identifier
callIdnumberrequiredEarning call ID
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/transcripts/calls/US0378331005/{callId}/nlp' \
-H 'Accept: application/json'200 Response
{
"sentiment": {},
"keyTopics": [],
"managementTone": {},
"forwardGuidance": [],
"keyMetrics": []
}