BenjiKCF / Neural-Net-with-Financial-Time-Series-Data

This solution presents an accessible, non-trivial example of machine learning (Deep learning) with financial time series using TensorFlow
752 stars 312 forks source link

Download data! The URL Unable to read #1

Closed HannaRiver closed 7 years ago

HannaRiver commented 7 years ago

Unable to read URL: http://ichart.finance.yahoo.com/table.csv?f=2017&e=3&a=0&s=%5EGSPC&d=5&c=1950&b=1&g=d&ignore=.csv

BenjiKCF commented 7 years ago

Hi Hanna, pandas datareader is currently unusable. I recommend switching to the alternative Quandl to download stock data. This is an example of my code working with Quandl. https://github.com/BenjiKCF/Neural-Network-with-Financial-Time-Series-Data/blob/master/LSTM_Stock_prediction_20170528(Quandl).ipynb