-
RDP REST API – How to request Standardized vs. As-Reported financial statement views?"
What I'm trying to do Pulling balance sheet / income statement data via the RDP REST API (api.refinitiv.com) Need to switch between Standardized and Company-Specific (As-Reported) views, equivalent to the view toggle in Workspace What you've already tried / context Currently using the ReportingState=Rsdt parameter via…
-
Issue Retrieving Historical BS/CF/IS Data for 2330.TW (FINSUM) – ld.get_data() Error
Hi DevPortal Team, good afternoon. We are assisting a client who is trying to retrieve 10 years of historical Balance Sheet, Cash Flow, and Income Statement data for 2330.TW using ld.get_data(). However, they are encountering the following error: LDError: 'dict' object has no attribute 'url' This occurs when the script…
-
Retrieving historical TR.EPSMean data
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",…
-
Query regarding pulling percent change data using API
I need to pull up 1M Price change data and percent change data for financial metrics like EPS and Dividend yield for a selected universe. How do we pull them up using the ld.get data end point. Universe: RELI.NS, ADEL.NS, BRTI.NS, How do we get this?
-
Differences between workspace and refinitiv.data
Hello Support Team, I'm retrieving quarterly fundamental data for XOM.N using the dl.get_data() function, and I've noticed a discrepancy in the data quality between the API output and Refinitiv Workspace. Specifically, for the field TR.F.CrudeOilProdPerDayAvgTot, my Python output contains numerical values (or zeros) for…
-
Total return for a stock
Dear all, for RDP (not Eikon), e.g. https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/VOD.L, do I have any possibility to get a total return timeseries? It is possible for S&P or Bloomberg, is it also possible here?
-
Why have TR.EV.currency and TR.F.EV.currency stopped working again?
The fields TR.EV.currency and TR.F.EV.currency have stopped working again (this has happened in the past as well).For example, the Python commanddf=dl.get_data(['GOOGL.OQ','AAPL.OQ','LVMH.PA','RKT.L','MELI.OQ'],…
-
Having trouble pulling historical data for some companies
Hello, I am trying to pull all public companies' historical revenue for the past 8 quarters and the future one quarters's estimated revenue. When we are in the time (for example the beginning of November) where some companies may have their Q3 filings published but some companies may not, I want to get the actual revenue…
-
Stock Div Data using LSEG COM library for Workspace in Excel VBA
Using the LSEG COM library for Workspace in Excel VBA what is the best way to return company dividend information? TR.DivExDate etc.
-
LSEG Workspace API pull filings data like MSFT Revenue
Using the LSEG API can I pull filings data like MSFT Revenue.
-
download partial data and error handling
start_date = '2021-12-31' end_date = '2025-07-31' isin = ['INNPCIL2826=', 'INMOFSA1618=', 'INAXBKF0621=', 'INKRNFV1125=', 'INPOTMK3034=', 'INNEEVM3034='] bond_flds = ["TR.ASKPRICE.date","TR.ASKPRICE", "TR.BIDPRICE", "TR.ASKYIELD", "TR.BIDYIELD", "TR.YIELDTOMATURITY", "TR.MODIFIEDDURATION", "TR.AVERAGELIFE",…
-
Is there a way to download Current and Former Officer data through API?
Hello, I'm using the refinitiv.data library. I wonder if there is a way to download current and former officer data using the function get_data(). Actually, I only obtain current officers. Thanks!
-
How to find total diluted shares outstanding?
I'm assuming if warrants dont show up on the balance sheet then its likely 0. Is there any quick way to find out a company's total diluted shares outstanding for a FY?
-
data misalignment with rdp sessions
I am raising query on behalf of client that data is getting misaligned and they are using rdp platform session client issue: When I query the ID 4295900704 with the fields ["TR.F.StatementDate", "TR.F.PeriodEndDate", "TR.F.CashCashEquivTot", "TR.F.CashCashEquivTot.date"] and for the last 10 years (using SDATE and EDATE) it…
-
Data unavailable (Error 616) when accessing Fundamentals APIs for multiple instruments
Hello, In Searchlight, the identifiers for the following instruments (and many others) are visible.Also, when using the /data/estimates/ API, both quarterly and annual estimates and actuals are retrieved successfully. However, when trying to access data from Fundamentals APIs (such as income-statement or…