Skip to content

Commit 7a0b901

Browse files
author
Olivier Davant
committed
README files update
1 parent da1b1cf commit 7a0b901

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Examples/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
----
21
<img src="../files/refinitiv.png" width="20%" style="vertical-align: top;">
32

43
# Data Library for Python
54

6-
----
7-
85
## Summary
96

107
The Refinitiv Data Library for Python provides a set of ease-of-use interfaces offering coders uniform access to the breadth and depth of financial data and services available on the Refinitiv Data Platform. The platform refers to the layer of data services providing streaming and non-streaming content, bulk content and even more, serving different client types from the simple desktop interface to the enterprise application. With the Refinitiv Data Library, the same Python code can be used to retrieve data regardless of which access point you choose to connect to the platform. The series of examples presented in this project demonstrate how to use the Refinitiv Data Library for these different use cases.
@@ -19,14 +16,10 @@ The library provides multiple layers of abstraction allowing for different style
1916

2017
The organisation of this section is based on these layers so that you can quickly find the examples that best suit your specific use case.
2118

22-
----
23-
2419
## Learn more
2520

2621
To learn more about the Refinitiv Data Library for Python simply log into the Refinitiv Developer Community. By [registering](https://developers.refinitiv.com/iam/register) and [logging in](https://developers.refinitiv.com/content/devportal/en_us/initCookie.html) to the Refinitiv Developer Community portal you will have free access to a number of learning materials such as [Quick Start guides](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start), [Tutorials](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/learning), [Documentation](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/docs) and much more.
2722

2823
## Help and Support
2924

3025
If you have any questions regarding using the API, please post them on the [Refinitiv Data Q&A Forum](https://community.developers.refinitiv.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you.
31-
32-
----

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
----
21
<img src="files/refinitiv.png" width="20%" style="vertical-align: top;">
32

43
# Data Library for Python
54

6-
----
7-
85
## Summary
96

107
This repository provides a series examples that demonstrate how to programmatically access content residing within the **Refinitiv Data Platform (RDP)** using a single, ease of use software library called the **Refinitiv Data Library for Python**. This library is supported and maintained by Refinitiv and is available on PyPi at https://pypi.org/project/refinitiv-data/
@@ -31,8 +28,6 @@ This section contains additional [examples](./Examples/README.md) to supplement
3128

3229
This folder contains the configuration file of the Refinitiv Data Library for Python. Before running any of the examples described above, you must modify this file depending on the access channel and connection parameters that you will use to connect to the Refinitiv Data Platform. This necessary configuration step is explained in the [Quick Start guide](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start)
3330

34-
----
35-
3631
## Learn more
3732

3833
To learn more about the Refinitiv Data Library for Python simply log into the Refinitiv Developer Community. By [registering](https://developers.refinitiv.com/iam/register) and [logging in](https://developers.refinitiv.com/content/devportal/en_us/initCookie.html) to the Refinitiv Developer Community portal you will have free access to a number of learning materials such as [Quick Start guides](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/quick-start), [Tutorials](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/learning), [Documentation](https://developers.refinitiv.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-library-for-python/docs) and much more.
@@ -41,4 +36,3 @@ This folder contains the configuration file of the Refinitiv Data Library for Py
4136

4237
If you have any questions regarding using the API, please post them on the [Refinitiv Data Q&A Forum](https://community.developers.refinitiv.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you.
4338

44-
----

0 commit comments

Comments
 (0)