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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

How to get breaking news for Gold commodity from Eikon news monitor using API?

I am trying to fetch breaking news for Gold commodity with below query:

df = ek.get_news_headlines("GOLM AND Language:LEN AND ( Topic:SIGNWS OR Topic:PRESSR ) AND ( Source:RTRS )",count=10)

However I'm not sure how to include the code for breaking news alerts. Can someone please help?

eikoneikon-data-apipythonnews
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.

1 Answer

Upvotes
Accepted
58.4k 161 45 65

@kriti.grover1

You can contact the Eikon support team directly via MyRefinitv and ask for the query that can be used in the Eikon News Monitor to retrieve the required news.

After getting the query, you can use it with the get_news_headlines method in Eikon Data API.


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.