I'm currently using the the following query:
headlines = ek.get_news_headlines('R:EQNR.OL and Language:LEN', date_from='2018-08-21T00:00:00', date_to='2018-09-21T12:00:00', count=15)
but would like to specify which news sources to include. Is there any way to do this?
or more conveniently, translate query filter made in eikon newsroom to api calls?