I use a Python code to export into Excel some Data from your StarMine Model. I use the ISIN code as identifier. Unfortunately, there is an issue with Ferrovial (ISIN = NL0015001FS8). I think the right RIC to use is FER.MC. Is it possible, from the ISIN code, to get the primary RIC code ? I guess it may help me on this…
I have the following code to get News using keywords from the API. response = news.headlines.Definition( query="data center", date_from="01-01-1990", count=1000000 ).get_data() data_center_news = response.data.df data_center_news = data_center_news.reset_index() print(len(data_center_news)) # number of rows in the…
Is there a way we could get certains indicators from a vector of Deal IDs? I have tried the get_data function, but that requires RICs. Is there something similar for deals? For example, "proj" is a vector of Project IDs, and "pjf_fields" is the vector of indicators I want to download. What functions could I use to get…
Need the RIC for Biofuel Outright - D3 RINs (OPIS)
Hi, I'm trying to compute the CDS-bond basis for each company (reference entity or issuer). The data I have now is the companies' names (e.g., 'VOLKSBANK WIEN AG') and their corporate bonds (with ISINs). To compute the CDS-bond basis, I first need to download CDS spread and bond yield for each company. For the former, I…
we need to monitor credit rating for any new trades timely with Excel/Python API. We would also like to check how to get the credit rating of its immediate parent for a bond position by Excel API. Can you please advice? For example, the issuer of the bond (ISIN: XS3081762828) is ICBC (London Branch) and its immediate…
I am unable to retrieve Q3 2025 earnings data for tickers 2882.TW and 2883.TW using Refinitiv Data API, despite the earnings release dates being before the specified end_date. Details: For 2882.TW, expected earnings release date for Q3 2025: 28-Nov-2025 For 2883.TW, expected earnings release date for Q3 2025: 24-Nov-2025…
Hello Team, I see that for Germany the market holidays have been added in the HOL application: I also see the data in the AdvEvents (Advanced Events search): In both application I can export the data via Excel. But as the date, this information is available is not determined (e.g. 1st of December not all dates for the…
We’re seeing the following error from lseg-data 2.1.1 (Python 3.11) when calling ld.get_data(...): First observed: 16 Jan 2026 (UTC). We’re confident this flow worked prior to the week commencing 5 Jan 2026. Error ValueError: Session is not opened. Can't send any request File…
Extra fields in LSEG API for the ownership report. Hi there, I'm downloading ownership reports of companies via the Python API. Using CodeCreator, I managed to create the following working code (Note, I'm using the newer python library LSEG): import lseg.data as ld rd.open_session() df = ld.get_data( universe =…
It looks like you're new here. Sign in or register to get started.