---
title: "Market Status"
method: GET
path: "/v1/marketstatus/now"
tags: ["reference:stocks:market"]
---

# Market Status

`GET /v1/marketstatus/now`

Get the current trading status of the exchanges and overall financial markets.

## Response `200`

OK

- object
  - `afterHours` boolean — Whether or not the market is in post-market hours.
  - `currencies` object — Contains the status of various currency markets.
    - `crypto` string — The status of the crypto market.
    - `fx` string — The status of the forex market.
  - `earlyHours` boolean — Whether or not the market is in pre-market hours.
  - `exchanges` object — Contains the status of different US stock exchanges (e.g., Nasdaq, NYSE).
    - `nasdaq` string — The status of the Nasdaq market.
    - `nyse` string — The status of the NYSE market.
    - `otc` string — The status of the OTC market.
  - `indicesGroups` object — Contains the status of various index groups (e.g., MSCI, FTSE Russell).
    - `cccy` string — The status of Cboe Streaming Market Indices Cryptocurrency ("CCCY") indices trading hours.
    - `cgi` string — The status of Cboe Global Indices ("CGI") trading hours.
    - `dow_jones` string — The status of Dow Jones indices trading hours
    - `ftse_russell` string — The status of Financial Times Stock Exchange Group ("FTSE") Russell indices trading hours.
    - `msci` string — The status of Morgan Stanley Capital International ("MSCI") indices trading hours.
    - `mstar` string — The status of Morningstar ("MSTAR") indices trading hours.
    - `mstarc` string — The status of Morningstar Customer ("MSTARC") indices trading hours.
    - `nasdaq` string — The status of National Association of Securities Dealers Automated Quotations ("Nasdaq") indices trading hours.
    - `s_and_p` string — The status of Standard & Poor's ("S&P") indices trading hours.
    - `societe_generale` string — The status of Societe Generale indices trading hours.
  - `market` string — The status of the market as a whole.
  - `serverTime` string — The current time of the server, returned as a date-time in RFC3339 format.

---

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