Hello
I cannot retrieve ESG Score from DSWS, I tried static and series call but I have always 'NA' as a value. But in eikon there are data
Please help
Hello
I cannot retrieve ESG Score from DSWS, I tried static and series call but I have always 'NA' as a value. But in eikon there are data
Please help
Please try this code.
ds.get_data("VOD", ["P","TRESGS","ENSCORE","CGSCORE","TRESGCGVSS", "TRESGSOCOS","TRESGCS","TRESGCCS","TRESGS", "TRESGENERS","TRESGENPIS","TRESGSOHRS", "TRESGCGBDS","TRESGSOPRS","TRESGENRRS", "TRESGCGSRS","TRESGSOWOS","TRESGSOWOS"], start="LATESTDATE",kind=0)
The output is:
ds.get_data("F:RENU",["P","MV","TRESGS","ENSCORE"],start="-2Y",kind=1, freq='M',retName=True)
The output is: