Skip to main content
GET
/
vq
/
analyst-consensus
/
{symbol}
Get analyst consensus rating
curl --request GET \
  --url https://api.vectrade.io/v1/vq/analyst-consensus/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "symbol": "<string>",
  "totalAnalysts": 123,
  "targetHigh": 123,
  "targetLow": 123,
  "targetMean": 123,
  "targetMedian": 123,
  "buy": 123,
  "hold": 123,
  "sell": 123
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

symbol
string
required

Response

Analyst consensus data

symbol
string
required
consensus
enum<string>
required
Available options:
Strong Buy,
Buy,
Hold,
Sell,
Strong Sell
totalAnalysts
integer
required
targetHigh
number
targetLow
number
targetMean
number
targetMedian
number
buy
integer
hold
integer
sell
integer