Looking to get subjects and sentiment for a news article using Eikon python api

It is straightforward to obtain news headlines, but I'm having trouble obtaining anything but the story HTML using get_news_story.

How can we get the RIC codes (and confidences) associated with that news story. Also I'd like to get the relevance, sentiment, novelty and volume for a given storyID

I'm using this API https://docs-developers.thomsonreuters.com/1547561596860/14684/book/en/index.html
But I'm open to creating my own JSON query if it will get me the data that I need.

Best Answer

  • @lansey headlines and story text are the only two options that are currently available, unfortunately. I will refer this to the product manager.

Answers