For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Hello,
I'm running the following code to download headline news but suddenly it stop working:
import eikon as ek
ek.set_app_key('my key')
df = ek.get_news_headlines('( Topic:NEWS1 OR Topic:TOP3P ) NOT ( Topic:TOPALL OR Topic:TOPNP OR Product:RITV OR Topic:OPT OR Report:US/EARN OR Report:EUR/EARN OR Topic:FBOX OR Topic:AAA OR Topic:TAL OR Topic:DIARY OR Topic:RCH OR Topic:CLM OR Topic:VEN OR Topic:ADVS ) AND Language:LEN', count=100)
start_date="2021-04-01",
end_date="2021-04-02"
I'm getting the following error : Server Error: {"code":500,"message":"connect ECONNREFUSED 159.220.1.19:443","statusMessage":"Internal Server Error"}
I'm running the code in spyder 3.6 and Eikon API Version 1.1.8
Can you please help me fix it?
thanks
Giorgio
Hi @giorgio.abate,
I tried your example request now and was able to retrieve data successfully. Can you confirm whether this request fails every time, or intermittently? Also, you included 2 dates in your question - I'm not clear where this fits in - they are not part of your query.
Regarding the error, this is coming from the server and we have observed there are intermittent issues - whether the server goes offline. You can look at this answer (and others on this forum): https://community.developers.refinitiv.com/questions/55238/get-data-internal-server-error.html
Hello @giorgio.abate,
There appears to be no issue with your code.
Do you continue facing error 500?
Is it consistently reproducing?
Were there changes in your organization's network or firewall setup that might have contributed to the failure to establish connectivity?
You may find information in this previous discussion thread helpful.