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
3 1 0 1

Get intraday BID/ASK data through ek.get_data

Hello,

I would like to get intraday bid/ask data (for example CO2). Is it possible to get it through Eikon API?

I use code below but it does work only for daily data. I would like to get tick or at least minute data.

data_grid, err = ek.get_data(rics, ['TR.ASKPRICE.Date', 'TR.ASKPRICE', 'TR.BIDPRICE'], parameters={'SDate':'2019-05-01', 'EDate':'2019-05-06'})

How should I change this code please?

In excel i use this formula =RHistory("CFI2Z9";"ASK.Timestamp;ASK.Close";"NBROWS:500 INTERVAL:1M";;"TSREPEAT:NO CH:Fd";F3)

which works for minute data.

Thanks for any help!

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apirics
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 @cinert

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 @cinert

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

1 Answer

· Write an Answer
Upvotes
Accepted
3.8k 4 4 6

Hi @cinert

This is currently not possible, please see the answer on similar question here.

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.