Hello,
Due to the fact the Eikon API is going to be phased out, I've started looking at replacing code from using the Eikon Library, to the Refinitiv Data Library in Python. Currently everything is clear and going smoothly, but I've noticed that the RD library has significantly worse performance than the eikon library.
For example, retrieving the CF_NAME for 24 bonds takes around 4.7 seconds. In Eikon, running the same command takes no longer than two seconds with the fastest I found being 1.15. This is quite a large difference and leads to issues that weren't present before, such as time-out errors in the function calls or the data being retrieved simply too slowly.
What could be the cause, and is there any way to change this? Also is the Eikon library that is being phased out refinitiv.data.eikon as well as the individual eikon library?
I'm running a desktop session on the RD library. Both libraries are fully updated.
Thank you in advance.