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
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.

hi @kriti.grover1 ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text on the left side of the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

@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.

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.