-
Invalid URL update Report Template
Hi guys, When I try to update my report template with postman I got the following error bellow: Anybody help me understand my error, please? Best resgards,
-
Get Date, Time and URL for ESG Controversies
Hi, I am trying to get the date, time and URL of certain news controversy categories. I used the "CODECR" app/ Formula Builder in Eikon to formulate the code. However, the results do not deliver the required date and URL (see picture) but they are available in Eikon (see picture). What is the problem here? Besides that…
-
Eikon Data API via Python URL blocked
Hi all, I've a problem with using the Eikon Data API via Python. Every call just gives me an error like 'Error code 403 | Client Error' [...] 'URL Blocked', referring to http://127.0.0.1:9060/api/v1/data However, it seems to me that this is not the URL, to which the library is making its request. How can I instruct our…
-
What is the cURL to get WATCHLIST person detail?
What is the cURL to get WATCHLIST person detail?
-
RTO : password special characters that breaks the url used to connect to the cloud
Hello, We are looking to the list of special characters that can break the url when we want to connect to the cloud. We had the issue with on of our client with the following quote character ". We are now encountering the issue with another client but we do not know what is the character that can cause this issue, in the…
-
Hi Community, I am a newbie! Does anyone know a Phyton command for downloading Excel docs from th...
Hi Community, I am a newbie! Does anyone know a Phyton command for downloading Excel docs from the Eikon Commodities Library?
-
How to get URL updates?
Hi all, Up to last week we were still using the old PERMID endpoint https://api.thomsonreuters.com/permid instead of the new endpoint https://api-eit.refinitiv.com/permid. Last week our system failed and then we found out about the URL change. Is there a way to find out about these issues earlier? I looked for a PERMID…
-
Is there also new URL for demo open PermId api ?
Hi, there is info about the change of URLs of Open PermID API https://developers.refinitiv.com/news#news-accordion-nid-85440 but I cannot find anything about URL for demo api. Previously, it was https://api.apigarden-qa.int.thomsonreuters.com/permid/search Is there any new address for demo api as well ?
-
Error: Max retries exceeded with url: /RestApi/v1/Authentication/RequestToken
I am getting the below error while trying to get token from DSS REST API, Even after using verify = False , I am getting the same error requests.exceptions.ConnectionError: HTTPSConnectionPool(host='hosted.datascopeapi.reuters.com', port=443): Max retries exceeded with url: /RestApi/v1/Authentication/RequestToken (Caused…
-
urlencode list universe in data/symbology/convert
Hello, I am using the elektron platform's category=data/symbology, endpoint=convert and I am also using python3's urllib for making GET/POST request. I can use the following GET method for converting symbols (which means my headers, auth, etc are all good):…
-
World-Check One API - Get System Id API Call Issue
Any reason the query string pari in the url is not in the dataToSign as listed in the postman pre-requisit? var dataToSign = "(request-target): get " + environment["gateway-url"] + "caseReferences"+ "\n" + "host: " + environment["gateway-host"] + "\n" + "date: " + date; The string "caseId=xxxxxxxx" is missing in the…
-
Generating a URL to a case
Hi, I am trying to create a url so that the user can go straight to the case. The template I am using is: https://app.accelus.com/#accelus/fsp/{"location":"?locale=en-US#fsp/case/{{{SYSTEM_CASE_ID}}/view/worldcheck"} It takes me to the site but then I get an error "You do not have permissions to perform this action.". Is…
-
Attempting to call an api which has urls using https and digest authentication
Can make the GET request work by requesting twice to mimic the digest process and turning SSL cert verification off. These requests also work in a browser merely by pasting the url. The POST requests always fail. The data is raw application/json in the body. Have used the two request but get a 401 regardless. Tried passing…
-
Url format to go directly to a world check profile in web app
Hi, I wonder if there is a way to generate a url to go directly to a world check profile in the web app - based on the world check profile id? This is important for us because we need to be able to provide a link for our users to the original profile in World Check. Thanks,
-
How to go from rdf:resource URL to displaying value?
So this is probably trivial (sorry) but using the API I'm getting back a company_acquirer value, but rather than it being the actual company name (e.g., Panasonic), it is a comphash URL (i.e., http://d.opencalais.com/comphash-1/1f4f00b7-6be7-3364-bd3e-2eb8bb58017a) So my question is simply, how do I display the name…