Hello, On sending any pricing request via the LDP API in a local Python environment (i.e. in VSCode which is outside of Codebook), I receive the following debug error message: [2025-02-15T17:05:49.740994+00:00] - [DEBUG] - [sessions.platform.ldp.0] - [132056015177280] | Msg-Proc-ThreadOMMSTREAMING_PRICING_0.0…
I run the following code in codebook and it’s fine: import refinitiv.data as rd from refinitiv.data.content import pricing contract = 'CL' rd.open_session() ice_oil = ['LCO', 'LGO'] chain = pricing.chain.Definition(name=f"0#/{contract}:").get_stream() chain.open(with_updates=False) chain.close() if contract in ice_oil:…
I am using Refinitiv Data Platform libraries for .Net through Desktop session. It works fine usually but sometimes Refinitiv workspace gets hang and I start receiving backend error: 400 bad request. It doesn't work even after service restart and machine restart also. During this process, I receive below error sometimes:…
Hi, I am using single desktop session to serve multiple data requests. Could this create intermittent slow response from data api? Could this be reason of intermittent bad request error 400? if (session != null && session.OpenState == Session.State.Opened) { var cts = new CancellationTokenSource(new TimeSpan(0, 2, 0));…
Hi, I understand that Eikon will be withdrawn in June 2025. Hence I am trying to migrate my code from Eikon library to the new refinitiv.data library. Using the old Eikon api, I deployed the following code to download exchange rates between MYR and VND df=…
Dear Refinitiv Developer Support, I’m retrieving adjusted close prices (reflecting splits & dividends) for Nordic stocks, specifically NAS.OL, but encountering issues: Correct Data Field? TR.ClosePrice or TR.PRICECLOSE does not return expected values. What is the correct field for fully adjusted prices? Mismatch with…
hello, I keep having a handshake error, would you know why? Error on handshake url : DesktopSessionError() http://localhost:9005/api/handshake I tried clearing the caches, updating refinitiv, re-installing the packages, and it should not be a proxy problem either. Help!
How to retrieve USD/MXN Outright at broken dates (end of quarter for the next 6 quarters) in python? e.g. using lseg-data library or any other I was able to see this discussion: https://community.developers.refinitiv.com/discussion/66758?tab=accepted Also, the documentation found on:…
Hello team I'm using Workspace Desktop .NET API to retrieve historical data. LSEG Data Library for .NET | Devportal I need the daily historical data for below 2 RICs: XAUFIXAM= XDRUSD= Could anyone help me with a sample C# scipt code with the 2 RICs above? Thanks & Regards, Dan
Dear All, I would like to create a time series data frame, so dates on the left and then columns of daily prices of each security that consitutes the iTraxx Europe Series 42 Version 1 (Index Red 9: 2I666VDK8). I'd like the dates to be from 1st Jan 2020 to 1st Jan 2025. I cannot figure out how to get the prices directly…
It looks like you're new here. Sign in or register to get started.