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.15,
  "targetMean": 286.45,
  "targetMedian": 286.61,
  "numberAnalysts": 48
}

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 to query (required). Send the plain uppercase symbol exactly as you'd type it on a brokerage screen, e.g. AAPL, MSFT, TSLA.

Example:

"AAPL"

Response

Analyst price targets.

lastUpdated
string
symbol
string
targetHigh
number
targetLow
number
targetMean
number
targetMedian
number
numberAnalysts
integer