Is there a way to get market depth/book depth from the JET Quote service in App Studio- Web SDK?

I see that you can get BID_1, BID_2, etc. and ASK_1, ASK_2, etc. But there are no sizes/volumes that seem be associated with those fields. And while some RICs have a BEST_BID1 and accompanying BEST_BSIZ1, etc., those seem rare and usually are all 0 when I've tested.
Best Answer
-
@cherndon it largely depends on the asset that you are after and the exchange where it is traded. Usually, if you add a 0# before the RIC for an exchange traded instrument, it will show you the order book.
0# sign means that the requested entity is a series, or a chain. The chain contains a link to the market depth RIC. For example, 0#BARC.L is the order book for Barclays on LSE, it contains BARC.LO, that has the order book with the price and the size.
There is a separate call in JET for those. The following call will give you all RICs on a chain:
JET.Quotes.create()
.chain("0#BARC.L")
.formattedFields("X_RIC_NAME")
.onNewRow(onNewRow)
.onUpdate(onUpdate)
.start();Once you get the depth RIC, you can create a regular JET subscription with BEST_BIDx and BEST_BSIZx fields (where x is the field's number)
For more information, you can open the JET.js API Demo (Eikon Menu > Developer tab), select Quotes plugin and then Chains.
0
Answers
-
Hello,
Market Depth (BID_1, BID_2, etc. and ASK_1, ASK_2, BEST_BSIZ1,BEST_ASIZ1,etc.) is available via Quotes method in TRKD API. Level 2 data requires permission from respective exchanges. The RICs for level 2 data is the normal Equity RIC prefixed with a "0#" for most exchanges.Below is a FAQ with details of level 2 data for US Exchanges. Attached screenshot for Reliance Industries listed at Bombay Stock Exchange showing BID / ASK and corresponding volume data.
FAQ: Level 2 data for US and Canadian Exchanges:
US Exchanges
Level 2 data is depicted in the following manner:
NYSE OpenBook represents the aggregated size of limit orders on the Specialists’ book for NYSE-listed issues. . Reuters provides top 10 quotes.Sample RIC: For NYO: 0#IBM.NYO
The Nasdaq Stock Exchange
NASDAQ Level 2 provides a montage of attributed best bid/offer prices from all market participants. The current NL2 feed covers NASDAQ-listed and OTC Bulletin Board issues.Sample NASDAQ Level 2 chain RIC: 0#DELL.O , Sample NL2 participant quote RICs: DELLGSCO.O MSFTARCX.O
Nyse/Amex Level 2 chain RIC: 0#IBM.O & 0#SPY.O, Sample participant quotes RICs: IBMAUTO.O & SPYCDRG.O
NASDAQ Bulletin Board (all securities including preferred issues warrants, units etc.,) have market in depth data.OTC Bulletin Board Level 2 quotes are included with the NASDAQ Level 2 subscription.
Sample chain RIC: 0#CNCG.OB Sample market participant quote RIC: CNCGETRD.OB
Pink Sheets
Pink Sheets level 1 data. Level 1 quotes are a separate subscription from the trade data.Canadian Exchanges
Level 2 data is depicted in the following manner:
Toronto Stock Exchange
Reuters provides Toronto SE Market by Order (MBO) and Market by Price (MBP) - top 10 quotes for both MBP and MBO.Sample RICs:
0#NT.TO for MBP
0#NT.TOB for MBO
TSX Venture Exchange - CVE
Reuters carries TSX Venture Market by Order (MBO) and Market by Price (MBP) - top 10 quotes for both MBP and MBO.Sample RICs:
0#BTR.V for MBP
0#BTR.VO for MBO
Canadian Trading and Quotation System – CNQ
CNQ bundles 10 levels of Market by Order (MBO) and 5 levels of Market by Price (MBP) with their Level 1 subscription.Sample RICs:
0#FCI.CD for MBP
0#FCI.CDO for MBO0 -
cherndon is looking for a solution within the JET API, by posting in the App Studio forum.
0 -
Perfect, thank you very much!
0 -
Yes, Zhenya is correct, but thank you Nitesh!
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 687 Datastream
- 1.4K DSS
- 622 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 254 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 671 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛