Hi everyone
I am using the python function ek.get_data to source data from eikon and I am interesting in the field TR.DV01Analytics or TR.DurationAnalytics. If I use the following formula, I only get the latest value and no time series.
ek.get_data('US500769CG75','TR.DurationAnalytics',parameters={'SDate':'2018-10-02', 'EDate':'2018-10-07'})
Does anyone know how to incorporate different valuation and settlement dates, such that I get a time series of DV01 / Duration?
Thanks
Jurij