Hello,
I am trying to get the ESG metrics that an refinitiv ESG score is using to python. I am basically looking at trying to get each indivudal metric into a dataframe, but not the whole score.
How would i go about doing this? I understand that i can manually write each metric i want, but my questions if there's an easier way to do it?
Here's my code currently:
etf_esg, err = ek.get_data(
instruments =['0#.OMXNLCEURGI'],
fields =['TR.TRESGResourceUseScore',],
parameters ={
'Sdate':'2010-01-01',
'Edate':'2021-01-01',
'FRQ':"Y"})
e.g. instead of getting a column with "ESGResourceUseScore" i want the metrics that this score is compiled of.