I want to get 'Exact Match' news headlines with get_news_headlines function.
For example, following code has no returns
# import eikon as ek
# ek.get_news_headlines(query='BOJ offers to buy')
(We can find news headlines including this query on Eikon desktop)
Are there any grammar of query to recognize strings without interpretation?