Which API in jupyter is equal to that in codebook get_history? I hope to get the historical divid...

...end yield

ishot-2022-09-28-005557.png

Best Answer

Answers

  • Hi @yanxiao01 ,

    Could you check that jupyter notebook in Codebook contains "import refinitiv.data as rd" ?

    Then, you'll have to update your local Python env by installing refinitiv.data lib and switching your notebook from refinitiv.dataplatform to refinitiv.data librairy which expose this get_histroy() function.