Skip to content
Prev 3231 / 15274 Next

Gaps in time for yahoo historical quotes?

Marc,

In terms of data you get what you pay for.

even then...  :)

If you want, quantmod's getSymbols can fetch google financial data,
which is split adjusted.

getSymbols("AAPL", src="google")

You can also set that as your default:

library(Defaults) #included by default
setDefaults(getSymbols, src='google')

getSymbols("GENZ")

str(GENZ)

do read the help at ?getSymbols.google for a warning about google data.

HTH
Jeff
On Mon, Nov 17, 2008 at 10:38 AM, Marc Delvaux <mdelvaux at gmail.com> wrote: