Worksapce data API error non equivalent

wechat-image-20221027154501.jpgwechat-image-20221027154347.jpgCan 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

Tagged:

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @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')

    1666864139910.png

    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__

    1666864212187.png

    I hope that this information is of help

Answers

  • 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

    1672288046631.png

    and the code can be run properly on Codebook as below

    1672288070724.png