I know that I can solve this by expanding the chain RIC as per this answer but is there a continuation RIC for VIX futures prior to the RIC structure change in Sep 2012? (after the change, the continuation RIC for the front month contract is VXc1)
b <- list( ExtractionRequest = list( odata.type = "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest", ContentFieldNames = list( "Trade - Price", "Trade - Volume", "Trade - Exchange Time" ), IdentifierList = list( odata.type =…
Hello, I am trying to run a TRTH intraday pull using the following parameters (code depends on json and requests modules): data_json = json.dumps({ "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionRequest", "ContentFieldNames": ['Close Bid',…
How can I get the same result as page test through API code? Please share code for me? I found the below Jason API code, can we have c# code for the same @{ "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest", "ContentFieldNames": [ "Ric" ],…
Hi, I am wondering could someone explain the below behaviour of Date-Time and GMTOffset. Why does my QueryStartDate and QueryEndDate not align with the data returned? Should it all not be GMT/UTC? $ curl -s -k -H "Content-Type:application/json" -xhttps://NAappProxyHTTPNoPers.wlb.nam.nsroot.net:7777-H…
I'm trying to fetch the OHLC and Volume data for DIJcm1..... DIJcm28. But data is only available for past 1 Year in Eikon. I've tried using TRTH also, but it is throwing me an error for the DIJcm1 RIC.
...fter three attempts While executing the sample code to connect with REST API getting the below exception- The same code had worked earlier. INFO: I/O exception (java.net.SocketException) caught when processing request to {s}->https://hosted.datascopeapi.reuters.com:443: Connection reset Sep 06, 2017 3:24:39 PM…
Hi All, I am looking at ETF instruments. Most of the time I know the primary RIC (eg: SPY.P) but from that I would like to know what is the consolidated RIC over all the venues. How can I do that ? Also sometime I just know a ric from a venue (SPY.Z) and I want to get the primary (SPY.P), is it possible to get this…
Hi All, When we run Historical Search for 0#.RUA during date range 01/01/1996 to 26/09/2019 in GUI we get 3009 RIC { "Request": { "ChainRics": ["0#.RUA"], "Range": { "Start": "1996-01-01T00:00:00.000Z", "End": "2019-09-26T00:00:00.000Z" } } } Status 200 OK { "@odata.context":…
Hi All, Please help me get C#code for Market Depth data for HSIM8 and 1YMH9 in TRTH. HSIM8 can get the data on the 2018-01-08 by Web testing, but it cannot be obtained through the API; 1YMH9 can get data on the 2019-02-11 by Web test, but cannot get it through the API. @jiangjk@jindefund.com
It looks like you're new here. Sign in or register to get started.