When I search for PAc1’s price data in the workspace, I can retrieve the data shown in the chart below. However, when pulling data via the API, only partial data is returned.
I can get data by using " ld.get_data(['.BUKSC'], fields=['TR.OpenPrice','TR.HighPrice','TR.LowPrice','TR.ClosePrice(Adjusted=1)'],parameters={ 'SDate': '2025-07-21', 'EDate': '2025-07-24', 'Frq':'D' }).rename(columns={'Close Price': 'Adjusted Close'}) " but when i tried TR.OpenPrice.date, the API returned an error:…
Hello, I would like to get the list of holidays given a specific exchange, wondering where and how I can find this information. Alternatively, it would also be fine if I can retrieve whether it is a trading day given a specific stock and a specific date. I ask this because during my discovery, I can only find calendars…
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…
It looks like you're new here. Sign in or register to get started.