What market hours does this dashboard cover?
This page covers major stock exchange hours, selected futures sessions, key forex trading windows, and crypto markets that trade 24/7.
Live stock market hours, exchange opening times, futures sessions, forex trading windows, and crypto market hours.
Production-oriented market session monitoring for equities, futures, forex, and crypto. Includes holiday overrides, half-days and special closes, local persistence for saved watchlists, and a server-synced clock model with graceful fallback.
Add up to 6 stock tickers. Your list is saved in cookies on this browser.
Unified schedule view for all configured markets and venues.
This tab shows the override system used to replace normal recurring hours on specific dates.
Use this page as the frontend and back it with a real /api/time endpoint plus exchange calendar feeds.
/api/quotes first, then fall back to Finnhub if you add an API key in STOCK_DATA_CONFIG. In production, your server should still fetch provider data and return normalized quote JSON so API keys are not exposed in the browser./api/time response{
"utcNow": "2026-03-08T20:15:33.120Z",
"source": "server",
"synced": true
}
/api/quotes response{
"symbol": "AAPL",
"companyName": "Apple Inc.",
"price": 214.33,
"change": 1.24,
"percentChange": 0.58,
"previousClose": 213.09,
"updatedAt": "4:05:12 PM"
}
Use this page to check stock market open times, futures trading sessions, forex overlap windows, crypto market hours, exchange holidays, and special half-day schedules.
This page covers major stock exchange hours, selected futures sessions, key forex trading windows, and crypto markets that trade 24/7.
Yes. The dashboard supports holiday closures, special closes, and half-day trading schedules.
Yes. The page uses a server-synced time model when available and falls back to the browser clock if the server endpoint is unavailable.
Yes. Users can save a custom watchlist in the browser, and the app can also be extended to support account-based saved watchlists.