Skip to content
Prev 4445 / 15274 Next

Earliest available data on yahoo to download

Assuming you are using quantmod, try the from argument. For example:

getSymbols("^AORD", from="2000-01-01")

will retrieve data going back to 2000 from yahoo while

getSymbols("^AORD")

defaults to just retrieving data from the last two years.

Sean.
On Thu, Jul 2, 2009 at 11:53 AM, Joshua Ulrich<josh.m.ulrich at gmail.com> wrote: