When retrieving officer/director education data using the TR.ODOfficer* field family through the lseg.data Python library, the returned dataset contains rows with education information (e.g., university, degree) that are not associated with any officer identifier (e.g., missing TR.ODPersonPermID, TR.ODOfficerPermID, and…
Client would like to know how to retrieve data for all companies listed in ASX all such events over the last years. Could you please tell me how to do that using Python codes? Companies make announcement on all kinds of things, e.g., executive change, dividend, earnings. In desktop example if you now go to BHP.AX, you will…
We are extracting all of the Exchange rate - Daily for all currencies paired with with USD. Timeframe requirement would be 20 to 40 years. Please see attached excel file extracted using Workspace Excel Add-in. This is only limited to one year time range due to limitations. but we are looking for a samples API script that…
I am writing to see if the attached programming is suitable to download from Eikon/workspace the ESG data we need for our research. attached The of Python script, the of of Codes list World Countries and the of Variables template used for downloading, which is designed to run year by year and country by country.
How to get the derived holdings tab through the API and also the timeseries through out time
Query : Do we have any possible workaround / solution that would allow the client to use Visual Studio without relying on an active Workspace session? As per client : "The provided code attached below is working fine in CODEBOOK within Workspace and Visual Studio Code. However, for the Visual Studio Code, Workspace must be…
Reaching out on behalf of client a professor in a University. I have shared the steps to client in getting his APP KEY so he can access the Workspace API via Codebook. Client followed the steps and got an API key. Then, he installed LSEG-data for Python and attempted a platform session using OAuth v1 Password Grant with my…
Using the LSEG Data Library for Python (Desktop session), I am able to retrieve numeric business segment data such as TR.SegmentRevenueActValue for Japanese listed companies. However, the returned DataFrame only contains numeric values and does not include: The business segment name The fiscal period or period end date…
Hi @Jirapongse I would like to retrieve EPSMean (Tr.EPSMean) for three different periods for one stock. The code I have is the following: fields=["TR.EPSMean(Period=2026)","TR.EPSMean(Period=2027)","TR.EPSMean(Period=2028)"] df_fundamental = get_history( universe=[ric], fields=fields, interval="1d",…
Hello, I need to know if data (for a given bond) provided by your API is reliable. Thanks 2/16/2026 14:00 IT537030= 1.99805 2/16/2026 15:00 IT537030= 1.92665 RIC: IT537030= The data is about the yield # Request BID / ASK yields df_yield = ld.get_history( universe=rics, fields=["BID_YIELD", "ASK_YIELD"], interval=INTERVAL,…
It looks like you're new here. Sign in or register to get started.