Hi, I am trying to use REST API in python to extract tick history. I was able to follow the example provided in the download section and extract tick data successfully (in .csv.gzip format) in my development environment, which is in python3. However, when I tested exactly the same code in my production environment…
I am extracting data for RIC="CLZ7" (Crude Oil Futures contract). I would like to receive return rows in which all of the following fields filled: "Trade - Bid Price","Trade - Price", "Trade - Ask Price","Trade - Volume", "Trade - Exchange Time" However the "Trade - Bid Price" and "Trade - Ask Price" fields are always…
Hi Team, Good day. Since customer in China mainland can't access hosted.datascopeapi.reuters.com, I suggest customer using IP 192.165.219.152 directly to request token. But customer got response " SSLError(SSLCertVerificationError("hostname '192.165.219.152' doesn't match 'hosted.datascopeapi.reuters.com'") " Could you…
In the normal scenario when things are working, we would get a gzip file from the DssStreamResponse with something like the following code: RawExtractionResult extractionResult = extractionsContext.ExtractRaw(extractionRequest); // we set awsDownload to true if (awsDownload) {…
This function is taken from the examples slightly modified: def getAuthenticationToken(self, userName, password): authReqUrl = self.baseUrl + "Authentication/RequestToken" credentialsData = {'Credentials': {'Username': userName, 'Password': password}} r = requests.post(url=authReqUrl, json=credentialsData,…
If I have 1 Production license, this effectively gives the bank the right to connect. I am assume a license is associated to a ‘Connection ID’. * Can I use the same Connection ID on two Production servers that are running hot-hot in two data centres so that we have DRP resilience ? * Can I use the same Connection ID…
Hi TR tech team, I would like to know if it would be possible to access programatically (i.e. via your APIs, more specifically via the Python API) some specific data: Asset classes: ETFs like SPY and Futures like ES, EUROSTOXX, DAX, YM... Data needs: We need REAL-TIME tick-by-tick times and sales data (executed orders…
Hi all, In a TickHistoryRaw Request sent via the .NET API, is it possible to configure the FID search option below? (default value is "AND" and I would like to change it to "OR") There has been a similar question asked previously and the answer suggests it is possible, however, in the .NET API, the class…
Hi, I am using python to get the market depth data for ICE-Brent using the code below. But the output is resulting in an empty dataframe. (Please check the end of the post for output). I am unable to understand the error. from json import dumps, loads from requests import post from requests import get import pandas as pd…
...n code to download extracted file. @vinod.amarnath
It looks like you're new here. Sign in or register to get started.