v1
latestOpenAPI 3.0.02026-07-26166415635.8 KBCalendar
Get US Market 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.
get/v1/clock
Response
OK
Example response
{
"is_open": true,
"next_close": "2025-06-24T16:00:00-04:00",
"next_open": "2025-06-25T09:30:00-04:00",
"timestamp": "2025-06-24T14:15:22-04:00"
}