API Documentation

⌘K
GET/api/1/transcripts/sentiment-trend/{identifier}

Sentiment Trend

Returns sentiment scores over time across multiple earnings calls for trend analysis

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL, 037833100)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/transcripts/sentiment-trend/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "date": "2026-01-30T00:00:00.000Z",
  "quarter": 0,
  "overallSentiment": {},
  "managementTone": {},
  "keywordChanges": {}
}
]