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
4 2 5 7

Retrieving minutely bid prices

Hello,

I would like to retrieve minutely bid data for the instrument "EUR=". I can download this data as a csv using the Eikon app, however I would like to do this using python with the eikon.get_data() function. I am having some issues with choosing the frequency. I am able to pull a daily value, but can't seem to pull at any higher frequency. Please see the code I am using below. Is minutely frequency supported by the "Frq" parameter?

Thanks for your help.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1596824484320.png (5.8 KiB)
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 @pvilleneuve

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

@pvilleneuve

Hi,

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

Thanks,

AHS

Upvotes
Accepted
39.4k 77 11 27

You need to use get_timeseries method instead of get_data. See the documentation for the method under the Documentation tab on Eikon Data APIs page on this portal under Development - Eikon Data APIs for Python - Reference Guide. Examples are available in this tutorial.

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
32.2k 40 11 20

Hello @pvilleneuve,

You are correct, Frq of minute is not available, you may use Data Item Browser tool available from Eikon deskop to confirm all available parameters and their respective values:


dib.gif (157.9 KiB)
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.