---
title: "Growth estimates"
method: GET
path: "/growth_estimates"
tags: ["analysis"]
---

# Growth estimates

`GET /growth_estimates`

The growth estimates endpoint provides consensus analyst projections on a company's growth rates over various timeframes. It aggregates and averages estimates from multiple analysts, focusing on key financial metrics such as earnings per share and revenue. This endpoint is useful for obtaining a comprehensive view of expected company performance 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 symbol
    - `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
  - `growth_estimates` object — Growth estimates data
    - `current_quarter` number, double — Projected growth of the current quarter in percentage (%)
    - `next_quarter` number, double — Projected growth of the next quarter in percentage (%)
    - `current_year` number, double — Projected growth of the current year in percentage (%)
    - `next_year` number, double — Projected growth of the next year in percentage (%)
    - `next_5_years_pa` number, double — Projected growth during the next 5 years in percentage (%) per annum
    - `past_5_years_pa` number, double — Actual growth over the last 5 years in percentage (%) per annum
  - `status` string, required — Status of the request

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