-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
I have an issue with this command
S = DataReader(["IBM", "GOOG", "SI"], "yahoo", datetime(2007,7,1), datetime(2013,6,30))['Adj Close']
The first argument must be a name, not a list, so, how did you manage to get this working? or how could I joing these three set of datas?
I = DataReader("IBM", "yahoo", datetime(2007,7,1), datetime(2013,6,30))['Adj Close']
G = DataReader("GOOG", "yahoo", datetime(2007,7,1), datetime(2013,6,30))['Adj Close']
S = DataReader(["SI", "yahoo", datetime(2007,7,1), datetime(2013,6,30))['Adj Close']
Thanks in advance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels