Welcome to the LSEG Developer Community
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.
Hello, I am reporting inconsistencies found while using the Enterprise Value fields via the Eikon/LSEG Python API (rd library). Below are three issues, each with reproduction steps, code and output. Screenshots and code snippets are attached. --- ISSUE 1: TR.F.EV does not return quarterly point-in-time data via…
How can I use Python to fetch options data for a specific underlying RIC, similar to what is displayed in the Options Watch widget? Additionally need this data for each of the expiries.
I was trying to pull adjusted prices for a particular stock using the LSEG API, which was working fine till yesterday. However, while trying to pull the same today, I ran into an error (as shared in the screenshot). Could you please help me identify and rectify the issue? Currently using the LSEG Data Library for Python.…
I am interested in retrieving issuer curve information using Python. Currently I have the following working example: df = ld.discovery.search( view = search.Views.FIXED_INCOME_QUOTES, query = "BASF SE", select =…
It looks like you're new here. Sign in or register to get started.