Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
13 2 1 2

Why the ask_size and bid_size values are always empty in DIB and EIKON DATA API?

I want to get the realtime ask_size and bid_size values of cocoa using EiKon data api,but these datas are always empty.How can i get it?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @351166279,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

The Data Item Browser is imperfect in that, even though it applies filters to the fields applicable to a given instrument or RIC based on asset class, it still returns some fields that are not populated or that do not exist for the instrument. In this example all the fields listed in the screenshot are from the Real Time category (they do not start with 'TR.'). See an explanation for field mnemonics in this answer. By displaying the RIC in a Quote app and switching the app to All Fields view you can see the full real-time record image of the RIC. Fields ASKSIZ_1 etc are not present in the record image of LCCc1, which means these fields do not exist for this RIC on the datafeed. In other words there's no way to get them. Switching the gears I'm curious why you're interested in these fields. When available as part of the real-time record image, ASKSIZ_1, ASKSIZ_2 etc. fields would be used to ripple ask size values. In other words when a new ask quote is received the new ask size is populated into ASKSIZ_1 while the previous value of ASKSIZ_1 is moved to ASKSIZ_2, the previous value of ASKSIZ_2 is moved to ASKSIZ_3 and so on. Given that Eikon Data API currently does not provide streaming capability for real-time data updates, it makes me wonder what might be the value of knowing a few previous values of ask size?
The most recent value of bid and ask size you can get using BIDSIZE and ASKSIZE fields.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.