LSEG Financial Analytics Python SDK
Quick start
To start using the SDK, you need to have:
- A Python environment with the library installed.
- Access to the API: server URL and credentials.
Installation
For detailed installation instructions and other options, refer to the Installation page.
Using pip
pip install lseg-analytics
Using conda
conda install -c conda-forge lseg-analytics
Configuration
For now, all configuration is done via environment variables.
To learn more about configuration, refer to the Configuration page.