Recommendations

This endpoint can be called using:

https://api.adiinvestments.net/v1/stock/recommendations/<symbol>

Returns analyst recommendations based on 5 categories, and a consensus recommendation:

  • Strong Sell

  • Sell

  • Hold

  • Buy

  • Strong Buy

  • Consensus

Responses

200 Successful
{"buy":24,
"consensus":"Buy",
"hold":12,
"sell":1,
"strongBuy":8,
"strongSell":2}
401 Unauthorized
{"error_code":403,
"error_message":"Invalid API key."}
429 Too Many Requests
{"error_code":429,
"error_message":"Rate limit exceeded. Please try again later."}

Last updated