
TradeTi.me — Market Hours
Read-only trading hours for 30 stock exchanges — open now, next open, holidays, sessions.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Read-only trading hours for 30 stock exchanges — open now, next open, holidays, sessions.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| is_market_open | Is a stock exchange open for trading right now (or at a given time)? Returns { open: true/false } plus status, when it next opens (weekends and holidays are skipped), and when it closes if currently open. The fastest answer to "is <exchange> open?". |
| get_exchange_status | Full live status for one exchange: open flag, status enum (main_open / session_open / opening_soon / closed), session type, hours to the next transition, hours to close (if open), and why it is closed (holiday / weekend) if applicable. |
| markets_open_now | Which of the world's stock exchanges are open right now (or at a given time)? Returns every tracked exchange with its open flag and status — ideal for "which markets are trading?". |
| time_until_next_open | When does an exchange next open? Returns hours until the next open (weekends and holidays skipped), or — if it is already open — hours until it closes. |
| list_exchanges | List the tracked stock exchanges as lightweight summaries (id, name, city, country, timezone, region, importance). Optionally filter by region (e.g. "Asia", "Americas", "Europe"). Use this to discover valid exchange ids. |
| get_exchange | The full record for one exchange: sessions (in exchange-local decimal hours), holidays, early closes, and official source links. |
| get_holidays | The closure calendar for one exchange: full-day holidays (YYYY-MM-DD, exchange-local) and early-close days with their close times. |
| get_trading_sessions | The trading-session structure for one exchange, in exchange-local decimal hours (9.5 = 09:30). A four-number "main" means a lunch break (e.g. Tokyo 9–11.5, 12.5–15). |