evancrow / stock-analyzer

Application with ML model that can predict if a stocks price will 📈 or 📉
1 stars 0 forks source link

Download Data for Stock/ETF #2

Closed ghost closed 3 years ago

ghost commented 3 years ago

Using the provider found in #1, download some data for a specific ticker (e.g. AAPL) or for an ETF (e.g. SPY).

ghost commented 3 years ago

https://github.com/WillKoehrsen/Data-Analysis/tree/master/stocker

ghost commented 3 years ago

Everyone should download https://www.anaconda.com/products/individual, and then in terminal conda install quandl numpy pandas matplotlib pystan. (From this repo)