Level 3 market data is the most detailed tier of exchange information available, showing every individual order on the book rather than the aggregated view offered by lower tiers. Formally called “market by order” (MBO) data, it reveals the full lifecycle of each order and, in its complete form, includes the ability to send, modify, and cancel orders directly on the exchange. Access is restricted almost entirely to market makers, high-frequency trading firms, and broker-dealers, because the cost, infrastructure, and regulatory obligations only make sense for firms whose business depends on interacting with the order book at this level.
How Level 3 Differs From Level 1 and Level 2
The three tiers of market data are not just gradations of detail. Each is a different view of how the market works.
Level 1 shows the basics: the best bid, the best ask, the last trade, and volume. This is the National Best Bid and Offer, and it’s what most retail investors see on brokerage apps and financial news sites. For long-term investing or checking a closing price, Level 1 is enough.
Level 2 opens the depth of the order book. Instead of one best bid and one best ask, you see multiple price levels with the total size resting at each. Active traders use it to gauge liquidity and short-term supply and demand. The key limitation is aggregation: Level 2 tells you that 5,000 shares sit at $150.25, but not whether that’s one order or fifty.
Level 3 removes the aggregation. Every individual order appears with a unique identifier, its exact size, and a precise timestamp. When an order is added, modified, partially filled, or canceled, that event streams through in real time. Nasdaq’s TotalView product, for instance, displays every quote and order at every price level across Nasdaq-listed securities.1Nasdaq. Nasdaq TotalView
What The Feed Actually Shows
The defining feature is order-level granularity. Where Level 2 shows aggregate demand at a price, Level 3 shows the individual orders that make up that demand, each with an ID that lets you track it from placement through execution or cancellation.
Queue position is where this becomes strategically valuable. When hundreds of orders sit at the same price, execution follows a priority sequence, and Level 3 lets you determine exactly where your order stands. CME’s MDP 3.0 feed assigns each order a priority number that positions it against other orders at the same price and side.2CME Group. MDP 3.0 – Market by Order – Book Management Nasdaq’s TotalView implies queue position through the timestamp when the order was added.
The data also exposes how trades unfold at a micro level. When a large aggressive order sweeps through several resting orders, Level 3 users see each individual fill rather than a single final execution. Timestamps come at microsecond resolution or better, and the true sequence of events, which order was placed first, which cancellation arrived before which execution, is visible in a way that no lower tier can reproduce.
Level 3 Is Also An Order Entry Channel
Level 3 is not just a window into the market. For authorized participants, it’s a door. Direct Market Access (DMA) sends orders straight to the exchange’s matching engine, bypassing the traditional routing through a broker’s order management system, and the data feed and order channel work together to give users real-time control over their positions.
These two functions typically travel through separate protocols. Nasdaq uses its ITCH protocol to distribute the full order book and a separate protocol called OUCH for order entry. OUCH is described in Nasdaq’s documentation as “the low-level native protocol for connecting to NASDAQ,” allowing subscribers to enter orders, cancel existing orders, and receive execution updates.3Nasdaq Trader. OUCH Version 2.0A Specification ITCH handles the read side, OUCH the write side.
Both are binary protocols, encoding data in compact machine-readable formats rather than the human-readable text used by the more universal FIX (Financial Information eXchange) protocol. FIX remains the industry standard for institutional trading, but its text-based messages are larger and slower to process. Firms that need the lowest possible latency use the exchange’s native binary protocols instead.
The practical result is a tight feedback loop. A Level 3 user can see an order arrive, assess its impact, and respond with a modification of their own inside a few microseconds. That loop is the foundation of algorithmic and high-frequency trading.
Who Actually Uses Level 3
Level 3 is not something you subscribe to out of curiosity. The cost, infrastructure, and compliance load make it viable only for firms where order-level visibility is an operational requirement.
Market Makers
Market makers are the most natural users. Their job is maintaining continuous two-sided quotes, standing ready to both buy and sell throughout the trading day. FINRA rules require registered market makers to enter and maintain both a bid and an offer during regular market hours, and to replenish that interest immediately after an execution.4FINRA. FINRA Rules 6272 – Character of Quotations Meeting that obligation in fast markets, across potentially hundreds of securities and multiple venues, is not possible without order-level data and direct order entry.
High-Frequency Trading Firms
HFT firms use Level 3 to power algorithms that trade on short-lived inefficiencies. Queue position visibility matters here: knowing where your order sits in the priority line lets you model fill probability and optimize placement. The order-by-order stream also feeds statistical models that try to predict short-term price movement from the pattern of incoming orders, cancellations, and modifications.
Broker-Dealers
Broker-dealers use Level 3 to offer DMA services to institutional clients, connecting the client’s system directly to the exchange while the broker remains the regulated intermediary. They also need order-level data to meet best execution obligations under FINRA Rule 5310, which requires “reasonable diligence to ascertain the best market for the subject security” on every customer transaction.5FINRA. FINRA Rules 5310 – Best Execution and Interpositioning Evaluating execution quality across venues requires the granularity only Level 3 provides.
Exchanges And Regulators
Exchanges use their own order-level data internally to run matching engines and ensure fair execution. Regulators like the SEC and FINRA need similarly granular data for market surveillance, detecting spoofing, layering, and other manipulative patterns that are invisible in aggregated feeds.
Why Retail Traders Don’t Have It
Retail investors sometimes see “Level 3” referenced in trading forums and wonder if they’re missing something. In practice, retail broker data feeds top out at Level 2 depth. Level 3’s transactional capability and infrastructure requirements are built for firms acting as regulated intermediaries, not individual accounts. A Level 2 depth-of-market display, showing aggregated sizes at multiple price levels, is more than sufficient for manual trading decisions.
What Level 3 Data Costs
Exchange data fees reflect the commercial value of order-level information, and they add up quickly for firms consuming multiple feeds.
Nasdaq’s pricing for its depth-of-book products illustrates the scale. TotalView costs $80.50 per month for each professional subscriber and $15.00 per non-professional subscriber. Per-user fees are only the start. Firm-level charges for internal distribution of Nasdaq depth data run $1,610 per month, external distribution costs $4,020 per month, and direct access runs $3,190 per month. Non-display usage, meaning data consumed by algorithmic systems rather than shown to a human, scales from $396 per subscriber for small firms to $75,000 per month for firms with 250 or more subscribers.6Nasdaq. Nasdaq US Equities Price List 2025 2026 2027
NYSE Arca’s Integrated Feed carries its own structure: a $3,200 monthly access fee, $64 per professional user per month, a $4,000 redistribution fee, and non-display fees of $11,300 per month per category, capped at $33,900.7NYSE. NYSE Arca Equities Proprietary Market Data Fees A firm consuming depth-of-book data from multiple exchanges can easily spend six figures a month on data alone, before co-location, hardware, or the engineering team to maintain everything.
The Infrastructure Behind The Feed
Processing Level 3 is an engineering problem. The volume, millions of messages per second across active markets, requires hardware, networking, and software well beyond a standard trading terminal.
For latency-sensitive strategies, co-location is essentially mandatory. That means placing your servers in the same data center that houses the exchange’s matching engine. Most U.S. equity trading runs through three data centers in northern New Jersey: Carteret (Nasdaq), Mahwah (NYSE), and Secaucus (Cboe, IEX, MEMX, and many alternative trading systems). Physical distance to the matching engine translates directly into latency, and even microsecond differences matter when algorithms are competing for queue position. The connection is typically a dedicated fiber line or cross-connect inside the data center, not standard internet.
Each exchange has its own native protocol and message format, so a firm trading on multiple venues needs a separate feed handler for each. Software has to normalize those different formats into a consistent internal view and integrate with the firm’s algorithms and risk systems in real time. If a feed handler misses messages or processes them out of order, the firm’s view of the book diverges from reality, and trading on a stale book is a fast way to lose money.
Regulatory Obligations That Come With Direct Access
Firms using Level 3 operate under significant obligations that reflect the risks of direct market access.
The Market Access Rule
SEC Rule 15c3-5, the Market Access Rule, requires any broker-dealer that accesses an exchange directly, or provides that access to customers, to maintain risk management controls and supervisory procedures. Those controls must prevent orders that exceed pre-set credit or capital thresholds, reject orders with unreasonable price or size parameters, and block orders that would violate regulatory requirements.8eCFR. 17 CFR 240.15c3-5 – Risk Management Controls for Brokers or Dealers With Market Access The firm’s CEO must certify compliance annually.
FINRA’s 2026 oversight report emphasizes that firms must calibrate these thresholds to their specific business model and document their reasonableness. Common violations include thresholds that don’t reflect the firm’s actual risk profile and inadequate policies for intra-day adjustments.9FINRA. 2026 FINRA Annual Regulatory Oversight Report – Market Access Rule
Recordkeeping
SEC Rule 17a-3 requires broker-dealers to create detailed memoranda for every brokerage order, including terms and conditions, any modifications or cancellations, the account involved, the time of receipt and entry, and the execution price. Rule 17a-4 requires those records to be preserved for at least six years, with the first two in an easily accessible location.10eCFR. 17 CFR 240.17a-4 – Records to Be Preserved by Certain Exchange Members, Brokers and Dealers For a firm processing millions of Level 3 messages daily, the storage and retrieval infrastructure alone is a substantial expense.
Best Execution
Broker-dealers offering DMA still owe best execution to their customers. Rule 5310 requires reasonable diligence to find the best market for each transaction, considering factors like market character, transaction size, and the number of markets checked. Firms that route on an automated basis must conduct regular, rigorous reviews of execution quality on a security-by-security, order-type basis.
The combined weight of data fees, infrastructure, and compliance makes Level 3 access self-selecting. The firms that use it are the ones whose trading revenue justifies the expense and whose regulatory operations can absorb the scrutiny that comes with operating at this level of the market.