Skip to content

Commit 99d0475

Browse files
authored
Link to RD Library on PyPi and Developer Portal
1 parent fb110ce commit 99d0475

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ It is available on PyPi at https://pypi.org/project/refinitiv-data/
99

1010
The Refinitiv 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 as follows:
1111

12+
### **Quick Start**
13+
14+
The *Quick Start* example focuses on choosing the correct session type (Platform/Desktop/Deployed) and establishing a connection to validate your credentials/connectivity parameters.
15+
16+
1217
### **Content**
1318

1419
The *Content* examples target higher-level abstractions representing financial items like Pricing, News, 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.
1520

1621
### **Delivery**
1722

1823
The *Delivery* examples target the interfaces defined within the lowest abstraction layer of the library. The examples provide core level services including logging and WebSocket customization. In addition, different delivery service examples such as Request/Reply data endpoints and real-time streaming data.
24+
25+
The examples should be used in conjunction with the **Tutorials** and **Documentation** available on the [Refinitiv Developer Portal](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python)

0 commit comments

Comments
 (0)