Hello,
I would like to restrict the "news headlines" returned by get_news_headlines only to the ticker I asked, would you have any tip on that ?
For example, when I do...
ek.get_news_headlines(query='R:ORAN.PA'+' AND Source:RTRS'+' AND LEN', count=100, date_from='2019-12-31', raw_output=False, debug=False)
...I find that some of the stories have several stocks tagged (for example urn:newsml:reuters.com:20200204:nL8N2A44KK:1) : what I'm looking for is essentially to restrict the results to stories where the only stock tagged is 'R:ORAN.PA'
Thanks,