headlines_response = news.headlines.Definition( query = "fixed income AND euro zone AND LEN", date_from = "2026-04-13T14:00:00", date_to = "2026-04-14T08:15:00", count = 100 ).get_data()
- Is there a way to filter for “government bond yield”? as the filter I am currently using, fixed income, is returning some news article which are not really in line with fixed income.
- Is there a way to filter to keep only the last version of a news articles? As sometimes the same news is repeated multiple times when I retrieve it.