robertmartin8 / MachineLearningStocks

Using python and scikit-learn to make stock predictions
MIT License
1.74k stars 506 forks source link

Fix the stock data parser #2

Closed robertmartin8 closed 6 years ago

robertmartin8 commented 6 years ago

When I first built this project, I retrieved my stock data from Quandl. However, this was about 2-3 years ago, so the API has changed considerably. As such, I strongly suspect that this code is broken (though I haven't tested it lately).

In any case, Quandl may not be the best datasource: I am keen to instead use pandas-datareader with the yahoo-finance fix (https://github.com/ranaroussi/fix-yahoo-finance).