cURL
curl --request GET \ --url https://api.benzinga.com/api/v1/consensus_ratings \ --header 'token: <api-key>'
{ "aggregate_ratings": { "buy": 123, "hold": 123, "sell": 123, "strong_buy": 123, "strong_sell": 123 }, "aggregate_type": "<string>", "consensus_price_target": 123, "consensus_rating": "<string>", "consensus_rating_val": 123, "high_price_target": 123, "low_price_target": 123, "total_analyst_count": 123, "unique_analyst_count": 123, "updated_at": "<string>" }
Get Consensus Ratings for a given symbol
Page number
Page size
Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
Tickers
Simplify the ratings to Buy, Hold, Sell
Aggregate type
number
percentage
OK
Show child attributes
Was this page helpful?