Default
Recommendation Trends
Get latest analyst recommendation trends for a company.
get/stock/recommendation
Query parameters
symbolstring required
Symbol of the company: AAPL.
Response
successful operation
Example response
[
{
"symbol": "symbol",
"period": "period",
"buy": 0,
"sell": 1,
"strongSell": 5,
"strongBuy": 5,
"hold": 6
}
]