Hi all,
I'm using python to get data from Reuter, normally, with RIC which have its chart like ".DXY", It's been got easily by using eikon.get_timeseries(). However, some other RIC like "SBVOMO2022" or "VNOMO=SBVN", I cannot get the data by using eikon.get_timeseries(). So how to get all these ind of data?
Note: I have tried with eikon.get_data(), but it just work if the field is available, and I need to search for exist field (just work with "VNOMO=SBVN" but not "SBVOMO2022")
Thank you for your help!