"ModuleNotFoundError: No module named 'refinitiv'" after import refinitiv.dataplatform.eikon as ek

I am using Jupyter notebook to code in phyton. I keep receiving this error: "ModuleNotFoundError: No module named 'refinitiv' after import refinitiv.dataplatform.eikon as ek". I already installed all the pakages of eikon and I do not recieve this error when I run import eikon as ek. Is there any package that I am missing to install?

Best Answer

  • If you'd like to use RDP Libraries, you need to install refinitiv.dataplatform package from PyPI. See Getting Started with Python guide under Quickstart following the link above.