---
title: "Get Market Hours"
method: GET
path: "/api/v2/market_data/market_hours/"
tags: ["Market Data"]
---

# Get Market Hours

`GET /api/v2/market_data/market_hours/`

Get the market hours for the current trading session and next open trading session.

## Response `200`

OK

- ExtendedMarketHours
  - `is_market_open` boolean, required — Whether or not the market is open
  - `next_session_open_dt` string, date-time, required — Datetime at which the next session opens. ISO 8601 timestamp.
  - `next_session_close_dt` string, date-time, required — Datetime at which the next session closes. ISO 8601 timestamp.
  - `next_session_overnight_open_time_dt` string, date-time — Time at which the next session overnight starts.
  - `next_session_pre_market_open_time_dt` string, date-time — Time at which the next session pre-market hours start.
  - `next_session_after_hours_close_time_dt` string, date-time — Time at which the next session after-hours end.
  - `current_session_open_dt` string, date-time, nullable — Datetime at which the current session opened. `null` if the market is currently closed. ISO 8601 timestamp.
  - `current_session_close_dt` string, date-time, nullable — Datetime at which the current session closes. `null` if the market is currently closed. ISO 8601 timestamp.
  - `current_session_overnight_open_time_dt` string, date-time, nullable — Time at which the current session overnight starts.
  - `current_session_pre_market_open_time_dt` string, date-time, nullable — Time at which the current session pre-market hours start.
  - `current_session_after_hours_close_time_dt` string, date-time, nullable — Time at which the current session after-hours end.

## Other responses

- `default` — Default error response

---

[API](https://skmtc.dev/dinaricrypto/apis/dinari-enterprise-api.md) · [All operations](https://skmtc.dev/dinaricrypto/apis/dinari-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dinaricrypto/dinari-enterprise-api/revisions/5403e9118588/schema)
