-
Reuse Access Token
I have questions about the access token from RDP API: https://api.refinitiv.com/auth/oauth2/v1/token How many different tokens can I generate in a period of time (in an hour or in a day)? How many requests can be submitted using the same token at the same time? Is there an API endpoint to have the limitation info. above?…
-
WC1 API python query
In the new WC1 API v3, I can see schema guidance on making calls using python requests. Is there any sample code to complete the authentication/authorization steps using python requests?
-
Missing www-authenticate header when receiving 401 responses.
Hello, As per section 4.1 of RFC-7235, when an HTTP server returns a 401 response, it must also return a WWW-Authenticate header : A server generating a 401 (Unauthorized) response MUST send a WWW-Authenticate header field containing at least one challenge. However, when the refinitiv server returns 401, it returns the…
-
Mutual fund past portfolio holdings via Eikon API
Hello, as a follow up to my recent question here, which was wonderfully answered, I was wondering if it is possible to get the historical/past portfolio holdings of a mutual fund via the Eikon API? In Eikon, this data is available when viewing a specific fund, then going holdings => derived holdings. A screenshot of that…
-
Data Library for .Net and the V1 authentication EOL
Hello We stumbled on a not precise the information regarding the end of life of RDP V1 Authentication within RDP. We have a client application based on the Data Library for .NET (known as RD Library for .NET), the last available version 1.0.0-beta on NuGet. We create a PlatformSession using the usual credentials…
-
Query the refinitiv.data API in databricks
Hi everyone, I'm currently building an application using databricks, and in this process I'm migrating some scripts that were previously running on my local PC to run in a databricks notebook. I'm using refinitiv-data-1.6.2 to query the data. This is my auth flow : rd.open_session(config_name='credentials.json') with…
-
Authentication Token related queries
Hello Team, I have multiple questions regarding Authentication Token part. Please find them below: 1. How we validate that the current/previously requested token is yet valid or not 2. What is the limit of authentication token per day and per minute. 3. Could you please give example of how we can limit authentication token…
-
v2 authentication for RDP Historical pricing API
I tried to run “timeSeries.py” from https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download – authentication method used is “v2” with my CLIENT_ID and CLIENT_SECRET. Initial run went well – I got the data as expected: However, when I try again after the token from…
-
R code Authentication for RDP API
I have a cleint hwo is using R code to login using his machine ID. When I use Postman and Python, I am able to use the same password success fully to authenticate but when the cleint uses it on his side it gves him Invalid Username or Password error. I did get similar error initially after setting the cleint password but…
-
EMA: cannot authenticate towards RTO
Hello LSEG, we're working to setup an application based on the EMA C++ library for connections towards RTO. Context: * the execution environment is currently under investigations (with some of you guys from LSEG) for some network issues preventing a complete communication with RTO * recently, some issues have been resolved…
-
RestApi/v1/Authentication/RequestToken : The response language and CharSet is different
I have integrated the authentication API (https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken) using JAVA in our springboot application. The issue currently we are facing is with response with this API. The API response status is 200 but the language is not in English with the charSet as…
-
RTO V2 authentication access
Hello, I will be going ahead and doing the RTO onboarding for the clients in South Asia (primarily India) region. When i try to run the V2 authentication via postman it gives me a message "Access Denied". Can someone please assist me in the process of raising an access request for the same. Thanks
-
How to get access to use https://api.refinitiv.com/messenger/beta1
Hello I have a bussines requirement to get some data from chats that are in here: [Eikon Messenger Platform](https://collab.platform.refinitiv.com/eikonmessenger). So I want to create an application that will be able to get messages exchanged in provided chatroom to extract some data from these. I was looking at your…
-
https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/symbology-API
Is the symbology API accessible only through v1 authentication or is it possible to use it via v2 as well?
-
PKIX Path building failed for refinitiv API
Caused by: org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://selectapi.datascope.refinitiv.com/RestApi/v1/Authentication/RequestToken": PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested…