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.…
I am trying to find an example in codebook examples how I can retrieve the biggest intraday move of an instrument in a timeseries data overview. So put differently what is the code to retrieve this data preferable with a supported event that triggered the move. for ICE Endex TTFA Day ahead and Month ahead 0#TFMBM this is…
Hi Team, we received a query related to python set up and he wanted to have a training on how to navigate in dept the python program. So far what we have done are the following: I've provided the link for the configuration process: LSEG's Refinitiv Data Library for Python and its Configuration Process | Devportal along…
It looks like you're new here. Sign in or register to get started.