etai83 / lstm_stock_prediction

This is an LSTM stock prediction using Tensorflow with Keras on top.
231 stars 155 forks source link

The URL is apparently dead #2

Open CDR7 opened 7 years ago

CDR7 commented 7 years ago

The yahoo finance URL referenced here appears to be dead.

http://chart.finance.yahoo.com/table.csv?s=GOOGL&a=11&b=15&c=2011&d=29&e=10&f=2016&g=d&ignore=.csv

deanshub commented 7 years ago

you can change it to:

'http://www.google.com/finance/historical?q={0}&startdate=Jan+01%2C+2000&output=csv'.format(stock_name)
zhoubaobin commented 6 years ago

hello, it seems all the URL to be dead. Could you provide me the data? thank you.

etai83 commented 6 years ago

You are welcome to use alphavantage service. They are providing free data and analysis