-
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…
-
ESG Scores and Pillar Scores for M&A Target and Acquierer
HI, I am using the Eikon API in Python. I am trying to get the ESG scores of the target companies at the day of the deal announcement and the acquirer scores on the deal announcement as well as 6 months after the deal is closed. I have the following code that partially works (I am not getting the exact date as per the M&A…
-
When will ESG scores for FY 2023 be available ?
Hey, my study is focus on the Germany companies who are in the range of MDAX, DAX, TecDAX index. But now the updated ESG score data are for FY 2022. Do you know when will ESG scores for FY 2023 be available ? Thousand thanks. Shirely
-
Backend error. 400 Bad Request, ESG score retrieval
Dear Developer Community, I want to download ESG and Pillar scores for all US stocks from 2011 to 2023 on a quarterly basis via the Eikon Data API. I am using the get_data(..) function with the following specifications fields = ["TR.TRESGScore", "TR.EnvironmentPillarScore", "TR.SocialPillarScore",…
-
Using Eikon API to retrieve the filing dates of annual reports and ESG reports
I am trying to retrieve the filing dates of annual reports and ESG reports using a search query similar to https://community.developers.refinitiv.com/questions/95582/eikon-api-retrieve-annual-report-publication-date.html, and I've met several confusing issues. api_key = 'my api key' ek.set_app_key(api_key) isin_df =…
-
ESG Module - Access Denied
Hi Team, Good afternoon. May I know if ESG Module in API has additional fees/subscription? My client tried to access the module: https://cdn.refinitiv.com/public/rd-lib-python-doc/1.0.0.0/book/en/sections/content-layer/esg/esg-full-measures/get-data.html. and got access denied. May I know if what approval needs to be added…
-
Extract ESG scores based on ISIN codes
I am using Refinitiv Eikon Datastream in Excel. I want to extract the ESG scores of several companies I have collected in a sample, I have the ISIN codes belonging to those companies. How can I insert those ISIN codes in Datastream to extract the ESG scores belonging to those companies?
-
How to filter through for ETFs using the Morningstar Rating in Refinitiv (using rd.get_history)
Hello LSEG Community, I am currently collecting data on many ESG ETFs through Refinitiv workspace using rd.get_history in Python. However, I would like to know if their is a function I can use to filter ETFs that I have downloaded from Refinitiv Workspace based on their specific Morningstar Ratings. This is so I can only…
-
CODEBOOK for Datastream
Hello Team, I have a client with a query as below. I am trying to use the CODEBOOK app (CODEBK) - a development environment for financial coders with a fully hosted cloud-based kernel for Python computations, closely integrated with Refinitiv. I am currently attempting to extract Scope 1 and Scope 2 emissions based on a…