You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For further details, please check out the following resources:
71
-
*[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.
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
72
*[Thomson Reuters Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site.
73
-
*[Elektron WebSocket API](https://developers.thomsonreuters.com/websocket-api) page on the [Thomson Reuters Developer Community](https://developers.thomsonreuters.com/) 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.
74
74
75
75
## Release Note
76
76
- Version 1: 6 Sep 2016
@@ -116,3 +116,5 @@ For further details, please check out the following resources:
116
116
- Add TRKD Authentication Jupyter Notebook.
117
117
- version 1.5.1: July 2019
118
118
- Add TRKD Interday and Intraday Jupyter Notebooks.
119
+
- version 1.5.2: October 2019
120
+
- Update TRKD Interday and Intraday services operations.
fields= ['OPEN','HIGH','LOW','CLOSE','CLOSEYIELD','VOLUME','BID','ASK'] #change your fields (support these 'OPEN','HIGH','LOW','CLOSE','CLOSEYIELD','VOLUME','BID','ASK' fields only)
62
-
startTime='2015-09-22T00:00:00'#change your StartTime
63
-
endtime='2016-09-22T23:59:00'#change your EndTime
64
-
#interval = 'DAILY' # change your interval between 'DAILY', 'WEEKLY', 'MONTHLY', 'QUARTERLY' and 'ANNUAL'
65
-
interval=input('Input interested interval (\'DAILY\' or \'WEEKLY\' or \'MONTHLY\' or \'QUARTERLY\' or \'ANNUAL\'): ')
68
+
# change your fields (support these 'OPEN','HIGH','LOW','CLOSE','CLOSEYIELD','VOLUME','BID','ASK' fields only)
69
+
fields= ['OPEN', 'HIGH', 'LOW', 'CLOSE',
70
+
'CLOSEYIELD', 'VOLUME', 'BID', 'ASK']
71
+
startTime='2015-09-22T00:00:00'# change your StartTime
72
+
endtime='2016-09-22T23:59:00'# change your EndTime
73
+
# interval = 'DAILY' # change your interval between 'DAILY', 'WEEKLY', 'MONTHLY', 'QUARTERLY' and 'ANNUAL'
74
+
interval=input(
75
+
'Input interested interval (\'DAILY\' or \'WEEKLY\' or \'MONTHLY\' or \'QUARTERLY\' or \'ANNUAL\'): ')
0 commit comments