Dear all,
I need to download different index-data (e.g. Total Return Index (RI), Net Return Index (NR)) as timeseries. Currently I'm using the Datastream Request-Tables for this purpose. Now I want to replace them with the EIKON Data API for Python. During this transition I've came up with the following issues:
- Converting Mnemonic to RIC. The function get_symbology doesn't allow to convert Mnemonics directly to RIC. I've used the DS_Grid function in order to do this and the following issue appeared: For some indices no RIC is available at all. Therefore my question is how should I proceed in order to convert a Mnemonic to RIC and is there a possibility to request a RIC for those Mnemonics where there is no RIC available? Furthermore I would also need to download User Created Indices. Where can I set up a RIC for those?
- Currently the get_timeseries function only supports a limited amount of fields. How can I proceed if I want to download e.g. the Total Return Index (RI) for several indices?
Thanks in advance for your help. I really appreciate it.
Best regards,
Ricardo