---
title: "Price Target"
method: GET
path: "/stock/price-target"
tags: ["Default"]
---

# Price Target

`GET /stock/price-target`

Get latest price target consensus.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- PriceTarget
  - `symbol` string — Company symbol.
  - `targetHigh` number, float — Highes analysts' target.
  - `targetLow` number, float — Lowest analysts' target.
  - `targetMean` number, float — Mean of all analysts' targets.
  - `targetMedian` number, float — Median of all analysts' targets.
  - `numberAnalysts` integer — Number of Analysts.
  - `lastUpdated` string — Updated time of the data

---

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