Stock Prices


Downloading historical data from Yahoo! Finance

URL format:

http://chart.yahoo.com/table.csv?s=<ticker>&a=<month>&b=<day>&c=<year>&d=<month>&e=<day>&f=<year>&g=<interval>&q=q&y=0&z=<ticker>&x=.csv

<interval>

d => daily

w => weekly

m => monthly

v => dividends for period


Use "wget -O <filename> http://chart.yahoo.com/..." to retrieve data.



Copyright (c) 2001 HLR
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1; A copy of the license is available at http://www.gnu.org/licenses/licenses.html#FDL.

Updated: $Id: StockPrices.html,v 1.1.1.1 2001/08/09 19:02:56 moreejt Exp $