Skip to content

Commit e1d0f9b

Browse files
author
Wasin Waeosri
committed
change log: Correction README.md
1 parent a6b1b55 commit e1d0f9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Overview
33
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.
44

5-
TRKD offers a wide range of Thomson Reuters' 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.Level 2. All data are snapshot (non-streaming) data.
5+
TRKD offers a wide range of Thomson Reuters' 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.
66

77
This is an example project that shows how to implement TRKD HTTP JSON Client with python. This project contains the following example scripts for each TRKD services
88
- trkd_authen.py: An example application that shows how to authenticate with TRKD service
@@ -18,7 +18,7 @@ This is an example project that shows how to implement TRKD HTTP JSON Client wit
1818

1919
## Prerequisite
2020
The following softwares are required to use this script
21-
- Python 2.7.10 or above
21+
- Python 2.7
2222
- The [requests](http://docs.python-requests.org/en/master/) library
2323

2424
The scripts are based on Python 2 but you can modify it to run with Python 3 (see "Optional - How to run with Python 3" section).
@@ -76,5 +76,7 @@ username = input('Please input username: ')
7676
- modify trkd_authen.py
7777
- modify trkd_quote.py
7878
- version 1.0.7: 9 May 2017
79-
- revies README.md
79+
- revise README.md
8080
- modify the rest of application files
81+
- version 1.0.7: 31 Aug 2017
82+
- revise README.md

0 commit comments

Comments
 (0)