v47

latestOpenAPI 3.1.0Contact usraw.githubusercontent.com2026-07-1061131268.6 KB
Market Data

Get Market Hours

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

get/api/v2/market_data/market_hours/

Response

OK

is_market_openboolean required

Whether or not the market is open

next_session_open_dtstring date-time required

Datetime at which the next session opens. ISO 8601 timestamp.

next_session_close_dtstring date-time required

Datetime at which the next session closes. ISO 8601 timestamp.

next_session_overnight_open_time_dtstring date-time

Time at which the next session overnight starts.

next_session_pre_market_open_time_dtstring date-time

Time at which the next session pre-market hours start.

next_session_after_hours_close_time_dtstring date-time

Time at which the next session after-hours end.

current_session_open_dtstring date-time nullable

Datetime at which the current session opened. null if the market is currently closed. ISO 8601 timestamp.

current_session_close_dtstring 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_dtstring date-time nullable

Time at which the current session overnight starts.

current_session_pre_market_open_time_dtstring date-time nullable

Time at which the current session pre-market hours start.

current_session_after_hours_close_time_dtstring date-time nullable

Time at which the current session after-hours end.