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…
Hi, I have an LSEG Workspace account, and for research purposes, I’m trying to download company filings using Python, either through a library or via the API. I’ve tried two methods so far: Using the RDP API through the /data-store/v1/graphql endpoint. Even when running the examples provided in the API Playground, I…
Hi Refinitiv Developer Community, I am working with a list of ~450 companies (primarily listed firms) and would like to retrieve, for each company, a list of peer companies — ideally 5 to 10 — using the Refinitiv Eikon or Workspace Python API. In the Workspace platform, I know the “Peers” tab in the GUI and the PEERS()…
It looks like you're new here. Sign in or register to get started.