CSR Reporting

Hi,

The TR.CSRReporting variable tell us whether or not a companies published a CSR report in a given year. I was wondering, is there a place where I can find the link to these reports. I would like to have more information and see the actual reports

Best Answer

  • @sc11214 Please try the following - I did this for an index CAC-40 for 3 years but you could try with one company RIC for one year say - anyways the parameters are all there for you to tailor.

    df, err= ek.get_data('0#.FCHI',['TR.CSRReporting.esgsourcedate',
                                    'TR.CSRReporting.esgsourceurl'],
                        parameters={'SDate': 'FY0','EDate':'FY-2','AddSource':'True'})
    df

    1636627393696.png

    I hope this can help.

Answers