-
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…
-
Platform Access Denied for ['TR.FUNDEXDIVIDENDDATE', 'TR.FUNDPAYDATE']
Platform Access Denied for ['TR.FUNDEXDIVIDENDDATE', 'TR.FUNDPAYDATE'] I am doing an rdp.get_data call with the Python API, after authenticating with a Platform Session. And I see the following issue: The access to field(s) denied. Requested universes: ['EUNH.DE', 'IBCN.DE', 'IEF.O', 'TLT.O', 'VGLT.O', 'BND.O', 'VGIT.O',…
-
Financial data quarterly wrong date?
When doing some data quality checks I found some instances where the "Original Announcement Date" was before the date of some values like Total Assets. I came to reproduce that error in a simple request: from lseg.data.content import fundamental_and_reference fundamental_and_reference.Definition( ["4295859017"],…
-
Empty data using TR.FundNAV and TR.BIDPRICE for the fund IL0051297708 using the Python API?
Why I am getting an empty dataframe when getting the NAVs data using the TR.FundNAV and the Bid Price using the TR.BIDPRICE for the Israeli fund <IL0051297708> using the Python API?
-
Workspace API using LSEG Data Library does not show any result
Trying to pull data by Worksapce API (LSEG Data Libarry, desktop session) returns "Company Common Name", instead of "Toyota Motor Corp" by rics = ['7203.T'] fields = ['TR.CommonName'] df, err = ld.get_data(universe=rics, fields=fields) lseg-data version is 2.1.1 python code, log file and result screenshot is as attached.…