Best Of
-
Re: Skipping values lseg data platform
@inzilya I checked can found that the problem has been resolved. However, the usage of the API should not exceed the 10,000 data point limit. Therefore, if you requested data for 20 fields, the numbe…1 -
Re: Hello team how to bypass the TOP=10,000 limit in Workspace API CODEBK?
Hi @Marc_Belen24 There are few techniques you can utilize to manage the 10,000 limit within search. Refer the the Limits section within the Search article. There are also a number of code samples dem…1 -
Re: Hello team how to bypass the TOP=10,000 limit in Workspace API CODEBK?
Hello @Marc_Belen24 The user will need to do paging to retrieve more result set. The use of top and skip parameters in the API call and do repeated calls until all the results are retrieved. top: The…1 -
Re: using LSEG python, how to get issuer name from RIC? ex: FR01CASA0050=
You can just replace the excel RDP.Data with the LD Library API call like this -1 -
Re: How do you pull data for entire balance sheet and the financial statements for a stock
@meenakshi.j There are two direct examples which a user can use. First is the Balance Sheet Excel example which contains all the formulas - which a user can convert to Python code using RD library. T…1 -
Re: What is the best data item to use?
Hello @Sofia As mentioned by my colleague, we are technical - developers and do not have deep content knowledge. These type of questions can only be answered by the product specialists or the product…1 -
Re: REST API security issue
@hiroko.goto Thank you for reaching out to us. The REST API in the DSS uses HTTPS (HyperText Transfer Protocol Secure) with TLS (Transport Layer Security) so the connection is secured.1 -
Re: Insufficient Scope Error (trapi.data.research.read) When Accessing Research API via Java REST Reques
Hello @neklans The Data Platform is a collection of services and users can be entitled to a single service or a group of services via a bundled package. The error message: "insufficient_scope&qu…1 -
Insufficient Scope Error (trapi.data.research.read) When Accessing Research API via Java REST Reques
We are developing a Java application to programmatically download Initiation reports for specific companies using the Refinitiv Research API via REST requests. However, we are encountering a permissi…1 -
Re: WorldCheckOne HMAC with incorrect Host Header
Hello, I believe we are both referring to the host value in the HMAC hash/calculation. I can confirm that WC only accepts an HMAC where the request URL is that of the full WC endpoint and as the host…1