Workspace Trial: Unable to reproduce same output via API as in EIKON environment

ff
ff Newcomer
edited March 31 in Eikon Data APIs

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:

image.png

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!

image.png

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]

image.png

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)

image.png

I am able to display the required data in WORKSPACE:

image.png

Thanks for your help!

Answers