Hi,
I am reading the research article: How to integrate ESG data into investment decisions.
I do not understand:
df,err = ek.get_data('{}{}({}-01-01)'.format('0#', index, year), fields=['TR.TRESGScore'], parameters={'SDate': '{}-01-01'.format(year), 'Period': 'FY0'})
https://developers.refinitiv.com/en/article-catalog/article/how-integrate-esg-data-investment-decisions
We do not define the "year" before. How to understand the year in this code? When I run the code, python reports errors.
Thanks