Hi. How do I get to backtest on a stock from the stock echance in Copenhagen, Denmark?
the ticker is VWS.

you can find the stock on google : "Vestas Wind Systems CPH: VWS " 

I tried in python in initialize: 

self.symbol = "VWS"
self.AddEquity(self.symbol, Resolution.Daily)

I plot it and it dosent work. It works with "SPY"

In general I would like to get european stocks and japanese ones aswell. 
Thanks :) 

Author