Hello, I need help with the news APIs for Python, please.
I have checked Eikon Data API, Refinitiv Data Library for Python, and the Codebook examples, but I am not finding in the details I need, as they stay at a very high level.
- How to retrieve news building more elaborate queries such as using Topics and filters? The ultimate goal is to replicate the results from News Monitor. Ex: Language:LEN AND Source:RTRS AND ( "davos" OR "WEF" OR "World Economic Forum" ) NOT "take a look" NOT Topic:VID NOT AA NOT Topic:VEN NOT Topic:CMPNY NOT ( Product:RITV OR Product:RCNBC OR Product:LCNBC )
- How to retrieve news stories/headlines querying based on the “story text” and not just the headline?
- For a given storyId, how to retrieve associated attributes or metadata? Ex. I’d like to retrieve its associated region/country, associated topics, associated RICs, etc.
Thanks