---
title: "Retrieve Economic Calendar"
method: GET
path: "/api/market/economic-calendar"
---

# Retrieve Economic Calendar

`GET /api/market/economic-calendar`

Returns the economic calendar for the current and next week.

## Response `200`

Successful response with economic calendar data.

- EconomicCalendarResponse
  - `data` EconomicCalendarEvent[]
    - `event` string — The event or reason, such as a fed speaker or economic report/indicator.
    - `forecast` string, nullable — The forecast if the event is an economic report/indicator.
    - `prev` string, nullable — The previous value of the preceding period if the event is an economic report/indicator.
    - `reported_period` string — The period being reported for the economic report/indicator.
    - `time` string, date-time — The time at which the event will start as a UTC timestamp.
    - `type` 'fed-speaker' | 'fomc' | 'report' — The type of the event.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api.md) · [All operations](https://skmtc.net/the-unnatural-group--llc/apis/tradesignals-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/the-unnatural-group--llc/tradesignals-api/revisions/0b37cadfb125/schema)
