-
LSEG Data SDK news.get_headlines() returns ScopeError: Insufficient scope for /data/news/v1/headline
I am using the LSEG Data SDK in Python and can query other endpoints successfully, but the news headlines endpoint fails with a scope error. Minimal example: import lseg.data as ld ld.open_session() # using configured credentials df = ld.news.get_headlines( query=["LSEG.L"], count=10 ) print(df.head()) ld.close_session()…
-
Does the lseg-data Python library provide any way to download IPO Prospectus data?
We are interested in pulling prospectus data for companies that are about to go public. We found some of the data under Equity New Issues Deals through the Deal Screener app in Workspace. Is there any way to pull this data programmatically through the lseg-data Python library?
-
Getting option prices used to create CEVOLSURFACE
Hi, I sent this email to the support desk and they sent me here to ask the question. I am pulling volatility surface data from lseg.data api by doing so : def_get_vol_surface( ul_ric: str,): vol_surface=surfaces.eti.Definition( surface_tag="Vol", underlying_definition=surfaces.eti.EtiSurfaceDefinition(…
-
SDC platinum and Deal screener
I am currently using LSEG Workspace to collect data for my research, and I have a few questions regarding access permissions and ethical data usage Initially, when I searched for the "SDC" database directly, I received a prompt stating that I do not have permission for the SDC add-on (please see attached Screenshot 1).…
-
LSEG Data Library using ldpv2
Hi, I have a LSEG Workspace account. I am able to lseg.data in python code when my desktop session is logged in. Can I also use lseg.data without my desktop being logged in by supplying credentials to a platform session? How do I use platform.ldpv2 which i believe is replacing the older the platform.ldp. This requires…
-
Data allocation for RICs with missing data using get_history function
Hi Team, I just wanted to check if there is any data consumed when using the function ld.get_history on RICs that are invalid or that I do not have access with as it will return N/As for such RICs. I know that there is a daily call limit of 5GB and I am a bit worried that pulling data for invalid RICs will cause…
-
Historical Bond Index Constituents
Hello, Is it possible to get the historical constituents of a corporate bond index? For example the iBoxx EUR Corporates Index (.IBBEU003D). I've already tried the example below which doesn't work unfortunately. Many thanks.
-
ESG Bonds and RCSFIClassificationCodes
Hi! I am looking at ESG bonds issued by firms. I am trying to understand the RCSFIClassificationCodes variable, which for each ESG bond outputs one or more lists the following structures:{'Code': String, 'CodeDescription': String, 'CodePermID': String, 'IsESGStandard': Boolean, 'Type': String, 'TypeDescription': String,…
-
As the error message still persists, it seems I hit the limit of requests per day (
Why this error occurs: The error typically appears when the number of API requests exceeds the allowed limits. This can result from high usage patterns or inefficient code execution. Key API Limits to Keep in Mind: Requests per second: Maximum of 5 requests per second, counted across all client applications connected to…
-
could you please provide specific information about the associated limit, i.e. how are requests meas
Hi! I am using the LSEG Data Library for Python. As I am currently in the development phase doing lots of testing, I just got the message "Error using get_history_func>get_history (line 212) Python Error: LDError: Too many requests, please try again later. Requested universes: ['CLc1']. Requested fields:…
-
Get_history request is not returning same fields - Unexpected error in data returned from data sourc
Hi The below request has worked very reliably over the past few weeks when I tried: df_prices = get_history( universe=ticker, fields=['TRDPRC_1','ACVOL_UNS','TRNOVR_UNS','VWAP', 'TR.TotalReturn', 'TR.CompanyMarketCap'], interval='1d', start=start_date, end=end_date, adjustments='CCH' ) But today I tried three times and…
-
How to create agents using N8N?
Hi Team, I have a Workspace Client who is learning to create agents using N8N. The client is planning to create his own agent one day and hope it will be able to access Workspace via an API. Additional client verbatim: "It is my understanding that most software providers are providing api keys for ai agents, like N8N,…
-
How can I extract firm-year panel data for DAX/MDAX/SDAX companies from LSEG Workspace efficiently?
Hi, I am conducting an empirical panel study (fixed effects) on board diversity in German listed firms for 2022–2024. I need firm-year data (e.g. female board representation, ROA, ROE, Tobin’s Q, governance and ownership variables) for DAX, MDAX and SDAX companies, but I cannot retrieve these variables reliably in LSEG…
-
I'm working in codebook using a jupyter notebook.
I'm working in codebook using a jupyter notebook. I have some data in an excel which I want to add to my analysis. I have dropped the excel file into the same folder in codebook as my Jupyter file, however the following code cannot load the file into the Jupyter notebook: Lombards =…
-
New User | Using LSEG Data Platform
Hi, Raising this on behalf of a new client. Please see below. As I understand upon reading the documentation in the developers portal, the Refinitiv Data Platform is being phased out and being replaced with LSEG Data Platform. But the step-by-step guide sent by you in your welcome email links to the older Refinitiv Data…