Hi team, I tried follow this continuation rics rule, I believe Corn futures continuation on open interest should be Coi? I could not find it … not sure if i misunderstand something. Many thanks for help,
If I want to get a list of all U.S. stocks, how should I do it? I tried using: cond = 'IN(TR.ExchangeCountryCode,US)' each_req = "SCREEN(U(IN(Equity(active,public)))/*UNV:Public*/, " + cond + ",…
Hi team, df = ld.get_data('CK25^2', fields = [f'TR.SETTLEMENTPRICE(SDate={"2025-1-3"})'] ) also, if i run it again it returns correct results any solutions for this? Many thanks!
Hello Team, Client is using Codebook and has asked the below query. I need to know how to get news historical news headlines for specific companies. The following script only gets me 2 years worth of headlines. I need a much longer history to backtest my sentiment analysis. import refinitiv.data as rd from…
Previously, I could use ld.get_history to fetch 'OPEN_PRC', 'HIGH_1', 'LOW_1', and 'BID', but now I can only get 'BID' data. Why is that?
Getting different results when fetching Prices using python code via the Fundamental and Reference module available under content layer in lseg.data, for the same params. What is going wrong? Please help in getting consistent and correct results. API used →…
I am trying to run the code below but I'm only getting blank result or a black square as a result: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'FDBc1' ] , fields = [ 'CF_CLOSE', 'CF_VOLUME', 'HST_CLOSE', 'HST_VOLUME' ] ) display(df) and import refinitiv.data as rd rd.open_session() df =…
May I know is there a validation process on the pricing templates in the codebook? (e.g. FX forward, FX option, etc.)
I'm using the Python API. I'm looking to fetch a boolean whether ETF tracks an index or not. Tried ld.get_data(universe=['XLE'], fields=[ 'Index Tracking' ])
In Codebook, the Python commands import refinitiv.data as dl dl.open_session() RICs=['MMM.N','BAG.L','AOS.N','AAON.OQ','ABDP.L','ABT.N','ABSO.ST','ACN.N','ARBN.AS','ADSGn.DE','ADBE.OQ','ADYEN.AS','ABNB.OQ','ALRM.OQ']…
It looks like you're new here. Sign in or register to get started.