Seems like it should be a simple problem. I'm using Matlab to build a stock database and analyses toolkit.
I'm using Matlab functions to get a table of data, using a URL like the following:
http://ichart.finance.yahoo.com/table.csv?s=aapl&a=00&b=01&c=2011&d=03&e=04&f=&ignore=.csv
That works just fine to get standard stats (open, close, volume, ect). I can't figure out how to add other yahoo finance stats though like moving averages. Can I modify the above URL to add other stats to the download? Or is there a way to modify a single quote query to include a date? I'm trying to modify the url below to no avail.
http://finance.yahoo.com/d/quotes.csv?s=aapl&f=m4m3
Thanks for the help!