lilianweng / stock-rnn

Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
https://lilianweng.github.io/lil-log
1.72k stars 656 forks source link

Data is not downloading(Fix) #7

Closed flyingabove closed 6 years ago

flyingabove commented 6 years ago

Please change url in data_fetcher from

https://**www**.google.com/finance/historical?.... to https://**finance**.google.com/finance/historical?....

Thanks

lilianweng commented 6 years ago

Awesome! 👍 Thank you for flagging this change. I've updated the code + README accordingly