v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

symbolstring

Company symbol.

buyinteger

Number of recommendations that fall into the Buy category

holdinteger

Number of recommendations that fall into the Hold category

periodstring

Updated period

sellinteger

Number of recommendations that fall into the Sell category

strongBuyinteger

Number of recommendations that fall into the Strong Buy category

strongSellinteger

Number of recommendations that fall into the Strong Sell category

Example response

[
  {
    "symbol": "symbol",
    "period": "period",
    "buy": 0,
    "sell": 1,
    "strongSell": 5,
    "strongBuy": 5,
    "hold": 6
  }
]