---
title: "Trading Calendars"
method: GET
path: "/v1/market/calendars"
tags: ["Market"]
---

# Trading Calendars

`GET /v1/market/calendars`

Get trading calendar information including holidays and special sessions

## Response `200`

- ApiResponseForGetCalendarsResponse — Represents a successful API response wrapper
  - `data` GetCalendarsResponse, required
    - `calendars` CalendarDto[], required
      - `closeHour` string, required
      - `code` string, required
      - `holidays` CalendarHolidayDto[], required
        - `date` string, required
        - `description` string, nullable
        - `earlyCloseTime` string, nullable
        - `lateOpenTime` string, nullable
      - `id` string, required
      - `name` string, required
      - `openDayBefore` boolean, required
      - `openHour` string, required
      - `openOnWeekends` boolean, required
      - `timezone` string, required
  - `error` boolean, required

---

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