API Documentation

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

Transcript NLP Analysis

Returns NLP analysis of an earnings call transcript including sentiment, topics, management tone, forward guidance, and key metrics

Parameters

2
identifierstringrequired
path

Security identifier

callIdnumberrequired
path

Earning 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": []
}