---
title: "Earnings Estimates"
method: GET
path: "/stock/eps-estimate"
tags: ["Default"]
---

# Earnings Estimates

`GET /stock/eps-estimate`

Get company's EPS estimates.

## Query parameters

- `symbol` string, required
- `freq` string

## Response `200`

successful operation

- EarningsEstimates
  - `data` EarningsEstimatesInfo[] — List of estimates
    - `epsAvg` number, float — Average EPS estimates including Finnhub's proprietary estimates.
    - `epsHigh` number, float — Highest estimate.
    - `epsLow` number, float — Lowest estimate.
    - `numberAnalysts` integer — Number of Analysts.
    - `period` string, date — Period.
    - `year` integer — Fiscal year.
    - `quarter` integer — Fiscal quarter.
  - `freq` string — Frequency: annual or quarterly.
  - `symbol` string — Company symbol.

## Changes

- **2023-10-17** `916ab58ae589` — 2 info
  - added the optional property `data/items/quarter` to the response with the `200` status
  - added the optional property `data/items/year` to the response with the `200` status
- **2021-07-26** `0f755a71e903` — 5 info
  - added the optional property `data/items/epsAvg` to the response with the `200` status
  - added the optional property `data/items/epsHigh` to the response with the `200` status
  - added the optional property `data/items/epsLow` to the response with the `200` status
  - added the optional property `data/items/numberAnalysts` to the response with the `200` status
  - …1 more
- **2021-07-23** `a148c0b2d583` — 1 info
  - api tag `Default` added
- **2020-05-26** `c5b8e420b78c` — 7 warning, 1 info
  - removed the optional property `data/items/epsAvg` from the response with the `200` status
  - removed the optional property `data/items/epsHigh` from the response with the `200` status
  - removed the optional property `data/items/epsLow` from the response with the `200` status
  - removed the optional property `data/items/numberAnalysts` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/eps-estimate/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
