Market Status

GET
/v1/marketstatus/now

Retrieve the current trading status for various exchanges and overall financial markets. This endpoint provides real-time indicators of whether markets are open, closed, or operating in pre-market/after-hours sessions, along with timing details for the current or upcoming trading periods.

Use Cases: Real-time monitoring, algorithm scheduling, UI updates, and operational planning.

Response Attributes
afterHours
boolean
optional
Whether or not the market is in post-market hours.
currencies
object
optional
Contains the status of various currency markets.
crypto
string
optional
The status of the crypto market.
fx
string
optional
The status of the forex market.
earlyHours
boolean
optional
Whether or not the market is in pre-market hours.
exchanges
object
optional
Contains the status of different US stock exchanges (e.g., Nasdaq, NYSE).
nasdaq
string
optional
The status of the Nasdaq market.
nyse
string
optional
The status of the NYSE market.
otc
string
optional
The status of the OTC market.
indicesGroups
object
optional
Contains the status of various index groups (e.g., MSCI, FTSE Russell).
cccy
string
optional
The status of Cboe Streaming Market Indices Cryptocurrency ("CCCY") indices trading hours.
cgi
string
optional
The status of Cboe Global Indices ("CGI") trading hours.
dow_jones
string
optional
The status of Dow Jones indices trading hours
ftse_russell
string
optional
The status of Financial Times Stock Exchange Group ("FTSE") Russell indices trading hours.
msci
string
optional
The status of Morgan Stanley Capital International ("MSCI") indices trading hours.
mstar
string
optional
The status of Morningstar ("MSTAR") indices trading hours.
mstarc
string
optional
The status of Morningstar Customer ("MSTARC") indices trading hours.
nasdaq
string
optional
The status of National Association of Securities Dealers Automated Quotations ("Nasdaq") indices trading hours.
s_and_p
string
optional
The status of Standard & Poors's ("S&P") indices trading hours.
societe_generale
string
optional
The status of Societe Generale indices trading hours.
market
string
optional
The status of the market as a whole.
serverTime
string
optional
The current time of the server, returned as a date-time in RFC3339 format.
Code Examples
Query URL
GET
Log in or Sign up to Polygon to run a query. It's free.
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?