-
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…
-
Extraction limit exceeded with historical reference request
I need to make historical reference requests for the futures contracts data I'm I'm downloading to know the contact expiry for each request. However, I've started getting the error message returned: {'error': {'message': 'Failure reason: UserExtractionLimitExceeded: the extraction exceeds the user limit for HRD…
-
Incomplete data on historic download API Datascope
When downloading historic data for certain futures contracts I'm receiving a 200 status code immediately but the message is empty. This only seems to be happening for the 3rd from front month of the futures contract. The product is LS Gas Oil TAS, the date is 17/12/19 (uk date format) and the RIC is LGOTH0. Another example…
-
Python SSLError: HTTPSConnectionPool(host='hosted.datascopeapi.reuters.com', port=443)
Hi all, I am trying to run the python notebooks to retrieve my token using: r1 = requests.post(requestUrl, json=requestBody,headers=requestHeaders, proxies=proxy, verify=False) But I got this error: SSLError: HTTPSConnectionPool(host='hosted.datascopeapi.reuters.com', port=443): Max retries exceeded with url:…