curl --request GET \
--url https://api.aries.com/v1/stock/ebitda-estimate \
--header 'Authorization: Bearer <token>'Retrieve analyst EBITDA (Earnings Before Interest, Taxes, Depreciation, and Amortization) estimates for profitability forecasting. Analyze operational earnings expectations.
Use Case: Calculate forward EV/EBITDA multiple using next year’s EBITDA consensus estimate.
curl --request GET \
--url https://api.aries.com/v1/stock/ebitda-estimate \
--header 'Authorization: Bearer <token>'OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Stock ticker symbol. Required.
"AAPL"
Frequency: annual or quarterly
"quarterly"
Successful response
Show child attributes
Was this page helpful?