Hello, I need to pull Lipper fud holdings for a list of more than 4000 RIC Instrument. I am using the code copied below, but i get Expected timeout error.
Is it possible to pull these data with only one code?
df0, err = ek.get_data(RIC_list0, ['TR.FundHoldingRIC','TR.FundHoldingName',
'TR.FundLatestFilingDate','TR.FundNumberOfShares',
'TR.FundNumberOfSharesChanged','TR.FundPercentageOfFundAssets'],
{'Endnum':'5000'})
df0