-
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?
-
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.
-
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
-
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(),…
-
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…
-
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…
-
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…
-
Error="insufficient_scope"
I'm aiming to the following and getting insufficient_scope error, please see images for reference.
-
How could I collect the historical series of the closing price of shares adjusted for stock splits,
-
Error 403 when downloading files from API
We have an error when trying to download files from the filings api: https://api.refinitiv.com/data/filings/v1/retrieval/search/docId/{doc_id} The goal is to be able to download the original file. Using the above api, we obtain a valid url (see code below).However the url does not work from Databricks, resulting in a 403…
-
how to identify which perm ID to use. 2 perms IDs for a given name.
Bamford Wealth Management, PermID URI:, PermID URI:
-
Why I try to get 1 minute data by using get_history, but returned data is missing ?
Hi, I am trying to get 1 minute ice brent oil price from workspace python api. I am using get_history function like this: (I live in EAST-8) df = ld.get_history(universe='LCOcv1',start="2025-04-23",end="2025-04-24",interval="1min",count=2000000) What I get is: Latest data is 2024-04-23 21:59:00, seems to be UTC time, so it…
-
Bond prices in Korea exchange feed - IDN_SELECTFEED
Hello team, I am trying to subscribe to the Korea exchange feed for bonds via IDN_SELECTFEED. However, when I check the price, it is above 10000. Could you confirm that the prices are for bonds, and what is the face value of the bond being quoted? Normally, face value of a bond is 100. Should I divide by 100 to derive the…
-
What is JIT conflation (RTO) and Time conflation (RTMDS WebSocket)
Our client is currently having an app based on Python that consumes RT data. They are currently using RTO which is maximum of 3 updates per second for quotes. Going forward they will use the same application to connect to RTMDS via WebSocket (300ms Conflated Service). Both RTO and RTMDS WebSocket are conflated service.…
-
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:…
-
RSI and Stochastics
Hi Team, I am looking to get python code to run in Code Book to get me historical RSI and Stochastic Values for currencies on a minute by minute basis for the last 2 years. Can you help on this please: Thanks, Leon