To my understanding, the following only gives me the volume being traded in Canada:
df, err = ek.get_data(['AC.TO'],
["TR.PriceClose.date",
"TR.PriceClose",
"TR.Volume"],
{'SDate':"2019-07-01", 'EDate':"2019-07-08",'Frq':'D'})
Is there a way I can get the trading volume on other exchanges as well? I have a list of about 200+ companies. Thanks