Skip to main content
GET
/
vq
/
analyst-targets
/
{symbol}
Get analyst price targets
curl --request GET \
  --url https://api.vectrade.io/v1/vq/analyst-targets/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "analystName": "<string>",
      "firm": "<string>",
      "target": 123,
      "rating": "<string>",
      "publishedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

VecTrade API key (e.g., vq_live_...)

Path Parameters

symbol
string
required

Response

List of analyst price targets

data
object[]