-
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…
-
Annual reports and other filings
Is it possible to get access to the data from subsidiaries to listed companies through APIs e.g. I am doing research on a Swedish compan y called Hexatronics AB. Can I download their subsidiaries sales and EBIT for the last 5 years?
-
I recently learned investments have a property called factor. This is used for distinguishing betwee
I recently learned investments have a property called factor. This is used for distinguishing between pounds and pence for investments denominated in GBP for example. Please can you tell me how I can call the factor for a RIC on a date using the API - what is the name of the variable I have to call (for example to get…
-
ModuleNotFoundError: No module named 'numpy.char'
Query:- I am raising the case on behalf of external client I am trying to use lseg.data in Python API however it gives me an error when calling the get_data function. Output exceeds the size limit. Open the full output data in a text editor ModuleNotFoundError Traceback (most recent call last) Cell In[14], line 1 ----> 1…