My client is currently trying out the codebook + API (which are extremely nice by the way) and she is running through a weird observation: The week+2 and week+3 show very weird “HIGH” prices that I do not find were traded on the market at the timestamp thy should be. For rolling c2 and c3 RIC codes, is there something…
Please check we are getting error using the below code. import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['.JTOPI'], fields = ['TR.IndexJLConstituentRIC.change'] ) display(df)
Dear all, I get an error when I try to run a screen in Python on CodeBook. I start with the example ,ipynb file provided (titled "Access__Screeners_And_Peers.ipynb") To get the screen I want, I follow the explanations on the Developers portal: I use the screener function on the Workspace desktop app (no error), then I…
TCS.NS - Q1 FY26 financials period 06/30/2025 already updated in terminal but the EPS data is not updated in the eikon api (last value is still Q4 FY25). Can you please tell why the field TR.DillutedEpsExclExtra is not giving the latest numbers even when the quarterly financials have been updated.
I am currently experimenting with Eikon Data API (or “The Data Library”) via Python. Do you know a way to have multiple sessions open? When I run my Python script, I always have to close my running instance of LSEG-Workspace or the code won’t proceed (Python Code and Workspace running on the same machine). It would even be…
I'm not able to download date using this code. This was possible a couple of months ago. importrefinitiv.data as rd rd.open_session() st="JPUSTOSR21M=TTKL" dt1="2025-07-06" dt2="2025-07-09" start_dt = dt1 +"T00:00:00" end_dt = dt2 +"T20:59:59" df =rd.get_history(st, fields=['BID','ASK'], interval="tick", start =start_dt,…
Hi team, when I tried to access, it shows as bellow: May I ask what product we have to include in our subscription to access news about agriculture product as well as general equities. Many thanks,
Attached is the script with two parts of my code. The first part is the download portion, and the second part structures that download into blocks. I also attach an image showing the point in the code where the "fund_features_son" matrix exhibits the 3 scenarios I mentioned: It downloads all the information on the assets…
Hi team, raising the case on behalf of client. ** REMOVED ** Query : I was wondering if you could help me find a data item to use with CODEBK? From our Dashboard we have a chart which shows for a portfolio the "% Change - Top/Bottom 10 Securities" which shows the current daily % change or as of last close I believe. I was…
It looks like you're new here. Sign in or register to get started.