---
title: "Get Market Clock"
method: GET
path: "/v1/markets/clock"
tags: ["Markets"]
---

# Get Market Clock

`GET /v1/markets/clock`

Get the intraday market status. This call will change and return information pertaining to the current day. If programming logic on whether the market is open/closed – this API call should be used to determine the current state.

## Headers

- `Accept` 'application/json', required

## Response `200`

Market status and times

- ClockResponse
  - `clock` object
    - `date` string, date — The current date
    - `description` string — Description of the current market state
    - `state` 'pre' | 'open' | 'post' | 'closed' — The current market state
    - `timestamp` integer — The current time (Unix timestamp)
    - `next_state` 'pre' | 'open' | 'post' | 'closed' — The next market state
    - `next_change` integer — The time of the next state change (Unix timestamp)

## Other responses

- `401` — Authentication required or invalid credentials

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/versions/3cda47abe673/schema)
