hie, we usually pull the news story id using python via the refinitive API. but recently we have noticed that, we are not able to pull the latest news. for example, if we try to pull data from 12/01/2026 09:00:00 till 12/01/2026 21:00:00, and run the code at 12/01/2026 21:00:00, the latest data we get is only till…
I am trying to access historical bid/ask prices for a list of RICs (bonds). I am querying them in batches of 500 RICs at a time. Some batches return an error code -1 with the message 'headers'. When this occurs, the entire batch is treated as invalid, and none of the observations from that batch are returned. For example,…
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?
It looks like you're new here. Sign in or register to get started.