So I'm trying to use InteractiveTradingChart, however, not a single example from the documentation page is working. 
 
InteractiveTradingChart[{"GOOGL", {{2009, 1, 1}, {2009, 12, 31}}}]
Just throws a bunch of errors, most notably:
 
 TimeSeries::invstrct: The data TemporalData[TimeSeries,{<<1>>},True,11.1] is not a structurally valid TemporalData object. InteractiveTradingChart::ldata: {GOOGL,{{2009,1,1},{2009,12,31}}} is not a valid dataset or list of datasets.
 
So what's the problem? any help appreciated.
Thanks