Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to work with pyfolio integration #403

Open
Akshat111111 opened this issue Nov 7, 2023 · 0 comments
Open

Unable to work with pyfolio integration #403

Akshat111111 opened this issue Nov 7, 2023 · 0 comments

Comments

@Akshat111111
Copy link

Problem Description

/usr/local/lib/python3.10/dist-packages/pandas_datareader/data.py in DataReader(name, data_source, start, end, retry_count, pause, session, api_key)
365 if data_source not in expected_source:
366 msg = "data_source=%r is not implemented" % data_source
--> 367 raise NotImplementedError(msg)
368
369 if data_source == "yahoo":

NotImplementedError: data_source='AAP' is not implemented

CODE

import pandas_datareader.data as web
pan = web.DataReader(tickers, "AAP", datetime.datetime(2015, 1, 1), datetime.datetime(2017, 1, 1))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant