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…
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…
Hello. I'm working on subscribing to real-time prices through websocket. I'm currently using the LSEG Data Library for .Net and it is working great on my workstation, but in our deployed environments there is a requirement to use an internal proxy for all communication to the outside. Is it possible to configure an…
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…
It looks like you're new here. Sign in or register to get started.