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

DOC: Stock data APIs #1

Open
westurner opened this issue Sep 29, 2018 · 0 comments
Open

DOC: Stock data APIs #1

westurner opened this issue Sep 29, 2018 · 0 comments

Comments

@westurner
Copy link
Member

westurner commented Sep 29, 2018

From https://www.reddit.com/r/Python/comments/7zxptg/pulling_stock_market_data_yahoo_and_google_dont/dus01vk/ :

"""
pydata/pandas-datareader has a number of financial data sources: https://github.com/pydata/pandas-datareader

pydata/pandas-datareader#454

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?

[...]
"""

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