Skip to main content
GET
/
v1
/
stock
/
revenue-estimate
Get Revenue Estimates
curl --request GET \
  --url https://api.aries.com/v1/stock/revenue-estimate \
  --header 'Authorization: Bearer <token>'
{
  "revenueEstimates": {
    "data": [
      {
        "revenueAvg": 136963997696,
        "revenueHigh": 143836995584,
        "revenueLow": 13001984,
        "numberAnalysts": 25,
        "period": "2027-09-30",
        "year": 2027,
        "quarter": 4
      },
      {
        "revenueAvg": 100541997056,
        "revenueHigh": 103684997120,
        "revenueLow": 97506000000,
        "numberAnalysts": 25,
        "period": "2027-06-30",
        "year": 2027,
        "quarter": 3
      },
      {
        "revenueAvg": 94224998400,
        "revenueHigh": 96551002112,
        "revenueLow": 90791997440,
        "numberAnalysts": 25,
        "period": "2027-03-31",
        "year": 2027,
        "quarter": 2
      }
    ],
    "symbol": "AAPL",
    "freq": "quarterly"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string
required

(Required) Stock ticker symbol

freq
string

(Optional) Frequency: annual, quarterly

Response

Successful response

revenueEstimates
object

Revenue estimates data wrapper