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?

image

Thanks for your help.

Best Answer

Answers

  • zoya faberov
    zoya faberov ✭✭✭✭✭

    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:

    image