tencia / stocks_rnn

Stock price prediction with LSTMs in TensorFlow
Apache License 2.0
443 stars 192 forks source link

Where could I find the file 'data/dow30.csv'? #3

Open areschen2015 opened 7 years ago

areschen2015 commented 7 years ago

thanks!

junorouse commented 7 years ago

you can download on yahoo finance. samsung data

click download csv

areschen2015 commented 7 years ago

I do NOT mean the stocks data which could be downloaded on yahoo finance. I mean the configuration file in the source file 'config.py', at line 3: names_file = 'data/dow30.csv' thanks all the same!

junorouse commented 7 years ago

I think readme leads to download data from yahoo.

Downloads adjusted daily returns of a configurable date range and set of stocks from Yahoo Finance, concatenates them all into a long sequence, and trains an LSTM to predict future returns based on the sequence of past returns.

But I don't know why author didn't contain that file.

hhuhhu commented 7 years ago

stocks_list = ['NKE', 'AXP', 'BA', 'C', 'CAT', 'DD', 'DIS', 'GE', 'CSCO', 'HD', 'CVX', 'V', 'IBM', 'INTC', 'JNJ', 'JPM', 'KO', 'MCD', 'MMM', 'GS', 'MRK', 'MSFT', 'PFE', 'PG', 'AAPL', 'UTX', 'VZ', 'WMT', 'XOM', 'TRV'] this is the dow30 stocklist,you can have this