Quant Memo
Core

Market Fragmentation

Why a single stock trades in dozens of places at once, how the NBBO stitches those venues into one "best price," and why fragmentation splits liquidity so thin that the displayed size at the top of the book badly understates what you can actually trade.

Prerequisites: Order Book Mechanics, Bid-Ask Spread Decomposition

Beginners imagine a stock trades in one place, "the exchange." It doesn't. A US stock like Apple trades simultaneously on more than a dozen lit exchanges (NYSE, Nasdaq, several others) plus dozens of off-exchange venues (dark pools and wholesalers). The liquidity for one company is scattered across all of them at once. That scattering is market fragmentation, and it is the single biggest reason execution is harder than it looks.

Why does the market allow this? Competition. When exchanges compete for your order flow they cut fees, tighten spreads, and innovate on speed. The cost is that no single venue shows you the whole picture. To glue the pieces back together, US regulation defines the NBBO — the National Best Bid and Offer — the highest bid and lowest offer available anywhere across the lit venues. Under Regulation NMS, a venue generally may not "trade through" (execute at a worse price than) the NBBO. So the market behaves like one virtual order book even though it is physically many.

The NBBO is the best bid and best offer stitched together across every lit venue. It makes fragmented markets look like one book — but the size shown at the NBBO is only the size on the single venue that happens to hold the best price, not the total available.

Measuring how fragmented a name is

A clean way to summarize fragmentation is the effective number of venues, borrowed from the Herfindahl index. If venue ii handles a share sis_i of the volume, then

Neff=1isi2.N_{\text{eff}} = \frac{1}{\sum_i s_i^{\,2}} .

Here sis_i is venue ii's fraction of total volume (so the shares add to 1), and squaring then summing rewards concentration. If all volume sat on one venue the sum would be 1 and Neff=1N_{\text{eff}} = 1. If ten venues split it evenly, Neff=10N_{\text{eff}} = 10. It answers "how many equal venues would produce this much scattering?"

VenueVolume share $s_i$$s_i^2$
Primary exchange0.400.1600
Second lit exchange0.250.0625
Third lit exchange0.150.0225
Dark pools (aggregate)0.120.0144
Wholesaler flow0.080.0064
Sum1.000.2658
A representative volume split for a liquid US stock. The Herfindahl sum is 0.2658, so the effective number of venues is about 1 / 0.2658 ≈ 3.8 — the sixteen-plus real venues behave like fewer than four equal ones, but the tail still matters for a routing decision.

Worked example: why the top of the book lies

You want to buy 5,000 shares of a stock quoted with an NBBO offer of $50.02. Your screen shows 500 shares offered at $50.02. A naive trader concludes "there's barely any liquidity." But that 500 is just the size on the one venue holding the best offer. The other venues have their own offers stacked just behind it.

Sweeping across venues, suppose you find: 500 at $50.02 (venue A), 700 at $50.02 (venue B), 1,200 at $50.03 (venues C and D), and 2,600 at $50.04. Your smart router hits them in one coordinated sweep. Your average fill is

500(50.02)+700(50.02)+1200(50.03)+2600(50.04)5000=50.035.\frac{500(50.02) + 700(50.02) + 1200(50.03) + 2600(50.04)}{5000} = 50.035 .

So you paid about 1.5 cents of slippage above the touch — not because liquidity was thin, but because it was spread across venues and you had to climb the combined book. A router that only checked venue A would have seen 500 shares and either underfilled or crossed the spread blindly. This is exactly the problem Smart Order Routing exists to solve, and it is why displayed depth on any one venue systematically understates true liquidity.

Never read the size at the NBBO as "the liquidity available." It is the size on a single venue. In a fragmented market real depth is the sum across venues plus hidden and dark liquidity — which is why an order that looks huge relative to the visible quote often fills with modest impact, and why one that looks small can still walk the book.

The costs fragmentation adds

  • Search and routing cost. You must find liquidity across venues in microseconds, which rewards speed (Latency & High-Frequency Trading) and good Smart Order Routing. Slow routers get picked off on stale quotes.
  • Fee complexity. Venues charge different maker-taker fees and rebates, so the cheapest venue and the best-priced venue can differ.
  • Fleeting quotes. A quote on a distant venue may vanish before your order arrives, so the NBBO you saw is not always the NBBO you can trade.
  • Information leakage. Splitting a large order across venues can broadcast your intention, letting others trade ahead of you.

The benefit side is real too: competition among fragmented venues has driven quoted spreads to historic lows. Fragmentation is a tax on simplicity (you need a good router) in exchange for a discount on price (tighter spreads and rebates). For anyone trading size, the router is not optional.

Fragmentation is the physical backdrop for almost every execution topic: it is why Price Discovery is a cross-venue question, why Dark Pools exist, and why measuring your own cost against a single-venue benchmark is misleading. Think of the market not as one book but as one price (the NBBO) laid over many books — and your job is to reassemble the depth the screen hides.

Related concepts

Practice in interviews

Further reading

  • O'Hara & Ye (2011), Is Market Fragmentation Harming Market Quality?
  • Harris, Trading and Exchanges (ch. on market structure)
  • SEC Regulation NMS (2005)
ShareTwitterLinkedIn