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=
I want to figure out how to: log into my LSEG account in python code, make a connection to LSEG in python code, pull a Brent futures (LCOc1) live ticker into a dataframe and display it such that it continually updates
this is en example of what I use now news = ld.news.get_headlines(query="L'Agence AND Tresor",start='2022-08-26T00:00:00', end='2025-12-06T23:59:59',count=1000) ut instead I would like to get all news for some RICS like AUCTBTF
Hi, I am trying to fill Credit curves constituents with this : "constituents": { "creditInstruments": { "EUR": { "financialFilters": { "bond": { "zScore": { "field": "ZSpreadBp", "priceSide": "Mid", "maturityBuckets": [ { "tolerance": 3 }, { "tolerance": 3 }, { "tolerance": 3 }, { "tolerance": 3 } ] } } } } } } Could you…
For refinitiv.data.content.ipa.financial_contracts.cross, I couldn't find any input/output field for the discount curve in the source document, may I know which discount curves are used for FX Forward (e.g. EURUSD GBPUSD)?
Query: I am trying to draft a Python script that can fetch a long price history starting from 2008 (or the launch date of the RIC, whichever is later) and insert the data into our database. However, after multiple attempts I am still facing one issue after another, and I am unable to get the script working end-to-end. I…
Hi, may I know how to extract historical credit rating (issuer rating) for a company (e.g. Apple) using Python data API? I have tried using refinitiv.data, however, only got current rating instead of historical one.
If you’re familiar with the process, would you be able to share the code or point me in the right direction? I have tried to use the material given but it does not really explain how to correctly write a query in the function. For now I have written this: rd.open_session() search = rdp.search( view =…
It looks like you're new here. Sign in or register to get started.