We need ESG scores of Mutual Funds and ETFs through the Python API. The below code works fine for stocks but throws 'NA' values for ETFs and Mutual funds but it is available in the Eikon Desktop App
1. How can I get the ESG score for MFs and ETFs?2. How to get Dividend Payment frequency (Monthly, Annually, Quarterly) for Mutual funds as different mutual funds have different frequencies. Since Dividend yield is not available for Mutual Funds, dividend payment, and its frequency is important for us to calculate the Dividend yield or is there any way to get the dividend yield directly for mutual funds?
Python code:
ek.get_data(['LP40201529','LP40193047','LP40195883','LP40196763'],fields = ['TR.TRESGScore','TR.CompanyName','TR.TickerSymbol','TR.FundDividendPayment','TR.DividendFrequency','TR.FundNAV.Date','TR.FundNAV'])