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…
We aim to collect monthly financial data from January 2010 to December 2023 for approximately 8,000 ISINs for the following three variables: Total Number of Shares Outstanding Price-to-EBITDA per Share Price-to-Book per Share
Dear Support Team, I am reporting a significant performance degradation and intermittent service failures when using the Refinitiv Data Library for Python, which began on January 15, 2026, and persists as of today, January 16. Context Prior to January 15, the system performed optimally. Our current workflow processes 42…
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…
Please convert in Python API: =@spotcalc (today,2) It is just a function that pulls the spot date and you can input a "days to spot" parameter. That's what I need to do in python.
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:…
I have the following code to get News using keywords from the API. response = news.headlines.Definition( query="data center", date_from="01-01-1990", count=1000000 ).get_data() data_center_news = response.data.df data_center_news = data_center_news.reset_index() print(len(data_center_news)) # number of rows in the…
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.