I am getting this error. I've tried using a new API key but it isn't being resolved: 2025-08-05 11:51:37,203 P[50440] [MainThread 14636] Error on handshake url http://127.0.0.1:9000/api/handshake : EikonError(1, 'Status code 400: App key is incorrect')
I tried to get the Holiday List using Eikon API in Python but no help, can we get in Python pandas dataframe so that we can use it and play with it ? Please see attached my query in python script.
Running this scripts import refinitiv.data as rd rd.open_session() rd.get_history(universe=["pUSCPNY=E","pUSCPNY=M","pUSCPNY=L","pUSCPNY=H"],interval="quarterly",start="2022-01-31",end="2025-12-31") But I am looking for The poll_date for the economic indicator forecasts, which is not displayed below after running the code.…
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…
It looks like you're new here. Sign in or register to get started.