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

RHistory tick python replication

Hi,

I am trying to replicate the following example (excel eikon api) using the eikon python api:

=RHistory("EURUSDON=";"ASK.Timestamp;ASK.Value";"START:02-Jul-2018 END:09-Jul-2018 INTERVAL:TICK";;"CH:Fd";E12)

Since Bid/Ask is not supported for get_timeseries I try to replicate using get_data, along the lines of question 20332

Is there a possibility to obtain the bid/ask fields at tick frequency? (streaming?) fields are "Bid" and "Ask" or Primact Secact

Thank you

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifieldstick-data
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.

@daniel.schmitt2
Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.
Thanks,
-AHS

Hello @daniel.schmitt2

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

Upvotes
Accepted
4.6k 26 7 22

@daniel.schmitt2 unfortunately, you can not get tick data using time series over fundamental data API. If you require some API to access to time series, the only option is to use RHistory API which is COM.

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.

thank you!

Upvotes
41 0 0 1

Hello @daniel.schmitt2, can you please post your python code ?

What is the RIC you are looking for ? EURUSDON= is not valid for all I can see.

KR Norbert

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.

EURRONON=

for example, sorry for the confusion

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.