Hi all,
I am trying to retrieve daily 20 day Volatility, using the Eikon Data API, over a period of time.
The code snippet below however only returns the most recent days close, and no historical data?
df, d = ek.get_data([ 'VOD.L', 'BHP.AX' ], ['TR.Volatility20D'], {'SDate':'2015-01-01', 'EDate':'2020-05-12','FRQ':'D'})
Any help appreciated,
thanks