-
Python Code in Workspace.
do you have the python code requiring the permid of all companies for which Refinitiv can provide ESG scores or data ?
-
How to Retrieve Historical ESG Ratings for M&A Target Companies in Refinitiv Eikon?
Hi all, I'm a student at the University of Amsterdam currently working on my thesis. I'm researching M&A deals and trying to gather historical ESG ratings for the target companies involved. I used DSCREENER in Refinitiv Eikon to identify relevant M&A deals from the past few years. However, I wasn't able to filter or…
-
ESG data extraction
Hi, I am extracting multiple ESG metrics for various companies from 2006 to 2024. However, I’m facing an issue: the output structure does not include a date for every company when data is missing. I would like to modify the output so that there is an entry for every date in the range for all companies, regardless of…
-
ESG Methodology (Error?)
Hi, There appears to be a typographical error in the "Environmental, Social and Governance Scores from LSEG" report published in October 2024. On page 4, the acronym "ESGC" is used, but from the context, I believe it should read "ESG", given the specified methodology. Can you confirm this? Thanks.
-
extracting permids of all companies with esg score on refinitiv
Hello, I am looking for the code to extract via the code book all the permids of companies in refinitiv for which we have esg scores, the name of those companies, and their esg score. Could you please help me ? Alex
-
ESG Data for Bachelors Thesis
Hello, i write a bachelors thesis about explainable AI with the use case ESG risk scoring. And i need a dataset/ API with ESG ratings and features like C02 consumption and so on, for a academic purpose. Can sb help? Best regards Jona
-
Can not use environmental API
I'm using a Delayed RIC license. My sales reps suggested that I ask about this problem here. I cannot use the API Playground. The error message says, "You are not permissioned to execute this method." https://api.refinitiv.com/data/environmental-social-governance/v2/universe And also I can not use vis pthon.…
-
MarketPsych ESG from DSWS API
Hello! I would like to extract MarketPsych ESG sentiment scores from Datastream DSWS API feed. Can you please provide the code? Thank you
-
Tracking ESG scores updates over time for backtesting purposes
Hello, I would like to download the time series of ESG scores, but reading your documentation about ESG data I discovered that once a ESG score is published for a given year it can be update later for the subsequent next 5 years, e.g. an ESG score for the 2022 year can be updated until 2027. Is there a way to track the…
-
Announcement Date of ESG-Score
Unfortunately, as a research assistant, I don't have access to the helpdesk, so I hope that someone here can answer my question: I want to carry out an event study and need the date on which an ESG score was published in Refintiv Eikon. The papers I have found use TRESGScore.date as the publication date, but is the ESG…
-
No Data Available for ESG Statement
Hi, I need to access ESG information on companies in S&P 500 index (e.g. ESG score, ESG controversies) for multiple years. I use the SCREENER app for that, however, the relevant columns return as NAs. Moreover, when opening an individual company profile, the ESG statement says "No Data Available." I used these exact steps…
-
Why is data not flowing in API while available in Excel for active funds?
Hi Team, We have use Code like this one: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['LP68702800','LP68611492'], fields = ['TR.ISIN', 'TR.FundName','TR.FundObjective','TR.FundRIESGEnviron','TR.FundRIESGGov','TR.FundRIESGSoc'], ) display(df) These fund RICs are active so we are curious why it…
-
Align ESG data with market data (in time).
I'm working with the EK API to get ESG data with market and fundamentals data for a company (e.g., AAPL.O). My goal is to pull fields related to price, market cap, ESG scores, and Scope 1 emissions (and other extra-financial data). I have problem aligning the dates. Here is the code I'm using: fields = [ 'TR.PriceClose',…
-
Can I get quaterly ESG data for FTSE100 as a bulk?
Can I get quaterly ESG data for FTSE100 as a bulk?
-
Filings and ESG API issue
I would like to clarify a few points. It seems the API we are requesting is not a real-time data API from exchanges. The first one is the Filings API from the following thread: https://community.developers.refinitiv.com/questions/100586/retrieving-annual-reports-using-eikon-api.html. Below is the screenshot of the response…