|
4 | 4 | "cell_type": "markdown", |
5 | 5 | "metadata": {}, |
6 | 6 | "source": [ |
7 | | - "# TRKD HTTP JSON with Python Example: Time-Series Interday\n", |
| 7 | + "# RKD HTTP JSON with Python Example: Time-Series Interday\n", |
8 | 8 | "\n", |
9 | 9 | "\n", |
10 | 10 | "## Time-Series Interday Interday Introduction\n", |
11 | | - "TRKD Time-Series Interday requests let you retrieve historical time series prices on an instrument, summarized in daily, weekly, monthly, quarterly, or annual periods. For each period, details such as the opening price, closing price, highest and lowest prices, Closing Yield value of the period, and Bid price and Ask price of the stock are retrieved. Historical interday time series prices for instruments are available back to 1981.\n", |
| 11 | + "RKD Time-Series Interday requests let you retrieve historical time series prices on an instrument, summarized in daily, weekly, monthly, quarterly, or annual periods. For each period, details such as the opening price, closing price, highest and lowest prices, Closing Yield value of the period, and Bid price and Ask price of the stock are retrieved. Historical interday time series prices for instruments are available back to 1981.\n", |
12 | 12 | "\n", |
13 | 13 | "\n", |
14 | 14 | "*Note*: A maximum of 5000 points is retrievable in a single call to the Time Series service. Any data over the 5000 record limit is\n", |
15 | 15 | "truncated. If you do need a great number of records (more than 5000 records), Refinitiv recommends that you break\n", |
16 | 16 | "up your query into several requests and then combine the responses together.\n", |
17 | 17 | "\n", |
18 | | - "### TRKD JSON application implementation process\n", |
19 | | - "The JSON application requires the following steps to consume data from TRKD API services\n", |
20 | | - "1. Authentication with TRKD Authentication service to get an authen token\n", |
21 | | - "2. Send a request message with the required input information and authen token to the interested TRKD service" |
| 18 | + "### RKD JSON application implementation process\n", |
| 19 | + "The JSON application requires the following steps to consume data from RKD API services\n", |
| 20 | + "1. Authentication with RKD Authentication service to get an authen token\n", |
| 21 | + "2. Send a request message with the required input information and authen token to the interested RKD service" |
22 | 22 | ] |
23 | 23 | }, |
24 | 24 | { |
|
71 | 71 | "metadata": {}, |
72 | 72 | "source": [ |
73 | 73 | "### Authentication Process\n", |
74 | | - "For you reference, please see more detail regarding TRKD Authentication service in [TRKD Tutorial: Authentication](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd/thomson-reuters-knowledge-direct-api-trkd-api/learning?content=68078&type=learning_material_item) page." |
| 74 | + "For you reference, please see more detail regarding RKD Authentication service in [TRKD Tutorial: Authentication](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd/thomson-reuters-knowledge-direct-api-trkd-api/learning?content=68078&type=learning_material_item) page." |
75 | 75 | ] |
76 | 76 | }, |
77 | 77 | { |
|
161 | 161 | "cell_type": "markdown", |
162 | 162 | "metadata": {}, |
163 | 163 | "source": [ |
164 | | - "### TRKD Time-Series: Interday Service detail\n", |
165 | | - "#### TRKD Service Token URL and Header\n", |
| 164 | + "### RKD Time-Series: Interday Service detail\n", |
| 165 | + "#### RKD Service Token URL and Header\n", |
166 | 166 | "\n", |
167 | | - "TRKD Time Series provides Interday data for developers via GetInterdayTimeSeries_5 operation. The endponint of GetInterdayTimeSeries_4 operaion is the following URL:\n", |
| 167 | + "RKD Time Series provides Interday data for developers via GetInterdayTimeSeries_5 operation. The endponint of GetInterdayTimeSeries_4 operaion is the following URL:\n", |
168 | 168 | "[http://api.trkd.thomsonreuters.com/api/TimeSeries/TimeSeries.svc/REST/TimeSeries_1/GetInterdayTimeSeries_5](http://api.trkd.thomsonreuters.com/api/TimeSeries/TimeSeries.svc/REST/TimeSeries_1/GetInterdayTimeSeries_5)\n", |
169 | 169 | "\n", |
170 | 170 | "- Header: \n", |
|
916 | 916 | "source": [ |
917 | 917 | "## References\n", |
918 | 918 | "For further details, please check out the following resources:\n", |
919 | | - "* [Thomson Reuters Knowledge Direct API page](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd) on the [Refinitiv Developer Community](https://developers.refinitiv.com/) web site.\n", |
920 | | - "* [Thomson Reuters Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site.\n", |
921 | | - "* [TRKD Tutorial: Time-Series - Interday](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd/thomson-reuters-knowledge-direct-api-trkd-api/learning?content=68082&type=learning_material_item) page.\n", |
| 919 | + "* [Refinitiv Knowledge Direct API page](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd) on the [Refinitiv Developer Community](https://developers.refinitiv.com/) web site.\n", |
| 920 | + "* [Refinitiv Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site.\n", |
| 921 | + "* [RKD Tutorial: Time-Series - Interday](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd/thomson-reuters-knowledge-direct-api-trkd-api/learning?content=68082&type=learning_material_item) page.\n", |
922 | 922 | "\n", |
923 | | - "For any question related to this tutorial or TRKD API, please use the Developer Community [Q&A Forum](https://community.developers.refinitiv.com/spaces/51/view.html)." |
| 923 | + "For any question related to this tutorial or RKD API, please use the Developer Community [Q&A Forum](https://community.developers.refinitiv.com/spaces/51/view.html)." |
924 | 924 | ] |
925 | 925 | }, |
926 | 926 | { |
|
947 | 947 | "name": "python", |
948 | 948 | "nbconvert_exporter": "python", |
949 | 949 | "pygments_lexer": "ipython3", |
950 | | - "version": "3.7.3" |
| 950 | + "version": "3.7.6" |
951 | 951 | } |
952 | 952 | }, |
953 | 953 | "nbformat": 4, |
|
0 commit comments