-
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
-
Real time price updates on MS backets
Hi All, I want to confirm the expectation for real time price updates on the following baskets. MSNBHYDS, MSXXDOGE, MSNBCON2, MSNBUQLS Streaming pricing in the API playground sends websocket updates seemingly in real time but from the Workspace desktop Proxy, using Refinitiv Data Library for .Net we do not seem to get…
-
Contribution while migrating from RFA 7.2
Hi we are migrating our application using RFA7.2 to the strategic APIs, specifically EMA. We were able to test the data collection using EmaFactory and OmmConsumer. Now we are testing contribution. We are using MarketDataContributor in RFA7.2 Can you please point us to documentation? Thanks. ShareShareReply
-
Behavior of VBA in the workspace
When the following VBA macro is executed line by line in debug mode, it successfully retrieves the result date of the Reuters function in Eikon Excel and complete without issues. However, in Workspace Excel, the cell remains at "Retrieving..." and a type mismatch error occurs. Is this behavior specific to the validation…
-
Download News Article Headlines over a longer period
Hi all, I couldn't find a post with a similar question. I am trying to download news article headlines from Refinitv Workspace from the module called 'NEWS2.0', where I filter for 'Government / Politics [POL]' and English. Moreover, for content type I only select 'News Feeds'. I know I can copy the headlines that are shown…
-
Get Connect Error when open a session
Hi, I got a connect Error when try to open a session. How to fix it? import lseg.data as ld ld.open_session() An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v1/token').ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate…
-
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,…
-
deleting pending requests.
I see some pending extraction requests i'd like to delete but could not find anything in the API docs related to deleting pending requests. [{'JobId': '0x095ae227ca7b01ca', 'UserId': 9023248, 'Status': 'InProgress', 'StatusMessage': 'InProgress', 'Description': 'HistoricalReferenceReportTemplate Extraction', 'CreateDate':…