I was downloading market cap information across countries using the line below: TR.F.MktCap(SDate=0,EDate=-25,Period=FY2025,Frq=FY)
However, some RICs provide repeated information and too many rows. The above linenormally provides 26 rows as per 26 years, however for 'SIG.AX' for example, it returns 50 rows with half of the values being duplicates.
This only happens when using the lseg.data python library and not when retrieving the data using excel.
Can someone explain how this works? How can I reliably retrieve TR.F.MktCap using python?
ld.get_data(['SIG.AX'], "TR.F.MktCap(SDate=0,EDate=-25,Period=FY2025,Frq=FY)")