Skip to content

Commit adc61e9

Browse files
author
Wasin Waeosri
committed
change log: update README.md
1 parent eec7e2f commit adc61e9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TRKD offers a wide range of Refinitiv' information and services delivered in a r
66

77
This is an example project that shows how to implement TRKD HTTP JSON client and TRKD Streaming client with Python programming lanugage. The project example are in both console and Jupyter Notebook applications.
88

9-
*Note:* The Jupyter Notebook example does not contain all the same TRKD services service as console example yet. [TBD]
9+
*Note:* The Jupyter Notebook example does not contain all the same TRKD services service as console examples yet. [TBD]
1010

1111
## Application Files
1212
This project contains the following example scripts for each TRKD services
@@ -21,6 +21,8 @@ This project contains the following example scripts for each TRKD services
2121
- trkd_wsstreaming.py: An example application that show how to subscribe the Quote data from TRKD Streming service via a WebSocket connection
2222
- notebook folder:
2323
- *notebook/trkd_authentication.ipynb*: A Jupyter Notebook TRKD Authentication service example
24+
- *notebook/trkd_timeseries_interday.ipynb*: A Jupyter Notebook TRKD Time-Series Interday service example
25+
- *notebook/trkd_timeseries_intraday.ipynb*: A Jupyter Notebook TRKD Time-Series Intraday service example
2426
- requestments.txt: A requirement file contains a list of required libraries for HTTP JSON and WebSocket connections.
2527
- docs\TRKD_REST_with_Python.docx: A document that describes the trkd_authen.py and trkd_quote.py applications
2628

@@ -33,7 +35,7 @@ The following softwares are required to use this script
3335
- The [requests](http://docs.python-requests.org/en/master/) library
3436
- The [websocket-client](https://pypi.org/project/websocket-client/) library (*version 0.49 or greater*, for trkd_wsstreaming.py application only)
3537
- The [python-dateutil](https://pypi.org/project/python-dateutil/) library (for trkd_wsstreaming.py application only)
36-
- [Jupyter Notebook](https://jupyter.org/) runtime (for the Notebook example application)
38+
- The [classic Jupyter Notebook](https://jupyter.org/) runtime (for the Notebook example application)
3739

3840
All scripts support Python 3 and not compatible with Python 2.
3941

@@ -46,7 +48,7 @@ Run the script via the command line (or shell)
4648
$>python <application>.py
4749
```
4850

49-
## Optional - How to install requests
51+
## Optional - How to install libraries for console examples
5052
The best way is via the pip package management tool
5153
1. export <Python_folder>\Scripts to your OS PATH environment
5254
2. call pip command to install requests
@@ -61,6 +63,9 @@ The best way is via the pip package management tool
6163

6264
*Note*: If you aim to use only TRKD HTTP JSON services, you can just install requests library via a ```pip install requests``` command.
6365

66+
## Optional - How to install libraries for notebook examples
67+
Please follow the [classic Jupyter Notebook installation guide](https://jupyter.org/install) page.
68+
6469
## References
6570
For further details, please check out the following resources:
6671
* [Thomson Reuters Knowledge Direct API page](https://developers.thomsonreuters.com/thomson-reuters-knowledge-direct-trkd) on the [Thomson Reuters Developer Community](https://developers.thomsonreuters.com/) web site.
@@ -109,3 +114,5 @@ For further details, please check out the following resources:
109114
- Change all scripts to print JSON message in beauty format.
110115
- version 1.5: July 2019
111116
- Add TRKD Authentication Jupyter Notebook.
117+
- version 1.5.1: July 2019
118+
- Add TRKD Interday and Intraday Jupyter Notebooks.

0 commit comments

Comments
 (0)