Hi @rsharan ,
You may use the code below,
rics = ['SGRO.L', 'VOD.L', '0005HK']fields = ['TR.DividendYield', 'TR.DividendYield.date', 'TR.DividendYield.calcdate', 'TR.DividendYield.period']df, err = ek.get_data(rics, fields, {'Frq': 'M', 'SDate': '2021-01-01','EDate': '2021-08-01'})df
please note that you can check the field description or search for the field you're interested in using 'Data Item Browser' of Eikon Desktop app