-
Name must be unique in a namespace Error
While running https://api.refinitiv.com/user-data/lists/v1/lists APi with request as below : (Which I created taking sample from FMRRequest.txt) { "namespace": "default", "name": "FMR", "description": null, "items": [ { "value": "88035DDT9" }, { "value": "196480GK7" } ], "metaData": [ { "data": { "List Source": "TM3",…
-
couple of questions
Hi Team, BIS here. we are migrating our API from Eikon .NET to the new LSEG .NET Data Library. we get some access denied for some instruments. is this some new right that is required? Status for item FEIcm1 { "ID": 3, "Type": "Status", "Key": { "Service": "IDN_RDFNTS_CF", "Name": "FEIcm1" }, "State": { "Stream": "Closed",…
-
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 permission error indicating insufficient scope when attempting to access certain endpoints. Problem Details: Objective: Download…
-
ACCES TO LSEG WORK SPACE
Hello, This is my first time trying to use Refinitiv Workspace. However, I see the error saying 'Could not connect to server. Please contact your administrator.' repetitively. Could you please help me handle this problem? Thank you.
-
ek.get_timeseries
ek.get_timeseries function in python isn't working at all today… is there something up with it?
-
lseg get_data() randomly missing data
Another problem: sometimes, for some requests the server returns empty values. If I rerun the query for the symbol with missing data, I get a correct response. This is an example of a relatively big query, so I will post only the logs: Request with 100 RICs: json = {'Entity': {'E': 'DataGrid_StandardAsync', 'W':…
-
Question about parsing exchtime value
Hi, I use below logic to parse exchange time SALTIM_MS / QUOTIM_MS: var time_ms = java.lang.Long.parseLong(str) val nsec: Long = (time_ms % 1000)*1000000 val seconds: Long = time_ms / 1000 % 60 val minutes: Long = time_ms / 60000 % 60 val hours: Long = time_ms / 3600000 % 24 time = LocalTime.of(hours.intValue(),…
-
Need to publish new data but without previously published records
Hello team I am trying to publish new record but it is getting publish with previously published records, and I not need to publish the previously published records need to publish freshly publishing records. Please help
-
Time and sale data delay for XAU= XAG= of 2 hours in DSS API
I used https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw from article for getting time and sales data but its not available at market close at 21:49:00 GMT . is there any way we can get time and sale data for XAU= XAG= rics on time?. we can see time and sale data at 21:49:00 on workspace.
-
Extract only breaking news via get_news_headline
I am looking for a way to use the get_news_headlines function within a python script via the Eikon/LSEG-Data API, in a way that the query will only return results which are classified as breaking news, such as the example in the attached screenshot. Currently my function call looks like this:…
-
Missing Fields in EMA – TRDPRC_1, VWAP, VWAP_EXCH, WTD_AVE1
We are currently switching from the SSL library to the EMA (Elektron Message API). During this process, we noticed that the following four fields are not available through EMA. These fields are important for our generate processes: • TRDPRC_1 • VWAP • VWAP_EXCH • WTD_AVE1 We would like to ask: 1. Are these fields available…
-
looking for documentation on how to generate RIC's for a variety of securities, including but not li
looking for documentation on how to generate RIC's for a variety of securities, including but not limited to: ETF options, futures, and futures options. Our objective is to be able to programmatically generate RIC symbols for an entire derivatives surface at a time given input data such as strike price, call put flag,…
-
Client have the problem with LSEG-data API, The Eikon API has worked very well with no problems
Please find the below Client query, kindly look into it the query please: Query: I have used the Eikon API for quite a few years now. I rewrote the code to use the LSEG-data API. - The Eikon API has worked very well with no problems - The LSEG-data API has problems. The following code works when configured for the Eikon…
-
I am pointing out a problem with the LSEG-data API.
Hi Team, Kindly assist! Case-14694619 | WORKSPACE API I have used the Eikon API for quite a few years now. I rewrote the code to use the LSEG-data API. - The Eikon API has worked very well with no problems - The LSEG-data API has problems. So, I am not asking for coding help, I am pointing out a problem with the LSEG-data…
-
Pulling FX NonDeliverable Forward Curve
Hi, I am currently using the Workspace Excel function to pull in data for a list of BRL FX Forwards with the formula =@RHistory(H7,".Close","TIMEZONE:LON INTERVAL:1D NBROWS:1 END:"&24-Apr-25 21:00) I want to do the same through Eikon Data API and have all the forwards pulled for a specific date and time (in London) into a…