I retrieved the ESG Score using the get_data API for Apple and Abu Dhabi Commercial Bank for 2016. Below the code used:
data = ek.get_data(ISIN, "TR.TRESGScoreGrade(Period=FY-2)")
where ISIN is either the one of Apple or ADCB.
Comparing what I got with the terminal data and also the excel one, I noticed that for Apple the data is consistent while for ADCB the retrieved data s referred to 2015.
Is this an error of the API? Or there are some differences among companies?
Thank you.
Andreas