Stock

Analyst Confidence

Retrieve analyst confidence stats for the stock with the given ticker.

Parameters
ticker string Required

The ticker symbol of the stock

GET /v1/stocks/:ticker/analyst-confidence
Response
{
  "ratings_3m": {
    "total": 11,
    "positive": 5,
    "positive_percent": 45.45,
    "neutral": 4,
    "neutral_percent": 36.36,
    "negative": 2,
    "negative_percent": 18.18,
    "high_target": {
      "price": 300,
      "percent": 20.94
    },
    "avg_target": {
      "price": 237.5382,
      "percent": -4.24
    },
    "low_target": {
      "price": 184,
      "percent": -25.82
    }
  }
}