Skip to main content

FIX Market Data

FIX market-data sessions provide orderbook and trade data for institutional systems that already consume FIX.

MarketDataRequest

Clients subscribe with MarketDataRequest (35=V).

FieldFIX tagNotes
MDReqID262Client request id
SubscriptionRequestType263Snapshot, subscribe, unsubscribe
MarketDepth264Requested book depth
MDUpdateType265Full refresh or incremental
NoMDEntryTypes267Bid, offer, trade
NoRelatedSym146Requested symbols

Snapshot and incremental

MessageMsgTypePurpose
MarketDataSnapshotFullRefreshWInitial book or requested snapshot
MarketDataIncrementalRefreshXReal-time deltas

Clients should treat sequence continuity as mandatory. On a detected gap, request a fresh snapshot before applying further deltas.

Supported data

  • Best bid and offer
  • Level-2 book depth
  • Public trades
  • Market status
  • Trading halts and maintenance events

Latency tiers

FIX market data is available in retail, pro, and institutional tiers. Contracted institutional tiers can receive higher throughput and lower coalescing.