Hi Community,
Please find below a comparison between the old (EIKON) and the new (WORKSPACE) output. Please also find attached the old vs. new output. I need exactly the old output as in the attached file.
This is the skript I am using to compare / retrieve the output:
As you can see via the old environment (EIKON) I am able to retrieve 1221 rows (option chains), via the new environment (WORKSPACE) only 1 row!
For my calculations, I need exactly the same output format / datafields below (please also see attachement) that I am currently retrieving via EIKON: ek_data = eikon.get_data(instruments=['0#XOM*.U'], fields=fields)[0]
However, in the new WORKSPACE environment, I am only getting the following output (please also see attachement): rd_data = refinitiv.data.get_data(universe=['0#XOM*.U'], fields=fields)
I am able to display the required data in WORKSPACE:
Thanks for your help!