---
title: "Economic Calendar"
method: GET
path: "/calendar/economic"
tags: ["Default"]
---

# Economic Calendar

`GET /calendar/economic`

Get recent and upcoming economic releases.

Historical events and surprises are available for Enterprise clients.

## Query parameters

- `from` string, date
- `to` string, date

## Response `200`

successful operation

- EconomicCalendar
  - `economicCalendar` EconomicEvent[] — Array of economic events.
    - `actual` number, float — Actual release
    - `prev` number, float — Previous release
    - `country` string — Country
    - `unit` string — Unit
    - `estimate` number, float — Estimate
    - `event` string — Event
    - `impact` string — Impact level
    - `time` string — Release time

---

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