Get Instrument Analyst Consensus
$ clear-street v1:instrument-data get-instrument-analyst-consensus
GET/v1/instruments/{instrument_id}/analyst-reporting
Get Instrument Analyst Consensus
clear-street v1:instrument-data get-instrument-analyst-consensus \
--api-key 'My API Key' \
--instrument-id 182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e{
"data": {
"date": "2025-10-01",
"distribution": {
"buy": 20,
"hold": 3,
"sell": 1,
"strong_buy": 18,
"strong_sell": 0
},
"price_target": {
"average": "240.00",
"currency": "USD",
"high": "275.00",
"low": "190.00"
},
"rating": "BUY"
},
"error": null,
"metadata": {
"request_id": "9e0f1a2b-3c4d-5e6f-7890-1a2b3c4d5e6f"
}
}{
"error": {
"code": 404,
"message": "Instrument not found: AAP"
},
"metadata": {
"request_id": "fa8cc9b2-fbf0-4f5b-8ce3-b3205b9f85f2"
}
}Returns Examples
{
"data": {
"date": "2025-10-01",
"distribution": {
"buy": 20,
"hold": 3,
"sell": 1,
"strong_buy": 18,
"strong_sell": 0
},
"price_target": {
"average": "240.00",
"currency": "USD",
"high": "275.00",
"low": "190.00"
},
"rating": "BUY"
},
"error": null,
"metadata": {
"request_id": "9e0f1a2b-3c4d-5e6f-7890-1a2b3c4d5e6f"
}
}{
"error": {
"code": 404,
"message": "Instrument not found: AAP"
},
"metadata": {
"request_id": "fa8cc9b2-fbf0-4f5b-8ce3-b3205b9f85f2"
}
}