Hello,
I was using Eikon's Python API to pull news data and I found that the result from the API is not consistent. When I pull news from the source NS:RTRS, there will be a <p class='tr-slugline'> in which contains the keywords of the news. The problem is the news pulled using get_news_story don't have consistent result on that tag.
E.g. When I pulled the data from news about protest in Paris, the keywords in Eikon Desktop showed FRANCE-PROTESTS/VIOLENCE. But when I pulled the news via Python API, it showed either FRANCE-PROTESTS/VIOLENCE or BC-WORLD or BC-AMERICA.
Could this be possible bug? Or is there any alternative to get these keywords with consistent results?