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!
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,…
How far back in time is it possible to get news stories with an API using Python in Refinitiv workspace? Even though I set a 3 month period, the retrieved news barely cover one month? Do I need to change anything in the settings? I use this Python function: import_news = ld.news.get_headlines('ECB AND Language:LEN AND…
Hello, I'm working with the Eikon API via Python and am trying to obtain the associated list of the top 20 countries that are associated with the 20 countries returned by the "Country of Risk Revenue Fraction" data item. The code below gives me the list of revenue fractions, but not the countries themselves to compare with…
The data items "TR.IndexJLConstituentituentChange", "TR.IndexJLConstituentRIC", "TR.IndexJLConstituentName" now return "LDError: Unable to resolve all requested identifiers in ['.FTSE']" in the Python API. ld.get_history( universe=[".FTSE"], fields=[ "TR.IndexJLConstituentituentChange", "TR.IndexJLConstituentRIC",…
The eikon apis repeatedly show "Error code 429 | Client Error: Too many requests, please try again later." even for simple queries. How can we fix this? Attaching screenshot.
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…
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…
It looks like you're new here. Sign in or register to get started.