How to download yahoo historical stock data into xls. format via matlab?
Posted
by
Noob_1
on Stack Overflow
See other posts from Stack Overflow
or by Noob_1
Published on 2011-11-22T17:46:10Z
Indexed on
2011/11/22
17:50 UTC
Read the original article
Hit count: 180
I have an xls sheet called Tickers (matrix 1 column 500 rows) with yahoo tickers. I want matlab to download the historical data for last 5 years for each stock ticker into a separate xls spreadsheet and save it in a given directory with title of the sheet = ticker. So that means i want a code that will create and save 500 tickers worth of data in 500 separate spreadhseets :) can anyone help or direct?
© Stack Overflow or respective owner