Skip to content

Yahoo Options -Pandas datareader error: RemoteDataError: Data not available (pandas 17.1) #192

Closed
@Slimdog588

Description

@Slimdog588

It works for a few tickers then crashes and gives the error above. Any help is appreciated.

Here is the code.

for i in tickers.index:
    option = Options(i,'yahoo')
    data = option.get_all_data()
    print data.head

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions