Direct Market Data Feed
A direct market data feed is a real-time data stream offered by a stock exchange, providing quotes, trades, and order book information to subscribers. Direct feeds are faster than consolidated market data (the SIP) and show more detail (full order book), but come with subscription costs. Institutional investors and high-frequency traders rely on direct feeds.
This entry is about exchange-provided data feeds. For the consolidated system, see SIP and consolidated tape; for cost and latency comparisons, see market-data-feed-consolidated.
How direct feeds work
An exchange publishes market data directly to subscribers via dedicated data connections (typically TCP or other protocols). The data is:
- Real-time: Updated with minimal latency.
- Detailed: Full order book, all trading messages.
- Fast. Delivered microseconds after market events.
A subscriber connects to the feed and receives a stream of messages:
Message Type: Quote Update
Symbol: AAPL
Bid: $150.00 (1,000 shares)
Ask: $150.01 (1,500 shares)
Timestamp: 14:32:45.123456789
Exchange-specific feed formats
Each exchange publishes its own feed format and protocol:
- NYSE: OpenBook, BBO (Best Bid Offer) feeds.
- NASDAQ: TotalView, UTP, Level 3.
- CBOE: OPRA for options; CFE for futures.
Subscribers must adapt to each venue’s format. Some firms use middleware (data normalization platforms) to standardize feeds across exchanges.
Full order book depth
Direct feeds show the complete order book:
- Level 1 (best bid/ask) — often available on free or low-cost data.
- Level 2 (top 5-10 levels) — more expensive, but still within SIP latency.
- Level 3 (full depth) — all orders visible; only on premium direct feeds.
High-frequency traders who need to detect emerging liquidity use Level 3 or higher depth.
Latency advantage
Direct feeds are substantially faster than consolidated tape SIP data:
- Direct feed latency: 10–500 microseconds.
- SIP latency: 1–10 milliseconds (1,000–10,000 microseconds).
For high-frequency traders, this is a critical advantage. An order that sees the NBBO via direct feed 5ms before it appears on the SIP can be executed at better prices.
Costs and subscriptions
Direct feeds are expensive:
- Basic feeds (quotes from one exchange): $500–$1,000 per month.
- Premium feeds (full order book, multiple venues): $5,000–$10,000+ per month.
- Firms using multiple feeds (NYSE, NASDAQ, regional exchanges) pay tens of thousands monthly.
This cost is justified only for firms trading high volume or relying on speed.
Use cases
High-frequency trading. HFTs use direct feeds to detect microsecond-level price discrepancies and execute arbitrage trades. Without direct feeds, HFT profitability would be nearly zero.
Large institutions. Hedge funds and investment banks use direct feeds for better execution; understanding the full order book helps them route large orders more intelligently.
Market makers. Designated market makers on exchanges use direct feeds to maintain fair quotes.
Algorithmic trading. Algorithms using sophisticated execution strategies (TWAP, VWAP) monitor direct feeds to make real-time routing decisions.
Fairness criticisms
The speed and detail advantage of direct feeds has drawn criticism:
Information asymmetry. Well-capitalized firms with direct feeds see prices before SIP-using retail investors. This enables front-running and adverse execution.
Fairness. It is arguably unfair that payment of subscription fees buys a speed advantage in seeing the market. Some argue that SIP data should be fast enough for all.
Systemic risk. Reliance on direct feeds creates instability; if feeds go down, traders may lose situational awareness.
Regulatory discussions
The SEC has considered requiring faster SIP delivery and fair access to data feeds. Proposals include:
- Slowing down direct feeds to match SIP speed.
- Speeding up the SIP to eliminate advantages.
- Requiring data bundles at lower costs.
However, no major changes have been implemented; direct feeds remain faster.
See also
Closely related
- Consolidated tape — the slower, official data
- SIP — aggregates consolidated data
- Market data — what feeds provide
- Stock exchange — publishes direct feeds
- High-frequency trading — relies on direct feeds
Wider context
- Latency — critical advantage of direct feeds
- Order book — shown in full on direct feeds
- Real-time pricing — delivered via direct feeds
- Information asymmetry — created by feed speed gaps
- Fair execution — challenged by feed disparities