Retrieve current market status indicating whether exchanges are open, closed, or in pre-market/after-hours trading sessions. Useful for determining real-time trading availability.
Use Case: Check if NYSE is open before placing live trades in your trading application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Exchange code (e.g. US, TO, L).
Successful response
Exchange code (e.g., US, TO, L)
Timezone of the exchange (e.g., America/New_York)
Whether the market is currently open for trading
Unix timestamp of the status data
Current trading session (pre-market, regular, after-hours, or empty if closed)