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