Hi,
I am trying to download ownership data using following code:
df, err= ek.get_data('AAPL.O', ['TR.PctOfSharesOutHeld','TR.InvestorFullName','TR.InvParentType','TR.InvestorType','TR.InvInvestmentStyleCode','TR.InvInvmtOrientation','TR.InvAddrCountry', 'TR.InvestorFullName.periodenddate'], {'SDate':0,'EDate':-10, 'Frq':'FQ'})
I get following output:
Can you please help me with this error.