---
title: "Exchanges schedule"
method: GET
path: "/exchange_schedule"
tags: ["reference_data"]
---

# Exchanges schedule

`GET /exchange_schedule`

The exchanges schedule endpoint provides detailed information about various stock exchanges, including their trading hours and operational days. This data is essential for users who need to know when specific exchanges are open for trading, allowing them to plan their activities around the availability of these markets.

## Query parameters

- `mic_name` string
- `mic_code` string
- `country` string
- `date` string

## Response `200`

- object
  - `data` ExchangeScheduleResponseItem[], required
    - `title` string, required — Official name of exchange
    - `name` string, required — Name of exchange
    - `code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `country` string, required — Country to which stock exchange belongs to
    - `time_zone` string, required — Time zone where exchange is located
    - `sessions` ExchangeScheduleSession[], required — Exchange trading hours
      - `open_time` string, required — Opening time of the session
      - `close_time` string, required — Closing time of the session
      - `session_name` string, required — Name of the session
      - `session_type` string, required — Type of the session

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
