-
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.…
-
When should I expect Shares Outstanding to be populating on a new IPO
Hello, I'm in the support organization with AlphaDesk — we use the C# libraries for RDP to retrieve pricing and other fields for securities. Recently we saw that for RIC GOu.TO, which IPO'd on July 24th, calls to TR.CompanySharesOutstanding would not return a value. Shares Outstanding began being populated on Aug 5th —…
-
TR.EPSSmartYield parameters
Hi, I cannot seem to find more information on the parameters for this field and other similar fields. Specifically for "Roll Periods" parameter, what is the effect or True/False. Also for the methodology parameter, what is the effect of the different options IntermSum, StubLTM etc. Some examples to illustrate would be…
-
Python code for 3K ISIN
What I want is to download the data for 3K ISINs. That can be done using Python.if I use python I don't get auto-imputed data. Below is the Python code client is refering import refinitiv.data as rdfrom tqdm import tqdmfor isin in tqdm(isins):try:response =…
-
Are delayed ("/") RICs are supported in RDP company fundamentals requests?
Are any delayed RICs can be used in the RDP Fundamentals requests. For example, can I use a delayed RIC in the endpoint https://api.refinitiv.com/data/company-fundamentals/v1/financial-statements/global/balance-sheet?package=base&universe=/1010.SE ? Thanks
-
Could you please try running the code below on your end to see if the same issue occurs?
Hi Team, Client have raised the below query. Could you please assist on the request. Query: May I ask you to try my code on your side, and see if the bug appears for you as well? It seems from your explanation that RDP is a more reliable backend platform. Why does this bug appear there then? My code again, for your…
-
Different results for same code
Hi team, df = ld.get_data('CK25^2', fields = [f'TR.SETTLEMENTPRICE(SDate={"2025-1-3"})'] ) also, if i run it again it returns correct results any solutions for this? Many thanks!