---
title: "Earnings estimate"
method: GET
path: "/earnings_estimate"
tags: ["analysis"]
---

# Earnings estimate

`GET /earnings_estimate`

The earnings estimate endpoint provides access to analysts' projected earnings per share (EPS) for a specific company, covering both upcoming quarterly and annual periods. This data is crucial for users who need to track and compare expected financial performance across different timeframes, aiding in the evaluation of a company's future profitability.

## 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
  - `earnings_estimate` object[], required — List of earnings estimates
    - `date` string, required — Date of the earnings estimate
    - `period` string, required — Period of estimation, can be `current_quarter`, `next_quarter`, `current_year`, or `next_year`
    - `number_of_analysts` integer — Number of analysts that made the estimation
    - `avg_estimate` number, double — Average estimation across analysts
    - `low_estimate` number, double — Lowest estimation given by an analyst
    - `high_estimate` number, double — Highest estimation given by an analyst
    - `year_ago_eps` number, double — Average estimation of this period's earnings given a year ago
  - `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)
