Can you help a EIKON data API error as attached 2nd sanpshot ? This is for python
We get the expected result for 1st snapshot as attached for your reference for price history
I did not see any typo at user side
@Hao.Tang
Sorry about the issue that you are facing.
I can run the code properly on Codebook.
rd.get_history(universe=['TIGR.NB'], fields=['TR.PriceToBVPerShare','TR.PE'], interval='1D', start='2010-01-01', end='2022-9-01')
If you are not using Codebook, please check the version of Refinitiv Data library. You can try to upgrade the application to use the latest version of Refinitiv Data library (refinitiv-data 1.0.0b25).
rd.__version__
I hope that this information is of help
Thanks so much, user want to have a try
Do we have a step by step guide on how to upgrade to latest version of Refinitiv Data library up to (refinitiv-data 1.0.0b25).
The version RD library used by the client's CodeBook environment is still 1.0.0.b22. I can replicate the same issue with RD library version 1.0.0b22.
The client has contacted the CodeBook team to update the RD library in the CodeBook environment.
Hi @Hao.Tang ,
The RD Library in Codebook has been updated to version 1.0.0b27
and the code can be run properly on Codebook as below