---
title: "Market Status"
method: GET
path: "/stock/market-status"
tags: ["Default"]
---

# Market Status

`GET /stock/market-status`

Get current market status for global exchanges (whether exchanges are open or close).

## Query parameters

- `exchange` string, required

## Response `200`

successful operation

- MarketStatus
  - `exchange` string — Exchange.
  - `timezone` string — Timezone.
  - `session` string — Market session. Can be 1 of the following values: <code>pre-market</code>,<code>regular</code>,<code>post-market</code> or <code>null</code> if the market is closed.
  - `holiday` string — Holiday event.
  - `isOpen` boolean — Whether the market is open at the moment.
  - `t` integer — Current timestamp.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
