The most recent content from our members.
I'm using the LSEG Data API in Python but am not able to find anywhere the actual documentation for the use of Chain objects. The most I've gotten from the help chat was to grab constituents using .constituents, but what are the other object attributes and how can yo u add parameters to Chain calls to get constituents or…
Hi, When trying to get historical data for SPX, get_history and get_data returns data using tickers of the current constituents and not of the constituents at the requested time. For instance, ld.get_history(universe=[f"0#.SPX"], fields=["TR.PriceClose"], parameters={"SDATE":"2011-02-01"}) returns the price closes of the…
Hello All, I'm using the TRTH API "Search/HistoricalChainResolution" to retrieve resolved RICs for the Heating Oil futures chain (0#HO-1M:). However, I'm noticing that the resolved RICs sometimes appear incorrectly formatted. Query Details: Chain RIC: 0#HO-1M: Start Time: datetime(1996, 1, 1, 0, 0, 0, 0, tzinfo=None) End…
Hi team, I am from the Customer Support - Specialist and I am assisting a client in getting historical curve 0#NOKZ=R for a specific date. Initially I provided this code: import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open()…
It looks like you're new here. Sign in or register to get started.