time zones calculators

Global Trading Hours Overlap Calculator

Estimates the volume-weighted trading overlap score between two major financial markets over a given number of trading days. Traders and analysts use it to identify the highest-liquidity windows for executing cross-market strategies.

About this calculator

Liquidity and volatility tend to peak when two major exchanges are simultaneously open. This calculator scores the overlap between two markets using hardcoded UTC offsets: NYSE (UTC−5), London (UTC 0), Tokyo (UTC+9), and Sydney (UTC+10). The core formula is: overlapScore = round(tradingDays × volumeMultiplier × max(0, 6 − |offset₁ − offset₂| / 3) × 10) / 10. The term |offset₁ − offset₂| measures how far apart two markets are in UTC hours; dividing by 3 scales this into an overlap index, and subtracting from 6 inverts it so closer markets score higher. Multiplying by tradingDays and volumeMultiplier produces a volume-adjusted weekly score. Markets in the same zone score zero (same-market trades are excluded). Higher scores suggest richer cross-market overlap periods.

How to use

Suppose you want the overlap score for NYSE and London over 5 trading days with a volume multiplier of 1.5. Step 1: NYSE offset = −5, London offset = 0. Step 2: |−5 − 0| = 5. Step 3: 5 / 3 ≈ 1.667. Step 4: 6 − 1.667 = 4.333. Step 5: 5 × 1.5 × 4.333 = 32.5. Step 6: Round to one decimal: score = 32.5. Compare this to a Tokyo–London pair (offset gap = 9) which scores lower, confirming NYSE–London is the denser overlap window.

Frequently asked questions

When do NYSE and London stock exchange trading hours overlap?

NYSE opens at 09:30 ET (UTC−5 in winter), which is 14:30 London time. London closes at 16:30 local time, giving roughly a two-hour overlap window from 14:30 to 16:30 London time (09:30–11:30 New York time). This window historically generates some of the highest intraday volume and tightest bid-ask spreads in global equities and forex markets. Traders targeting liquidity often concentrate their activity in this period.

Why does market overlap matter for forex and equity traders?

When two major markets are simultaneously open, order flow from both regions floods the same instruments, tightening spreads and increasing depth. For forex, the London–New York overlap is considered the most liquid two-hour window of the trading day, accounting for a disproportionate share of daily volume in EUR/USD and GBP/USD. For equities, overlap periods allow price discovery to incorporate both European close signals and early American session sentiment, making price moves more meaningful and reducing slippage on large orders.

How do I use the overlap score to plan a cross-market trading strategy?

A high overlap score between your two target markets indicates that a meaningful simultaneous-open window exists during the week. You can use the score comparatively: if NYSE–London scores 32.5 and Tokyo–Sydney scores much lower, prioritize the NYSE–London window for strategies that require two-sided liquidity. Multiply the score by your expected trade size to estimate volume-adjusted opportunity. Remember that the volumeMultiplier input lets you adjust for seasonal factors, earnings seasons, or known macro events that inflate or deflate typical volume.