-
Is there a tutorial on converting the Python Eikon API to Workspace API?
Once again, I'm getting the following error: EikonError: Error code 400 | Backend error. 400 Bad Request I'm hoping that moving from the Eikon API to Workspace API (or whatever the new API is called) will help prevent such errors in the future. I'm unsure of the Workspace package name that needs to be installed using: pip…
-
MarketPsych ESG from DSWS API
Hello! I would like to extract MarketPsych ESG sentiment scores from Datastream DSWS API feed. Can you please provide the code? Thank you
-
QPS Financial Contracts API - Service Unavailable
Hello, I ran into the following error today: {'error': {'id': '3a4945f9-f869-4b70-9108-c4022368608a', 'code': 'QpsCommon.ERROR_BACKEND_ACCESS_FAILURE', 'status': 'Service Unavailable', 'message': '[QpsDps] I/O error on POST request for "https://qps-dps-use1.int.refinitiv.com/pricing/prepare": Read timed out'}} My code was…
-
Historical levels from inception till current date for an Index
Hi All, I am looking to get the historical levels (close price) for MOILGE index from 2008 till the current date. What should the formula be to get this data. I am currently using Eikon termina - MOILGE page - Prices & Charts - Updating the date range and then copying to excel. Regards, Grishin
-
godwin
Hi, I am quite new on this platform and I need some assistance. I currently want to download futures data with the following variables date volume open interest last trading date time to maturity ticker symbol etc I kindly need assistance on how to go about it
-
How to handle error after transition from Eikon to Workspace
Hi, I'm pulling data from API on thousands of RIC daily. I may have RIC's that's no longer valid, or with typo. Under Eikon, my Python code below will return DataFrame containing information with NA for invalid RIC ('BF.B' and 'BONDS') if I simply ignore df_error, when the list RIC are all invalid. import…
-
Time slot discrepancy between Eikon and Workspace
Hello, Our teams have recently migrated from using Eikon to using Workspace. Because of this our IT Tools also need to be updated to work with Workspace. Previously, we were using the ThomsonReuters.DataAccess library for C#. We had to migrate to LSEG.Data and LSEG.Data.Content (using a DesktopSession). Our scripts now run…
-
Transition from Eikon excel add in to Refinitiv WorkSpace excel add in
Hi, I'm transition from using the Eikon Excel add-in to Refinitiv WorkSpace excel add-in, but unfortunately the real time retrieval from Reuters stopped working. Function Reuters_IDN(Sec As String, Field As String) Dim res As Variant res = "Retrieving..." While res = "Retrieving..." res = Application.Run("RtGet", "IDN",…
-
What field to use to find last traded treasury benchmarks
I want extract goverment bonds using Real Time - Optimized. Specifically, for the instruments: NO1YTR=RR, NO3YT=RR, NO5YT=RR, and NO10YT=RR. In our use case, we don't need the bid and the ask, we just care about the last traded price. What field should I use in this case?
-
RTSDK (EMA/ETA/Websocket API): Supported to run on a public cloud?
Some of our customers are planning to move their own developed application from on-premises to public cloud, such as AWS, Azure and GCP. Is RTSDK (EMA/ETA/Websocket API for all supported OS) officially supported for use on public clouds?
-
About api to extract live fx and stock prices
Hi Do you have an api that my html, js, python can tap to extract live fx rates, stock prices and also UT and bond prices ? at the min fx pairs and stock prices. if so do you have an example i can use I need the historical prices ie 1y to 3 y to plot a chart with overlays like fibo, and elliot on my website for analysis…
-
Error: no proxy address
I have an issue with the Eikon API, could you please direct me to someone who can helpwhen I input it I receive the following error [MainThread 140144172755840] Error: no proxy address identified.2025-02-17 16:57:51,113 P[16237] [MainThread 140144172755840] Error on handshake url http://127.0.0.1:None/api/handshake :…
-
Help with Retrieving 'TR.CompanyGreenRevenuePercentage' via API with Date Correspondence
Hi everyone, I am trying to retrieve the 'TR.CompanyGreenRevenuePercentage' data using the API with the following code: df = ek.get_data( universe=batch, fields=['TR.CompanyGreenRevenuePercentage'], parameters={'SDate': '20131231', 'EDate': '20221231'} ) However, the output does not include the corresponding dates. I…
-
Using refinitiv.data Library on a Remote Cluster
Hello LSEG Development Community, I am seeking assistance and clarification on using the refinitiv.data library in a headless server environment. My goal is to establish a session and retrieve historical data from the Refinitiv Data Platform using the refinitiv.data Python library. However, despite various troubleshooting…
-
Missing data for 'End of Day' data pull on expired/ inactive RICs
I am trying to pull data on python through the end of day extraction url, for a number of expired RICs specifically for spreads on LCO, CL, HO, RB, LGO. For most of the spreads I have managed to pull all the daily data for High, Low, Last, Open and Volume successfully. However there are still many that have missing data. I…
-
RIC <MRN_STORY> We are getting streamed articles for the Swedish language, but not for English
Hi team, RIC <MRN_STORY> We are getting streamed articles for the Swedish language, but not for English We have verified that both the TREP servers and the application are receiving the same articles, all in Swedish (SV) as the language. Additionally, there is only one client subscription code configured on the application…
-
Using API in cloud environment
I want to run an app in the cloud with the data from the API for myself but obviously the cloud won't have access to the desktop app. I have the API key set up as a secret being read in from the environment. Is it possible to hit the API without being logged into the desktop app?
-
we are using java ema and have queries on reissue, emaconfig.xml and fid level subscription
Verify whether we can reliably use a reissue request to safely cause a refresh; (note: The issues I experienced with this (reloading all instruments) was an unrelated GC issue. Further tests have shown that requesting a reissue appears to work fine for a single EPIC – I just need confirmation that this is the right way to…
-
Regarding the cause of disconnection from Real-Time-Optimized.
Hi. We are retrieving data from Real-Time-Optimized (hereinafter RTO). Data has been collected from 08:55:00 to 19:30:00 Japan time, but on 2025/02/13, the following message was output at 15:16:11, and we were disconnected from RTO. What was the cause of the disconnection? Also, for the 15 minutes prior to the…
-
[First-time user] Real-time Engine Initialization Error
Hi, I logged onto Refinitiv Eikon - Microsoft Excel for the first time and tried the following code on A1 cell. "=@TR("IBM","CF_CLOSE","RH=IN")" The Refinitiv Eikon is online, as does the Datastream, and I tried several variations of the code from the user guide and I still have a difficulty debugging the error "Real-Time…