What is the request limit for news requests for the EIKON Desktop API (Python)?

Hi, I request the lates news (e.g. for specific RICs) through the get_news_headline() function (Python). When I received the data a new request is sent (is there a way to stream or receive push notifications on new headlines?). Unfortunately, after some time I receive a "too many requests" error and get blocked for >20k seconds.

What is the limit on those news requests and is it possible to increase this limit?

Best Answer

Answers