Skip to content

DataReader #4

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions