Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
18 1 0 3

Best practice news feed (polling)

Hi all,

I was wondering what would be the best practice regarding news feed polling in order to react to certain news events. Would it be fine to call the get_news_headlines function every few seconds and the backend in the worst case will limit the requests or what would be the max limit that you recommend?

Do you have some kind of subscribe to Instrument/News ticker function on your to-do list in order that the server keeps pushing new data instead of the client requesting them?

Thanks,

Best regards,

Philipp

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apinewspolling
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @p.volgger,

Thank you for your participation in the forum.

Is a reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Upvotes
Accepted
39.4k 77 11 27

I should add to Gurpreet's response that capability to retrieve streaming market data is on the roadmap for Eikon Data API. It is expected to be delivered this year. The capability to subscribe to streaming news headlines with filters however is not currently on the roadmap. It's very likely that using streaming market data capability you will be able to subscribe to RIC NFCP_UBMS, which provides streaming news headlines without any filtering. The filtering you would then need to implement yourself based on the payload of news headlines updates. Eikon COM and .NET APIs can be used to subscribe to NFCP_UBMS today.
In Eikon Data API executing get_news_headlines method is the only option to refresh the headlines. If you do it once every few seconds, that's probably OK. If you have several filters that need to be refreshed periodically you should be aware that the API proxy limits the frequency of requests to the max of 5 per second. Additional limits on data consumption may be introduced in the future.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
22k 58 14 21

Hi @p.volgger, Eikon Data API does not have streaming capability. The newly released websocket API complements the Eikon API, but requires TREP infrastructure to get data.

There are other streaming market data API's like EMA, which work with Thomson Reuters Enterprise Platform (TREP), and can be used to subscribe to MRN news feed, which seem better suited to your requirement.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.