Installing the library

The LSEG Data Library for Python is distributed as a Python package named lseg-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 lseg-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 lseg-data

Install with uv

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

uv pip install lseg-data