Skip to main content
GET
/
vq
/
upgrades-downgrades
/
{symbol}
Get recent analyst rating changes
curl --request GET \
  --url https://api.vectrade.io/v1/vq/upgrades-downgrades/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "analystName": "<string>",
      "firm": "<string>",
      "fromRating": "<string>",
      "toRating": "<string>",
      "target": 123,
      "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

Query Parameters

limit
integer
default:20

Response

List of rating changes

data
object[]