-
Resolving a transaction-only "TOPASId" to ISIN/RIC when the instrument never appears in PAL holdings
Environment LSEG Data Library for Python (lseg.data / formerly refinitiv.data) Portfolio Analytics (PAL) via the portfolio-analytics and o-management endpoints Python 3.11, running in CodeBook What I'm building I reconstruct a portfolio's closed positions (fully sold or redeemed in the past) from PAL transaction history,…
-
ETA for pandas 3.x support in lseg-data
Do you have an ETA for pandas 3.x support in the lseg-data Python package? Is there a roadmap we can follow?
-
Manage Errors from resolving identifiers when using Lseg.data
hi regarding get_data function under LSEG.data library, why it's not behaving as the same function under eikon library, i mean: we can store error message in a separate variable (data,err=ek.get_data(Instrument2,"TR.RICS"), that it's not possible inder lseg.data with eikon library, even an identifier is not recognised, the…
-
Symbol conversion function without best match parameters
hi i'm wondering why new methods exposed under Lseg library (content 'symbol_convesrtion' and discovery side 'convert_symbols') there is no best_match option as were proposed by eikon function (get_symbology).
-
LSEG data access
Hi, I'm internal user of LSEG-data. I have been use platform session with APP key + my personal user ID and password. We want to deploy the model to server which runs on schedule, could you guide how to access LSEG data in this case? Thanks. My question related to information on this page: Quick Start | Devportal
-
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:…