Hello all: Friend told me that we can download the stock historical quote from Yahoo site by R! Could you tell me that is true or not, how to do that? Thanks! -- View this message in context: http://r.789695.n4.nabble.com/How-download-Yahoo-Quote-tp3769563p3769563.html Sent from the R help mailing list archive at Nabble.com.
R. Michael Weylandt <michael.weylandt@gmail.com>
2011-Aug-25 23:09 UTC
[R] How download Yahoo Quote?
library(quantmod) getSymbols("IBM") Michael On Aug 25, 2011, at 6:20 PM, Yumin <zpxykm at gmail.com> wrote:> Hello all: > > Friend told me that we can download the stock historical quote from > Yahoo site by R! > Could you tell me that is true or not, how to do that? > > Thanks! > > -- > View this message in context: http://r.789695.n4.nabble.com/How-download-Yahoo-Quote-tp3769563p3769563.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.