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?

Best Answer

  • Jirapongse
    Answer ✓

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