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

Documentation Index

Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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