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
12 4 4 9

EIKON API Python - Volumes download (differentiated between bid / ask)

I'd like to download historical volumes for a certain symbol (e.g. Brent LCOc1 ) , with volumes differentiated between bid and ask volumes.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apivolume
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 @davide.costanzo

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

Hello @davide.costanzo

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

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvote
Accepted
39.4k 77 11 27

I suppose what you're asking for is the history of the order size for the top of the book bid and ask quotes. This data is available in Eikon for intraday intervals, however at the moment it cannot be retrieved using Eikon Data APIs. Currently it can only be retrieved using Eikon .NET API or using RHistory library of Eikon COM APIs.

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.

Upvotes
12 4 4 9

thanks, that's what I need indeed. Is this data available also in Elektron Data Platform 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.

On historical pricing endpoint on Elektron Data Platform, which is in early access program at the moment, I see that bid and ask size are currently available through events API, which provides pricing events (trades, quotes and corrections). You can think of this API as providing time & sales and time & quotes records. But bid and ask volumes are not available through intraday or interday summaries APIs providing historical pricing bars for intraday or interday intervals.

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.