---
title: "Earnings Calendar"
method: GET
path: "/calendar/earnings"
tags: ["Default"]
---

# Earnings Calendar

`GET /calendar/earnings`

Get historical and coming earnings release. EPS and Revenue in this endpoint are non-GAAP, which means they are adjusted to exclude some one-time or unusual items. This is the same data investors usually react to and talked about on the media. Estimates are sourced from both sell-side and buy-side analysts.

## Query parameters

- `from` string, date
- `to` string, date
- `symbol` string
- `international` boolean

## Response `200`

successful operation

- EarningsCalendar
  - `earningsCalendar` EarningRelease[] — Array of earnings release.
    - `symbol` string — Symbol.
    - `date` string, date — Date.
    - `hour` string — Indicates whether the earnings is announced before market open(<code>bmo</code>), after market close(<code>amc</code>), or during market hour(<code>dmh</code>).
    - `year` integer — Earnings year.
    - `quarter` integer — Earnings quarter.
    - `epsEstimate` number, float — EPS estimate.
    - `epsActual` number, float — EPS actual.
    - `revenueEstimate` number, float — Revenue estimate including Finnhub's proprietary estimates.
    - `revenueActual` number, float — Revenue actual.

---

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