-
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…
-
TRTH problem with downloading history
Using an API example to access Tick History For example: RIC ESH1 (raw market-by-price) 2.PNG This RIC is downloaded from 2019-12-08T18:15:05.276094674Z to 2020-06-22T01:31:19.090208460Z I do not understand why RIC is not downloaded on the current date, since RIC is valid, traded on the exchange. Why can't I download until…
-
cut file, file 0 kb
Please tell me the answer to who worked with such problems Using an API example to access Tick History For example: RIC ESH1 (raw market-by-price) Something does not download the full contract from the start date to the current date. Cuts the file size. How to download the contract completely so that the dates inside the…
-
How to retrieve more informations (assetName, PermID, ISIN, ecc...) about constituents retrieved ...
...by a HistoricalChainResolution request? I can use { "Request": { "ChainRics": [ "0#.SPX:" ], "Range": { "Start": "2008-01-01T00:00:00.000Z", "End": "2016-01-01T00:00:00.000Z" } } } to get a list of constituents' RICS, but I'd need to get more informations about those assets (e.g. assetName, ISIN, PermID, etc...). Is…
-
Settings source/exchange/composite python
Hi all, I am trying to get intraday data via TRTH for a number of instruments (GILTs). I am only interested in composite data, not single sources. I am using ISINs as my IdentifierType. Thus, first, I would like to know which source code is the right one for refinitiv composite data. Secondly, it seems that even when I set…