Installing the library

The Refinitiv Data Library for Python is distributed as a Python package named refinitiv-data. To install it, you must have a Python package manager, such as pip or pipenv, installed on your machine.

Installing with pip

If you have pip installed, you can install the library by running the following command in your terminal:

pip install refinitiv-data

Installing with pipenv

If you prefer to use pipenv, you can install the library by running the following command in your terminal:

pipenv install refinitiv-data