API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/ebitda-estimates/{identifier}EBITDA Estimates API
Returns analyst EBITDA estimates for the given security
Parameters
2freqstringFrequency: annual or quarterly (default annual)
identifierstringrequiredSecurity 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
}
]