Hi I'm trying to replicate a search I complete using the Eikon News Monitor. Below is the code I use in the search bar when completing the search.
Topic:GB AND "restatement"
The issue I am having is that in the News Monitor, I change the Search Mode from 'Headlines' to 'Headline & Story Text' which I am unsure how to do using Eikon API.
I'm currently using the following code
ek.get_news_headlines('Topic:GB AND restatement',
date_from='2024-03-11',
date_to='2024-03-17',
count=100)