---
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

---

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