Hi,
I am trying to retrieve institutional ownership data, split into the information whether it is foreign or domestic. I was trying
data, error = get_data("IBM", fields=list(TR.SharesHeld(InvestorCountryPermId=100114).date','TR.SharesHeld(InvestorCountryPermId=100114)'), parameters=list('StatType'=1,'SDate'='2020-12-31'))
but this does not work. Is there any other convenient solution?
Many thanks.