|
1 | 1 | # TRKD HTTP JSON with Python Example |
2 | 2 | ## Overview |
3 | | -The [Thomson Reuters Knowledge Direct (TRKD) API](https://developers.thomsonreuters.com/thomson-reuters-knowledge-direct-trkd) integrates into your website, trading platform, company intranet/extranet, advisory portal and mobile applications to provide up-to-date financial market data, news and analytics and powerful investment tools. |
| 3 | +The [Refnitiv Knowledge Direct (TRKD) API](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd) integrates into your website, trading platform, company intranet/extranet, advisory portal and mobile applications to provide up-to-date financial market data, news and analytics and powerful investment tools. |
4 | 4 |
|
5 | 5 | TRKD offers a wide range of Refinitiv' information and services delivered in a request-response scenario via web services using today's industry standard protocols (SOAP/XML and REST/JSON). Connectivity can be via HTTP and HTTPS, over the Internet or Delivery Direct. All data are snapshot (non-streaming) data. |
6 | 6 |
|
@@ -66,11 +66,30 @@ The best way is via the pip package management tool |
66 | 66 | ## Optional - How to install libraries for notebook examples |
67 | 67 | Please follow the [classic Jupyter Notebook installation guide](https://jupyter.org/install) page. |
68 | 68 |
|
| 69 | +## RDP and ERT in Cloud |
| 70 | + |
| 71 | +You may consider the strategic [Refinitiv Data Platform (RDP)](https://developers.refinitiv.com/refinitiv-data-platform) web base APIs platform. RDP APIs give you seamless and holistic access to all of Refinitiv content such as Historical Pricing, Environmental Social and Governance (ESG), News, Research, etc and commingled with your own content, enriching, integrating and distributing the data through a single interface, delivered wherever you need it. The RDP APIs delivery mechanisms are following: |
| 72 | +* Request - Response: RESTful web service (HTTP GET, POST, PUT or DELETE) |
| 73 | +* Alert: delivery is a mechanism to receive asynchronous updates (alerts) to a subscription. |
| 74 | +* Bulks: deliver substantial payloads, like the end of day pricing data for the whole venue. |
| 75 | +* Streaming: deliver real-time delivery of messages. |
| 76 | + |
| 77 | +Please see [RDP API Overview page](https://developers.refinitiv.com/refinitiv-data-platform/refinitiv-data-platform-apis) for more detail. |
| 78 | + |
| 79 | +As part of RDP, [Elektron Real Time in Cloud (ERT in Cloud)](https://developers.thomsonreuters.com/elektron/websocket-api/quick-start?content=45253&type=quick_start) gives you access to best in class Real Time market data delivered in the cloud. ERT in Cloud is a new delivery mechanism for RDP, using the AWS (Amazon Web Services) cloud. Once a connection to RDP is established using ERT in Cloud, data can be retrieved using [Elektron WebSocket API](https://developers.thomsonreuters.com/websocket-api) (the same as TRKD Streaming Service). |
| 80 | + |
| 81 | +Key benefit of the strategic RDP and ERT in Cloud platform are the Cloud Delivery. The Platform is based on [Amazon AWS](https://aws.amazon.com/), the world class leading Cloud Provider for developers. The RDP and ERT in Cloud support output for multiple cloud vendors such as AWS, Azure, GCS, etc. for cloud-native or on-premise integration. The ERT in Cloud servers are hosted in multiple location world-wide which lets the application choose the closest server based on their region for full potential. |
| 82 | + |
| 83 | +Please refer to [Elektron WebSocket API Quick Start - Connecting to Elektron Real Time in Cloud](https://developers.refinitiv.com/elektron/websocket-api/quick-start?content=45253&type=quick_start) page and [How to migrate the WebSocket application from TRKD Streaming service to Elektron Real Time in Cloud](https://developers.refinitiv.com/article/how-migrate-websocket-application-trkd-streaming-service-elektron-real-time-cloud) article for more detail. |
| 84 | + |
| 85 | + |
69 | 86 | ## References |
70 | 87 | For further details, please check out the following resources: |
71 | | -* [Thomson Reuters Knowledge Direct API page](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd) on the [Thomson Reuters Developer Community](https://developers.refinitiv.com/) web site. |
72 | | -* [Thomson Reuters Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site. |
73 | | -* [Elektron WebSocket API](https://developers.refinitiv.com/websocket-api) page on the [Thomson Reuters Developer Community](https://developers.refinitiv.com/) web site. |
| 88 | +* [Refinitiv Knowledge Direct API page](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd) on the [Refinitiv Developers Community](https://developers.refinitiv.com/) web site. |
| 89 | +* [Refinitiv Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site. |
| 90 | +* [Elektron WebSocket API](https://developers.refinitiv.com/websocket-api) page on the [Refinitiv Developers Community](https://developers.refinitiv.com/) web site. |
| 91 | +* [Refinitiv Data Platform (RDP) APIs page](https://developers.refinitiv.com/refinitiv-data-platform). |
| 92 | +* [Refinitiv Data Platform (RDP) APIs Gateway page](https://api.refinitiv.com). |
74 | 93 |
|
75 | 94 | ## Release Note |
76 | 95 | - Version 1: 6 Sep 2016 |
@@ -118,3 +137,5 @@ For further details, please check out the following resources: |
118 | 137 | - Add TRKD Interday and Intraday Jupyter Notebooks. |
119 | 138 | - version 1.5.2: October 2019 |
120 | 139 | - Update TRKD Interday and Intraday services operations. |
| 140 | +- version 1.5.3: May 2020 |
| 141 | + - Update RDP and ERT in Cloud information. |
0 commit comments