API Documentation

GET/api/1/equity-extended/ebitda-estimates/{identifier}

EBITDA Estimates API

Returns analyst EBITDA estimates for the given security

Parameters

2
freqstring
query

Frequency: annual or quarterly (default annual)

identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/ebitda-estimates/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "period": "2024-12-31T00:00:00.000Z",
  "ebitda_avg": 58800000000,
  "ebitda_high": 64060000000,
  "ebitda_low": 54072000000,
  "number_analysts": 31
}
]