Welcome to the LSEG Developer Community
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,…
I am trying to pull real time data for some RICS listed below, however I find that Equity Inidicies show up as blanks with NULLS across. What can I do to pull the latest SPX Value? rics = [ '.SSEA', '.GDAXI', '.DJI', '.STOXX50E', '.FTSE', '.HSI', '.NIFTY500', '.N225', '.MXX', '.IXIC', '0#.SPX', ".INX", '0#.GSPTSE',…
import refinitiv.data as rdimport pandas as pdfrom datetime import datetime, timedeltaimport osimport sysfrom dotenv import load_dotenvimport psycopg2# --- 1. IMPORT BRIDGE ---current_dir = os.path.dirname(os.path.abspath(__file__))parent_dir = os.path.dirname(current_dir)if parent_dir not in…
It looks like you're new here. Sign in or register to get started.