Skip to main content
GET
/
v1
/
stock
/
price-target
Get Analyst Price Targets
curl --request GET \
  --url https://api.aries.com/v1/stock/price-target \
  --header 'Authorization: Bearer <token>'
{
  "lastUpdated": "2025-12-03 00:00:00",
  "symbol": "AAPL",
  "targetHigh": 341.25,
  "targetLow": 217.14999389648438,
  "targetMean": 286.4507751464844,
  "targetMedian": 286.6148986816406,
  "numberAnalysts": 48
}

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

Response

Successful response

lastUpdated
string

Date when price targets were last updated

symbol
string

Stock ticker symbol

targetHigh
number

Highest analyst price target

targetLow
number

Lowest analyst price target

targetMean
number

Average of all analyst price targets

targetMedian
number

Median of all analyst price targets

numberAnalysts
integer

Number of analysts providing price targets