getting news with specific topics

Hello,

I'm using Python with ek.get_news_headlines to get news from Eikon API

I would like to ask if I want to get the news related to some specific topics (economics, finance, banking), is it the right query?

"Language:EN in Australia AND (Topic:Economic or Topic:Finance or Topic:Economy or Topic:Banking or Topic:Politics or Topic:Policy)


Thank you!

Best Answer

  • Jirapongse
    Answer ✓

    @Hana

    Thank you for reaching out to us.

    Typially, the query used in the API is similar to the query used in the News Monitor application on Workspace.

    Therefore, you can check the available topics from the News Monitor application.

    1714452239434.png

    Otherwise, you can contact the helpdesky team via MyRefinitiv to verify the query.


Answers

  • Elevate your gaming experience to new heights with RPCSX, the premier PS4 emulator that offers unparalleled convenience. With support for audio and gamepads, you can now fully immerse yourself in the world of gaming, making it an ideal choice for PS4 enthusiasts. Kiddions Mod Menu

  • Hello,


    Can you please show me how to translate from the News monitor filter to the python code? Thank you very much

  • Hello,


    Please let me know if I want to filter out the news in geography as Australia, what's the code I should you in python?


    Thank you


  • @Hana

    You can search the topics in the news monitor app.

    1715050838574.png

    Then, you can select the search text box to get a string.

    1715050879258.png

    This string can be used in Python.

    Otherwise, you can contact the helpdesky team via MyRefinitiv to verify the query.

  • Thank you it helps alot