Client is asking below.
Eikon Data API and WS API returns different data types. To be very specific, for the code mnaratioofenterprisevalueateffdatetoebit:
Hi @Nini ,
In order to answer your quesiton, I have a few questions if you don't mind:
Would you have the 'old' code piece that is trying to retrieve data?
Have you had a look at the Tutorials for the new library?
what is the 'WD API'? is it the LSEG Data Library for Python? Is it for another coding language?
This issue is similar to this question.
Hello @Nini
The library team suggests the client to use the following library statement before calling the get_data() method to avoid the issue.
rd.session.get_default().config.set_param("apis.data.datagrid.underlying-platform", "rdp")
I did a quick test, and it works fine on both RD and LD libraries.