I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
How to retrieve Bond (DCM) Deals from Bond Screener in Python API? Client's query: Is to get "Use of Proceeds: Project Finance" and New Issues Ratings: Moody's Debt/Bank Loan Rating" in Deal Screener app and requested if this is available in Python API. Tried using code: import refinitiv.data as rd rd.open_session() df=…
Hi Is there an LSEG / Refinitiv app which can be accessed via a Java / Springboot app for Workspace data? Many thanks
It works for ESG but I am unable to get the following: TR.CloselyHeldSharesPct, TR.ShareClassType, TR.IndependentDirectorsPct, TR.ChairmanCEODuality, TR.OfficerDirectorBiographies Attached is the content of the Jupyter Notebook I used in WS Codebook. Many thanks.
How can I get the USD/INR forward price for broken dates in CodeBook? For example, I need the bid and ask prices for a forward contract with a maturity of 75 days from today, or for a specific maturity date such as September 10, 2026.
Hi Devportal team good morning. 😁 From Codebook Reuters API, Client need corporate guidance data for the entire US market. Can he download Corporate guidance in batch? Thank you
Case 16179541 Dear Support Team, I am contacting you on behalf of a university professor who is using the LSEG Data Library for Python in conjunction with a Workspace account. The user has verified that their App Key is functioning correctly and can successfully retrieve reference data and pricing information. However,…
I understand that the fields parameter can return historical data fields such as TIMESTAMP, VALUE, VOLUME, HIGH, LOW, OPEN, CLOSE, and COUNT. Currently, I am using the following parameters: start_date: Previous day end_date: Current day interval: daily fields: CLOSE I have two questions: If I would like to retrieve the…
Hi All , I was working on a chain reader that retrieves a chain and all subchains down to RIC level. We already have a chain dissector, but it is slow when a chain contains around 30K chains/subchains. I also built a multithreaded chain reader, but the LSEG API starts blocking when more than two worker threads are used. If…
I am trying to extract a time series of historical ratings of a company via the Python API access, but I cannot find the suitable input or function to make it work. With the attached code, I only get one row of a rating, but not all historical ratings.
It looks like you're new here. Sign in or register to get started.