-
download ETH Expiry Date
RIC: ECSSZ0 (Raw Legacy Market Depth) help me How to download choose only day " "ETH Expiry Date"? code: using System; using System.Linq; using System.Diagnostics; using System.IO; using ThomsonReuters.Dss.Api.StandardExtractions; using ThomsonReuters.Dss.Api; using ThomsonReuters.Dss.Api.Content; using…
-
How to split the history for the RIC in the FXD5H consolidated file?
How to split the history for the RIC <THB=D5> in the FXD5H consolidated file? My client needs it from 01 Jan 2019 to till date. File size is more than 24 GB compressed and they are not able segregate it.
-
speed download
RIC: ESH1m (Raw Legacy Market Depth) QueryStartDate = new DateTimeOffset(2021, 03, 02, 00, 0, 0, TimeSpan.Zero),//startDate, QueryEndDate = new DateTimeOffset(2021, 03, 03, 00, 0, 0, TimeSpan.Zero),//lastDate, downloads 30 minutes for 1 day. How can you increase the speed of downloading files? Please look at the code.…
-
downloads only 8 minutes instead of 1 hour
RIC: ESH1m (Raw Legacy Market Depth) time QueryStartDate = new DateTimeOffset(2021, 03, 05, 03, 0, 0, TimeSpan.Zero),//startDate, QueryEndDate = new DateTimeOffset(2021, 03, 05, 04, 0, 0, TimeSpan.Zero),//lastDate, Only downloads for 8 minutes !!! Why? code: using System; using System.Linq; using System.Diagnostics; using…
-
errors when I try to request an Auth Token:Tunneling socket can not be established, status code 407
errors when I try to request an Auth Token:Tunneling socket can not be established, status code 407 I went ahead and removed all of the headers from my request except for Content-Type : application/json. Unfortunately, I am still getting the same errors when I try to request an Auth Token: The following screenshot…
-
futures expiry date in TRTH python
Hi there, I have 2 questions please: 1 I am trying to retrieve the expiry date of a specify contract through the TRTH Python API. I use "Expiration Date" as the file in ContentFieldNames section of the json file. It works for some products but does not for others. For example, when trying to retrieve the expiry date of…
-
problem with downloading RIC
I'm trying to get RIC:1UROH1m (Raw Legacy Market Depth, (MP) domain) with the code This RIC is available through DataScope, but cannot be obtained through the code. What could be the problem? code: using System; using System.Linq; using System.Diagnostics; using System.IO; using ThomsonReuters.Dss.Api.StandardExtractions;…
-
should be level 10 and get level 5
RIC 1UROH1 ("0#1URO) using the code, I get Level 5 in tick history. Although in real time it should be level 10 checked on other RICs ("0#ECSS), I also get level 5 in tick history this is not correct as the data provider has 10 levels Please help code: using System; using System.Linq; using System.Diagnostics; using…
-
Raw Legacy Market Depth how to get?
Please tell me. There is a code how you can get the history in the format "Raw Legacy Market Depth" please help! code: using System; using System.Linq; using System.Diagnostics; using System.IO; using ThomsonReuters.Dss.Api.StandardExtractions; using ThomsonReuters.Dss.Api; using ThomsonReuters.Dss.Api.Content; using…
-
DataScope TRTH available but Rest API empty.
Need help. DataScope Select - RAW Market-By-Pryce history available RIC Manifest: ESH7,Market By Price,2016-08-13T15:02:17.740531675Z,2017-03-25T18:21:00.047260224Z,Active,181197764 Manifest: ESH8,Market By Price,2016-12-04T18:16:04.684128916Z,2018-05-07T01:22:43.117534073Z,Active,261526135 Manifest: ESH9,Market By…