---
title: "Get Analyst Price Targets"
method: GET
path: "/analysts/price-targets/{symbol}"
tags: ["Analysts"]
---

# Get Analyst Price Targets

`GET /analysts/price-targets/{symbol}`

Fetches analyst price target data for a given company stock symbol.

## Path parameters

- `symbol` string, required

## Response `200`

Successful response with analyst price target data.

- object[]
  - `symbol` string
  - `published-date` string, date-time
  - `analyst-company` string
  - `news-url` string, url
  - `news-title` string
  - `news-publisher` string
  - `news-base-url` string
  - `price-target` number
  - `adj-price-target` number
  - `price-when-posted` number
  - `rating` string
  - `analyst-name` string

## Other responses

- `400` — Bad Request - Symbol parameter missing.
- `404` — Not Found - The requested symbol does not exist or has no price target data.
- `500` — Internal Server Error - Failed to fetch data or other server error.

---

[API](https://skmtc.net/laksmono---company/apis/finbud-api.md) · [All operations](https://skmtc.net/laksmono---company/apis/finbud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laksmono---company/finbud-api/revisions/742d2654c09a/schema)
