Clock#

The clock endpoint allows you to view the market clock. The market clock contains a record of the trading hours for a given day.

Get Clock#

TradingClient.get_clock() Union[Clock, Dict[str, Any]]#

Gets the current market timestamp, whether or not the market is currently open, as well as the times of the next market open and close.

Returns:

The market Clock data

Return type:

Clock