I currently use the following and understand it is being retired. What is my best option to pull news in python that also links to articles? rd.news.get_story('urn:newsml:newswire.refinitiv.com:20171029:nTOPNEWS:552851')
Hi @sureshbabu ,
Please contact the helpdesk team via LSEG Support and ask for the news query used to retrieve the required news. Then, you can use the same news query with the Python code. Here's the example code of retrieving news with LSEG Data Library Example.DataLibrary.Python/Examples/1-Access/EX-1.01.05-News.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub
Moreover, the Python can also access the top news, as mentioned in this Getting Top News Energy Headlines and Stories using LSEG Data Library for Python article.
Please include the URL of this discussion in your raised question to prevent it from being redirected back to this Q&A forum. Plus, as RD library (refinitiv.data) is considered feature complete, please consider using LD library (lseg.data) instead. Currently there's no huge change between them, you can still use the same code to retrieve the data. More detail can be found at Essential Guide to the Data Libraries - Generations of Python library (EDAPI, RDP, RD, LD) | Developer Community