Get Market Clock info

GET {{baseUrl}}/v2/clock

The clock API serves 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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Apca-Api-Key-Idstring
Apca-Api-Secret-Keystring

RESPONSES

status: OK

{"timestamp":"2024-03-22T16:36:27.528041708-04:00","is_open":false,"next_open":"2024-03-25T09:30:00-04:00","next_close":"2024-03-25T16:00:00-04:00"}