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 ✭✭✭✭✭
    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