Hello,
It seems that historical data from some RICs are different when extracted through the Eikon Terminal Instrument Explorer, vs Excel Add-in, vs the Python eikon API, when I would expect them to be the same.
What is the exact C# code which I need to use to get the exact same data which is outputted by the Python code below?
import eikon as ek
ek.get_timeseries(['GFRUKBWE1'], ['Value'], start_date=None, end_date=None, interval='tick', count=1000000)
Thank you