when my client tries to sign into the developer community site, he keeps getting a pop window asking him to fill out details to help personalise his experience. he fills it out and it still keeps popping up. see attached.
Hi I have a quite large list of fields to pull via lseg.data on loans in Europe. I would like to know which of these fields can be used with (Concat='|') in order to obtain the most clean output with 1 line per loan instead of multiple rows… Is there a way to get such information (appart of checking hunderds of fields in…
Hi - please provide the list of all API URL endpoints that can be used for a python API. Or the link to a webpage containing all these URLs.
Hi, I would like to get a historical timeseries of EUROPE SOVEREIGN BBB RATING CREDIT CURVE (for all tenor points). Can you please help what is the right code? Currently I'm trying this but not working: import refinitiv.data as rd rd.open_session() df = rd.get_history( universe=['0#EUSOVBBBEURBMK='], fields=…
Hi Team, Asking for assistance import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open() rd.session.set_default(session) JPYTOSWSML_chain = rd.content.pricing.chain.Definition(name='JPYTOSWSML=GFIS').get_stream() JPYTOSWSML_chain.open(False)…
Client wants to get the python code to get the data to retrieve 5-Minute Interval Data for RIC SBc2. Excel formula is =@RDP .HistoricalPricing("SBc2","TRDPRC_1","START:01-Jan-2020 END:31-Dec-2024 INTERVAL:PT5M SOURCE:RFV",,"TSREPEAT:NO CH:Fd RH:Timestamp") But client needs python code which provide 5 minutes interval data…
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
I am trying to extract historical market data on the following RIC: ZARONZ=R & ZARONIA=RBMN. For ZARONZ=R what field can I use as I have tried using the following formula but it's not working: df_close = rd.get_history(universe=['ZARONZ=R'], fields=['TR.CF_CLOSE(Frq=D,SDate=2025-07-24,EDate=2025-09-25)']) For ZARONIA=RBMN,…
Dear Team, What is the python code to source historical 30D volatilities for a ticker? I have tried with the below code with the lseg-data package, but it's only returning the current 30d vola: df = ld.get_history( universe=['AAPL.O'], fields=['TR.VOLATILITY30D'], interval= "1D",…
How can I get the MID price at previous day at specific time for some instrument in python API Example RIC EUREST3M=
It looks like you're new here. Sign in or register to get started.