Hello,
I am quite new at using the Eikon API. I managed to download "EUR=" historical open, high, low and close by using the ek.timeseries function. I am now looking to download historical and implied volatility for the EUR/USD. When I type:
data, error = ek.get_data('EUR=', ['CF_DATE', 'HST_VOLT'], parameters={'SDate':'2017-06-01', 'EDate':'2017-08-04'})
I only get a data frame containing the date of today in the column CF_DATE and a NaN in the HST_VOLT column.
What should I do to be able to download historical and implied volatility?
Thank you in advance!