Skip to content

Commit 060efee

Browse files
authored
Update README.md
1 parent 1eb0b44 commit 060efee

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# Example.DataLibrary.Python
2-
Example projects demonstrating access to the Refinitiv Data Platform using the Refinitiv Data Library for Python
1+
# Refinitiv Data Library for Python
2+
3+
## Summary
4+
5+
The following series of examples demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use API called the **Refinitiv 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.
6+
7+
The **Refinitiv Data Library for Python** is a Refinitiv supported Library.
8+
9+
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:
10+
11+
### **Content**
12+
13+
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.
14+
15+
### **Delivery**
16+
17+
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.

0 commit comments

Comments
 (0)