Eikon news vs Eikon API news

Client would like to download news via Eikon API for the "Financial Services Agency in Japan. "

On Eikon API, ek.get_news_headlines("FSA AND JAPAN") or ("FSA AND R:JP") doesn't return the same headlines with those I retrive via Eikon using "FSA AND JAPAN". May I know how I should be entering the keyword search? Appreciate for your advise.

Best Answer

  • If using NewsMonitor in the Eikon with the kyewords "FSA" AND Topic:JP

    In the Eikon Data API will require to pass double backslash to pass the query:

    headlines = ek.get_news_headlines('\\"FSA\\" AND Topic:JP')

    image

Answers