Skip to main content
GET
/
v1
/
stock
/
ebitda-estimate
Get EBITDA Estimates
curl --request GET \
  --url https://api.aries.com/v1/stock/ebitda-estimate \
  --header 'Authorization: Bearer <token>'
{ "ebitdaEstimates": { "data": [ { "ebitdaAvg": 41837998080, "ebitdaHigh": 43157000192, "ebitdaLow": 39904002048, "numberAnalysts": 25, "period": "2027-09-30", "year": 2027, "quarter": 4 }, { "ebitdaAvg": 31958001664, "ebitdaHigh": 33003999232, "ebitdaLow": 30474000384, "numberAnalysts": 25, "period": "2027-06-30", "year": 2027, "quarter": 3 }, { "ebitdaAvg": 29007001600, "ebitdaHigh": 30011000832, "ebitdaLow": 27699001344, "numberAnalysts": 25, "period": "2027-03-31", "year": 2027, "quarter": 2 } ], "symbol": "AAPL", "freq": "quarterly" } }

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock ticker symbol. Required.

Example:

"AAPL"

freq
string

Frequency: annual or quarterly

Example:

"quarterly"

Response

Successful response

ebitdaEstimates
object