
getQuote(Symbols, src = "yahoo", what = standardQuote(), ...)standardQuote(src="yahoo")
yahooQF(names)
yahooQuote.EOD
getQuote
returns a data frame with rows matching the number of Symbols
requested, and the columns matching the requested columns.
The what
argument allows for specific data to be requested
from yahoo, using Yahoo!'s formatting string. A list and interactive
selection tool can be seen with yahooQF
.
standardQuote
currently only applied to Yahoo! data, and returns
an object of class quoteFormat, for use within the getQuote
function.
yahooQuote.EOD
is a constant that returns OHLCV data
getSymbols
yahooQuote.EOD
getQuote("AAPL")
getQuote("QQQQ;SPY;^VXN",what=yahooQF(c("Bid","Ask")))
standardQuote()
yahooFQ()
Run the code above in your browser using DataLab