-
How to add HTTP Headers to RDP Financial Contracts API Request
I would like to add the x-tr-applicationid http header to my RDP Financial Contracts API request using the C# .NET library. I don't seem to see a way to add custom HTTP headers with the library. This is what my request looks like: Bond.Definition(ticker).Fields(fields).GetDataAsync(ISession). Is there a way to set custom…
-
HTTP ODPS requests
Hello We configured ODPS on our TREP infra and we want to set up our entitlement application. We are currently doing some tests to validate our developments and we need some help about the following : * The first http request we test is to login :*…
-
HTTP status codes
Can you give me description of http status codes(or link where I can find it) for DSS API?
-
How do I make restful snapshot request to rtc for more than 1 instrument when service is specified
I'm making HTTP snapshot requests to RTC 3.5.3. The rtc is providing multiple services so I need to specify it in the url. This works: wget "http://X.Y.Z:8080/snapshot/"A.NB"?Service=<NON_DEFAUT_SERVICE_NAME>" Any attempt to provide a comma separated list of RICs fails. I see that there is an "items" parameter but that…
-
Refinitive API ConnectionError: HTTPConnectionPool(host='api.trkd.thomsonreuters.com', port=80):...
... Max retries exceeded with url: /api/Fundamentals/Fundamentals.svc/REST/Fundamentals_1/GetFinancialStatementsReports_1 Hi Refinitiv team, We are presently working to pull Response JSON from some Fundamental APIS. Where we are facing issues, Please find below issue :ConnectionError:…
-
Is it possible to use OAuth2 specification with DSS?
Hi support team, We have access to DSS only and managed to get the data by calling REST API successfully. In our tests, we used the (HTTP) authentication method as described in the tutorial here. Now we are trying to authenticate by OAuth 2.0 specification. We have found the document on the developer portal; however, it…
-
401 Unauthorized error when using C# HttpClient
Hi. I get an 401 unauthorized error when trying to execute a POST request to the World Check API. I can successfully execute the POST request using Postman. Any help would be appreciated. My code is as follows: using Newtonsoft.Json; using System; using System.Diagnostics; using System.Dynamic; using System.IO; using…
-
Getting HttpResponseException
Getting HttpResponseException while getting token with DSS2TokenProxyAuth: org.apache.http.client.HttpResponseException: Proxy Authentication Required at org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:70) at…
-
Is there an equivalent HTTP request to RtGet() in Eikon API?
Hi there! I'm developing an application in R, so most of my data (including other APIs form Reuters) is collected via HTTP request, but I couldn't find anywhere whether I can call an equivalent to RtGet() or not. The objective is to get the ticker changes and delistings that I get with, for exemple,…
-
Loading web page in Eikon
We regularly look at an Eikon page which is updated at 1:30 AM. It appears to be a web page (http://amers2.apps.cp.thomsonreuters.com/cms/?navid=94214) that is embedded in the application. I can create a c# app to log in/download the web page, but it runs outside of Eikon. Is there a way with the Eikon app/COM API to pull…
-
DSS Production Support
Why is Reuters committed to making life difficult for production customers? This new customer portal is junk, forcing us to re-register to get support for production issues? We hit a production issue where DSS Web API calls are breaking secure communications. A couple of days ago where extraction requests were failing. In…
-
Alternatives to Python?
Hello, Will there be dedicated wrappers for other environments than python? If so, is there any timeline? Is it possible to communicate with the proxy via HTTP/websocket? If so, could you point me to any documentation? Thank you
-
HTTP or PYTHON APIs
Hi everyone, is there any collection of APIs for python or HTTP APIs that I can use to get data of different companies about their balance sheet and financial data? Thanks in advance, hope I've been clear.
-
What are the different status codes to be expected from DSS extraction queries?
What status codes, apart from the 200 OK, can be expected when making DSS REST calls for extraction of data?
-
First request taking much longer than subsequent requests
Hello, Whenever I run a PHP script that connects to the World Check API, the first request made always takes a lot longer than the following requests. For a script that makes 9 requests, here are the times taken and the HTTP response codes * 60 seconds (200) * 0 seconds (200) * 0 seconds (200) * 1 seconds (200) * 0 seconds…