Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Data Library for Python

Summary

These Python tutorials demonstrate how to programmatically access content residing within the LSEG Data Platform (RDP) using a single, ease of use Library called the LSEG Data Library for Python. The platform refers to the layer of data services providing both streaming and non-streaming content serving different clients, from the simple desktop interface to the enterprise application.

The LSEG Data Library for Python is structured as a stack of interfaces and libraries designed to foster the adoption of our platform by both financial coders and professional developers to programmatically access financial content.

Based on this stack of interfaces, the examples defined within this section have been organized into the following folders:

Configuration

The Configuration folder contains the configuration file - lseg-data.config.json - for the LSEG Data Library for Python. Before running any of the tutorials, you must modify this file depending on the access channel and connection parameters that you will use to connect to the LSEG Data Platform. This necessary configuration step is explained in the Developer Portal

Tutorials\Access

The Access tutorials target lower-level abstractions representing financial items like Pricing, Symbology, Historical Data, etc. The Access layer is the easierst to use for both professional developers and financial coders. It provides great flexibility for commonly used financial objects.

The tutorials should be used in conjunction with the Tutorials and Documentation available on the LSEG Developer Portal

Tutorials\Content

The Content tutorials target higher-level abstractions representing financial items like Pricing, Symbology, Historical Data, etc. The Content layer can easily be used by both professional developers and financial coders. It provides great flexibility for commonly used financial objects.

The tutorials should be used in conjunction with the Tutorials and Documentation available on the LSEG Developer Portal

Tutorials\Delivery

The Delivery tutorials target the interfaces defined within the lowest abstraction layer of the library. The tutorials demonstrate access to content including Level 1 & 2 Streaming Data and Request/Reply data endpoints such as Instrument Pricing Analytics, News etc.

The tutorials should be used in conjunction with the Tutorials and Documentation available on the Refinitiv Developer Portal

Morty Proxy This is a proxified and sanitized view of the page, visit original site.