I am unable to retrieve Q3 2025 earnings data for tickers 2882.TW and 2883.TW using Refinitiv Data API, despite the earnings release dates being before the specified end_date. Details: For 2882.TW, expected earnings release date for Q3 2025: 28-Nov-2025 For 2883.TW, expected earnings release date for Q3 2025: 24-Nov-2025…
Hello Team, I see that for Germany the market holidays have been added in the HOL application: I also see the data in the AdvEvents (Advanced Events search): In both application I can export the data via Excel. But as the date, this information is available is not determined (e.g. 1st of December not all dates for the…
We’re seeing the following error from lseg-data 2.1.1 (Python 3.11) when calling ld.get_data(...): First observed: 16 Jan 2026 (UTC). We’re confident this flow worked prior to the week commencing 5 Jan 2026. Error ValueError: Session is not opened. Can't send any request File…
Extra fields in LSEG API for the ownership report. Hi there, I'm downloading ownership reports of companies via the Python API. Using CodeCreator, I managed to create the following working code (Note, I'm using the newer python library LSEG): import lseg.data as ld rd.open_session() df = ld.get_data( universe =…
Hello, Is there a way for me to retrieve the list of all officiers in a company and each of their committee membership using the Codebook environment? I have raised this issue earlier, as it is possible to see a person being a member of different committees in the screener, but in the codebook we see only one committee per…
What is the code to get Private Equity/VC data from Screener for custom Investment Date for the Investee Company Nation = United States filter. Here are the fields I need: Company Name, Investee Company TRBC Economic Sector, No. of Deals in Search, No. of Firms in Search, No. of Funds in Search, Sum of Equity Invested in…
I need to connect my Workspace to Updata via API. This used to be possible with Eikon. Please advise how I can do this with Workspace's API. I mean connecting Updata via API to Workspace so that Updata can receive data programatically from Workspace I know it was possible with Eikon, but changes were made with the…
Our app uses the nuget package LSEG.Data to connect to Workspace and retrieve historical and realtime prices. A customer recently upgraded to a new version of our app alongside the newest Workspace 1.26.602. Since then, they cannot retrieve data anymore from Workspace. The RDP.log file contains a few suspicious entries:…
What are the item codes to use in a python code for data fields Promoter holding, MF holdings, institutional holdings, and their change on quarterly basis?
Why does this data item TR.FundIndexTracking doesn't work on API but works with Workspace Excel? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'LP40203779', 'LP40219887' ], fields = [ 'TR.FundDomicile','TR.FundIndexTracking' 'TR.FundLaunchDate' ] ) display(df) Excel formula is working fine.…
It looks like you're new here. Sign in or register to get started.