Hello,
Is there a possibility that the weights of the individual pillars can be retrieved via the API?
For e.g.:
fields = ['TR.EnvironmentPillarScoreGrade.date', 'TR.EnvironmentPillarScoreGrade']
# how to retrieve `Weight` (in this case: 13.9%)
# fields += ['TR.EnvironmentPillarScoreGradeWeight'] # does not exist
df, err = ek.get_data(
instruments = ['MSFT.OQ'], fields = fields,
parameters = {'SDate':'0Y', 'EDate':f'-2Y'}
)
Unfortunetaly, I can not retrieve a variable such as `'TR.EnvironmentPillarScoreGradeWeight'`. I did not find any relatable data-item it in the Item Browser either.
Could these variables possibly be integrated or does a "work-around" exist?
Best,