-
Notifications
You must be signed in to change notification settings - Fork 683
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
META: Stock data sources & caching #454
Comments
Zipline only supports backtesting now. |
Obviously would be great to get new data connectors. I'm also happy for this section of the docs to be expanded. https://github.com/pydata/pandas-datareader/blob/master/docs/source/see-also.rst#alpha-vantage |
👍 I updated this issue description w/ Barchart, see-also.rst, and awesome-quant#data-sources. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Yahoo and Google Finance APIs deprecated/broken/unstable, what are some good sources for free stock/security/currency data?
https://github.com/pydata/pandas-datareader/blob/master/docs/source/see-also.rst
A table with columns for frequency and historical start datetime might be helpful.
Zipline and Catalyst support a separate data ingestion step which downloads the data once:
https://github.com/quantopian/zipline/blob/master/zipline/data/
https://github.com/enigmampc/catalyst/tree/master/catalyst/data
Is there a recommended way to handle caching?
The text was updated successfully, but these errors were encountered: