I saw we can get the last volatility surface on workspace with CEVOLSURF and click on <SISURF1> for exemple for silver. I'm using eikon python package, how can I pull the data ? Is it possible to to get the the above surface at a given date ?
Hi, I am using the python module lseg-data to retrieve the former names of certain firms by using the following formula: import lseg.data as ld df = ld.get_data(universe=['4295904307'], fields=['TR.FormerlyKnownAsName']) While this code downloads the list of names, I was wondering if there is some way to access the…
I'm trying to extract a few Balance Sheets. I was wondering if i automate this using CodeBook? I saw that I can download them individually, but is there a way to download them all at once ? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'JPM', 'BAC', 'C', 'WFC', 'GS', 'MS' ], fields =…
Documentation of all potential field names for more effective lookup of items, i am looking mainly for fundamental and price data of equities accessible over Python API.
I would like to pull in the following data into CodeBook. Under the Debt and Credit tab, you can display the amount of bonds outstanding for a certain company (ex. APPL) sliced by currency. What is the name of this data in the data item browser, so that I can pull it in CodeBook?
for example, ld.get_data('C430X25', fields=['EXPIR_DATE']) I used item code from data item browser. Many thanks
Hi Team, good day! Raising on behalf of a client: Hope this message finds you well. I am trying to use refinitiv.data to retrieve data for the fields 'TR.F.TotRev5YrCAGR' and 'TR.F.TotRev10YrCAGR' for firms of interest. However, my script does not work, and the error page is attached. The code I was trying to run is:import…
Hi team, We're encountering a critical issue when using ld.discovery.Chain to fetch futures option chain constituents. When making multiple sequential calls to ld.discovery.Chain(universe).constituents, if one call fails with an LDError, subsequent calls cause the Python instance or thread to freeze. Issue Description:…
Im having trouble with the API. As you can see below, the resultant dataframe comes with null values on the last dates, and values on the first dates. The problem is that the "MATD3.SA" didnt exist before 2021. On excel, with same parameters, the dataframe comes alright, with null values up to 2014. So why is this…
Our client is currently working on the government bond curve for the European region. However, using the method below, He is unable to retrieve EUR-denominated French government bonds (while major countries such as Germany and Belgium are returned correctly). If you happen to know a way to obtain them, I would greatly…
It looks like you're new here. Sign in or register to get started.