Market Data Receiver
A service responsible for collecting raw market data (quotes and deals), as well as related information such as a list of trading instruments and the state of trading for each instrument from the NASDAQ, NYSE, CBOE exchanges.

About the product
Basic info
The service allows you to receive, aggregate, compress and transmit to the end user raw market data from the stock market distributed by the NYSE, Nasdaq and CBOE exchanges. The current version provides the following streams of market data:
- NYSE Pillar – NYSE Pillar BBO (Best Bid Offer) specification for obtaining information about the best market prices (quotes) of trading instruments on the NYSE Arca exchange;
- NYSE Pillar – NYSE Pillar Trades specification for obtaining information on prices and volumes of done deals on the NYSE Arca exchange;
- Nasdaq Mold UDP 64 – Nasdaq Best Bid and Offer (QBBO) specification for obtaining information on the best market prices (quotes) of trading instruments on the Nasdaq exchange;
- Nasdaq Mold UDP 64 – Nasdaq Last Sale (NLS) specification for transmitting information on prices and volumes of done deals on the Nasdaq exchange;
- Cboe One Equities Feed for obtaining information from the CBOE Exchange.
- SPBE – MD Binary specification for receiving information about anonymous trade flows (Trades SPB), best prices for buying and selling (BestPrices/L1 SPB), anonymous order queue with a depth of at least 5 levels (L2/OrderDepth SPB), instrument directory (Instruments SPB), statistics on instruments for the current and/or previous trading days (Statistics/Common SPB)
- MOEX – Market Data Multicast FIX/FAST Platform specification for receiving information about anonymous order and trade flows, as well as market statistics
- MOEX – SIMBA specification for receiving a stream of best prices, as well as a full order book
- OKX – Websocket API specification for receiving an Order book channel stream with anonymous orders up to 5 levels deep in the form of two channels – update and cut
Ways to use
- Testing algorithmic trading strategies
- Using data through trading robot
- Assessing the quality of trading activity
Advantages
- 1500 trading instruments are supported
- Universality of connecting, processing and aggregation of data from any (of the connected) set of exchanges
- Tracking metrics responsible for the operation of the service
Call us