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
}

Documentation Index

Fetch the complete documentation index at: https://finance.dev/llms.txt

Use this file to discover all available pages before exploring further.

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 to research, such as AAPL. Required for this endpoint.

Example:

"AAPL"

Response

Analyst price targets.

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