---
title: "Recommendation Trends"
method: GET
path: "/stock/recommendation"
tags: ["Default"]
---

# Recommendation Trends

`GET /stock/recommendation`

Get latest analyst recommendation trends for a company.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- RecommendationTrend[]
  - `symbol` string — Company symbol.
  - `buy` integer — Number of recommendations that fall into the Buy category
  - `hold` integer — Number of recommendations that fall into the Hold category
  - `period` string — Updated period
  - `sell` integer — Number of recommendations that fall into the Sell category
  - `strongBuy` integer — Number of recommendations that fall into the Strong Buy category
  - `strongSell` integer — Number of recommendations that fall into the Strong Sell category

## Changes

- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-06-11** `26499f908d78` — 1 breaking, 7 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `buy` from the response with the `200` status
  - removed the optional property `hold` from the response with the `200` status
  - removed the optional property `period` from the response with the `200` status
  - …4 more
- **2020-05-26** `c5b8e420b78c` — 1 breaking, 8 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - api tag `Default` removed
  - added the optional property `buy` to the response with the `200` status
  - added the optional property `hold` to the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/recommendation/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
