Hello,
I am looking for a way to download ESG news for all S&P 500 companies using the Refinitiv Data Platform (RDP) API or the Eikon API. My goal is to retrieve articles, headlines, and any relevant information related to sustainability, governance, and ESG criteria for the companies in the index.
Specific Questions:
- Which RDP API endpoints or functions can I use to extract ESG news for multiple companies?
- Is it possible to obtain the data in a structured format (e.g., JSON, CSV) that includes date, source, and ESG scorefor each news article?
- Is there a way to filter news by specific ESG topics (e.g., "climate change," "corporate governance")?
- Are there any limitations on the number of companies or articles that can be retrieved per request?
Usage Context:
- I have access to Refinitiv RDP with permissions for ESG data and news.
- I am working with Python and the
refinitiv.data
library.