Hi,
I'm trying to run the following Eikon code as I do every week and I'm getting a gateway timeout error. Any suggestions?
f1 = pd.DataFrame()
RIC_List
for ric in RIC_List:
q='R:'+ ric + ' AND Topic:DEAL1 AND Language:LEN'
#print(q)
df = ek.get_news_headlines(q,count=25, date_from='2023-10-27', date_to='2023-11-03')
df1 = df1.append(df)