I didn't look into the yahoo.get.hist.quote, but the quantmod package has a
working simple solution with getSymbols:
library(quantmod)
getSymbols("AAPL")
> head(AAPL)
AAPL.Open AAPL.High AAPL.Low AAPL.Close AAPL.Volume AAPL.Adjusted
2007-01-03 86.29 86.5881.90 83.80
Hi,
I got some problems while was trying to download data from Yahoo using
yahoo.get.hist.quote() function. My script is as follows :
app <- yahoo.get.hist.quote("aapl", start="02/07/09", end="02/07/06",
quote="close")
However I got following error :
trying URL
'http://chart.yahoo.com/table.cs
2 matches
Mail list logo