How do I get a ESG Score via DatatStreamDSWS ?

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


1624442755250.png

1624442788877.png

Please help

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @germain.garnier

    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:

    1624509819223.png


    ds.get_data("F:RENU",["P","MV","TRESGS","ENSCORE"],start="-2Y",kind=1, freq='M',retName=True)

    The output is:

    1624509892404.png