Analysts
Get Analyst Recommendations
Fetches analyst stock recommendations (buy, hold, sell ratings) for a given company stock symbol.
get/analysts/recommendations/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Response
Successful response with analyst recommendations data (keys in kebab-case).
Example response
[
{
"symbol": "AAPL",
"date": "2024-07-19",
"analyst-ratings-buy": 15,
"analyst-ratings-hold": 8,
"analyst-ratings-sell": 1,
"analyst-ratings-strong-buy": 12
}
]