---
title: "EBITDA Estimates"
method: GET
path: "/stock/ebitda-estimate"
tags: ["Default"]
---

# EBITDA Estimates

`GET /stock/ebitda-estimate`

Get company's ebitda estimates.

## Query parameters

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

## Response `200`

successful operation

- EbitdaEstimates
  - `data` EbitdaEstimatesInfo[] — List of estimates
    - `ebitdaAvg` number, float — Average EBITDA estimates including Finnhub's proprietary estimates.
    - `ebitdaHigh` number, float — Highest estimate.
    - `ebitdaLow` 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-12-27** `c645ac780ece` — 1 info
  - endpoint added
- **2020-05-26** `c5b8e420b78c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/stock/ebitda-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)
