Hello, I am using the LSEG Python SDK and issuing option chain requests like: from lseg.data.discovery import Chain chain_obj = Chain("0#BOF27+") summary = chain_obj.summary_links Until a couple of days ago, for this exact call: Chain("0#BOF27+").summary_links[0] the returned value was: BOF27 Now, with no changes to my…
Client Query I am trying to get open interest data from the get_eikon_timeseries API. Open interest at settles, need it for August 2025, not sure which field to use to extract that from python Provided resolution below import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['LGOc1'], fields =…
I can retrieve historical financial statement data with refinitive.data.get_history funciton by specifying universe with oa_org_permid from DataScope bankloan database. However, for a public company like Alphabet, using the parent company's PermId returns nothing, while using GOOG.O can retrieve all the financial data. The…
LDError Traceback (most recent call last) Cell In[4], line 1 ----> 1 df = ld.get_data( 2 universe = ['ORAN.PA'], 3 fields = ['TR.CompanyName', 'TR.InvestorFullName', 'TR.InvParentType', 'TR.InvestorType', 4 'TR.InvInvestmentStyleCode','TR.SharesHeld', 'TR.PctOfSharesOutHeld', 5 'TR.InvestorAddrCity', 'TR.InvAddrCountry' 6…
Hi Team, Good day. Query: The client is currently using the code below. However, their universe contains approximately 1,000 to 1,500 RICs, and adding each RIC manually into the universe list is time‑consuming. Is there a way where an Excel file is uploaded in code book and the RICs are automatically ingested into the code…
Is there a way I can pull a list of all the individual contract codes from a Chain RIC for commodity contract?
This is additional question: I found out that the issue is from my language setting, and the turnover column is blank(which may not have data for HSIc1), however, it will show Request Validation Error when I use the TR.OPENINTEREST which can show number in formula builder. Otherwise, since I cannot find BID_NUMMOV in…
I tried ld.get_data(['.DXY','.SPX'], fields=['TR.Close.date','TR.Volume'],parameters={ 'SDate': '2025-12-01', 'EDate': '2025-12-31', 'Frq':'D' }) but didn't return any data
It looks like you're new here. Sign in or register to get started.