---
title: "Target Price"
method: POST
path: "/v1/price/target/query"
tags: ["Analyst Estimates"]
---

# Target Price

`POST /v1/price/target/query`

This endpoint retrieves target price for a company, including target high, target low, target consensus, and target median.

## Request body

- TargetPriceQuery
  - `identifier` Identifier, required
    - `type` 'rp_entity_id', required
    - `value` union, required — Bigdata uses the RavenPack Entity identifier (RP_Entity_ID) to uniquely reference entities such as companies. This identifier is a 6-character alphanumeric code (letters and numbers only). Example: Alphabet Inc. (`4A6F00`)
      - string
      - string[]

## Response `200`

Successful Response

- PublicTargetPriceResponse
  - `results` TargetPrice[], required
    - `rp_entity_id` string, required — RavenPack internal entity identifier.
    - `target_identifier_id` string, required — The target identifier provided in the request, e.g., stock symbol.
    - `target_high` number, nullable — The target high price of the company.
    - `target_low` number, nullable — The target low price of the company.
    - `target_consensus` number, nullable — The target consensus price of the company.
    - `target_median` number, nullable — The target median price of the company.
    - `currency` string, nullable — The currency of the price target values.
  - `errors` ErrorDetail[], nullable
    - `message` string, nullable
  - `metadata` Metadata
    - `request_id` string, required
    - `timestamp` string

---

[API](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api.md) · [All operations](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigdata/bigdata-structured-data-api/revisions/18082de268c4/schema)
