---
title: "Price target"
method: GET
path: "/price_target"
tags: ["analysis"]
---

# Price target

`GET /price_target`

The price target endpoint provides detailed projections of a security's future price as estimated by financial analysts. It returns data including the high, low, and average price targets. This endpoint is useful for users seeking to understand potential future valuations of specific securities based on expert analysis.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `country` string
- `exchange` string
- `mic_code` string

## Response `200`

- object
  - `meta` object, required — Meta information about the security
    - `symbol` string, required — Symbol ticker of the instrument
    - `name` string, required — Name of the instrument
    - `currency` string, required — Currency in which the instrument is traded
    - `exchange_timezone` string, required — Timezone of the exchange
    - `exchange` string, required — Exchange where the instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `type` string, required — Type of the instrument
  - `price_target` object, required — Price target information
    - `high` number, double — Highest price target given by an analyst
    - `median` number, double — Median price target given across analysts
    - `low` number, double — Lowest price target given by an analyst
    - `average` number, double — Average price target given across analysts
    - `current` number, double — Current price from of a security
    - `currency` string, required — Currency in which the price targets values are quoted
  - `status` string, required — Response status

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
