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 would like to get the historical constituents for an ETF, S&P500 for example, using the lseg.data api in Python. Is there an easy way to do this and more importantly, will this data include stocks that are delisted so that my universe is free of survivorship bias? Moreover, in general is there a way to pull data for…
Dear LSEG Team, I want to pull the IBES analyst-level, detailed forecasts from the workspace using Python. I am using the following formula in Excel: =@RDP .Data("MSFT.O;AAPL.O", "TR.EPSEstValue.fperiod;TR.EPSEstValue.analystname;TR.EPSEstValue.analystcode;TR.EPSEstValue.date;TR.EPSEstValue","Period=FY1990:FY2024 RH=IN…
for a news item(news.headlines.Definition("R:AMD.O AND Language:LEN AND Source:RTRS").get_data()), does {"_qcode": "R:AMD.O"} appear only once, or can a single news item contain multiple {"_qcode": "R:..."} values? For example, is it possible for one news article to include both {"_qcode": "R:AMD.O"} and {"_qcode":…
Looks like I do not have pip installed Refinitiv Do you know the pip install command for this? During a call client tried this "Offline installation for the LSEG data library for the Python" answer available on the portal (not fully he just copied the script and ran) but didn't seem to be working and he got the below error…
I was using python api to download daily data, it seemed that the whole process was not stable. was it because I used for cycles? import lseg.data as ld# Install with `pip install lseg.data` ld.open_session() DateTable2['startDs']=DateTable2.startD.dt.strftime('%Y-%m-%d')…
I was using python api to download daily data, it seemed that the whole process was not stable. was it because I used for cycles? import lseg.data as ld# Install with `pip install lseg.data` config = ld.get_config() config.set_param("logs.transports.file.enabled", True) config.set_param("logs.transports.file.name",…
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…
Hi I am trying to get a list of all equities in the US - primary listings only - and excluding OTC stocks. Below is what I have now: DB4 = rd.discovery.search( view = rd.discovery.Views.EQUITY_QUOTES, top = 10,…
how we can disable the SSL verification in the python implementation/code. This is the error ERROR: An error occurred while requesting URL('https://api.refinitiv.com/auth/oauth2/v2/token [api.refinitiv.com]'). ConnectError('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate…
It looks like you're new here. Sign in or register to get started.