I am looking for a way to use the get_news_headlines function within a python script via the Eikon/LSEG-Data API, in a way that the query will only return results which are classified as breaking news, such as the example in the attached screenshot.
Currently my function call looks like this:
ek.get_news_headlines(query="(Topic:MRG or Source:DRUDIS or Report:DEALS) and Language:LEN", count=100, date_from=start_date, date_to=end_date)
and I'm looking for a way to extend it, such that the function outputs are only breaking news headlines.