Hi guys,
I have a list of delisted companies that I got with the Deal Screener. It looks like this:
For these companies I would like to know the ownership structure before the delisting announcement date (for a specific date!). The problem I have is as follows. I can add the ticker, but if I want to use something like
ek.get_data('AC.TO',['TR.InvestorFullName','TR.PctOfSharesOutHeld','TR.SharesHeld','TR.HoldingsDate','TR.SharesHeldChange'],{'SDate':'2019-04-01','EndNum':'30'})
Adding the target ticker variable in there is not enough to extract the data. What identifier would you advise me to use and how do you download the ownership data? I basicaly need Information on the Shares Held of the biggest shareholders of a company for a specific Date.
Thanks alot!