Hello, I use AWS and got the error message when run the python code: import eikon as ek print (ek.__version__) ek.set_app_key("73c") Error message: 2024-04-23 15:26:44,018 P[2056] [MainThread 20712] Error on handshake url http://127.0.0.1:9060/api/handshake : EikonError(1, 'Status code 400: App key is incorrect') 1.1.18…
Hello, I'm using Python with ek.get_news_headlines to get news from Eikon API I would like to ask if I want to get the news related to some specific topics (economics, finance, banking), is it the right query? "Language:EN in Australia AND (Topic:Economic or Topic:Finance or Topic:Economy or Topic:Banking or Topic:Politics…
How can I get the Actual as well as the Poll data for 'USJOB=ECI' that comes every week? Though I tried it this way (code snippet attached below), I'm only getting the Actual data, and not the Poll data. import refinitiv.data as rd rd.open_session() df=rd.get_history( universe='USJOB=ECI', start='2011-01-01',…
Client has access to CODEBK (and he uses that for accessing financial data). However, he does not to seem to have access to filings data via Codebook. This is strange, given that he does have access to filings data via Advanced Filing Search (ADVFIL). He does already have the code in CodeBook, but do not get any output…
Hello, When we run the following get_data query in Python using one login, we receive data but with another login no data comes up: rd.get_data('0005.HK', fields=['CF_CLOSE', 'CF_CURR', 'CF_BID', 'CF_ASK']) Support team has no idea why this is the case and suggested to ask here. Anyone has any idea why? Thanks in advance!
Hi, I have downloaded data from around 30 countries and noticed that many funds (more than 30,000) are missing their Asset Universe information Here are the Lipper IDs of some of these funds: 402350604023506140209231402092394020924240209238402092494020925640209257402092514003959940039600 Is there an alternative way to…
Is it possible to retrieve power intraday price forecast by Eikon API? For example, I can manually download the .csv file from power intraday price forecast for Germany from the app, but I would to retrieve by API.
hello, for many symbols, for one example, CUSIP 094235108 DIB shows data for: 'TR.PriceTargetMedian', 'TR.PriceTargetMean', 'TR.PriceTargetNumIncEstimates', but when i pull the data with rd.get_data in python, all three return <NA>. is there a difference in pulling via CUSIP as i do in rd.get_data vs how Eikon converts the…
Hello, I have access to Refinitiv Workspace. Could you advise how to open the equivalent of API Proxy? I can’t even log into the API proxy. When I try log in, nothing happens. when I exit, the following message comes up. I need this set up for Workspace. Thanks
(429 Too Many Requests) I have not been able to use the API for 4 days since this error message - is this not far too long?
It looks like you're new here. Sign in or register to get started.