get.ohlc.google: Download stock prices from Google Finance (open, high, low,...

Description Usage Arguments See Also Examples

Description

Download stock prices from Google Finance (open, high, low, close, volume)

Usage

1
get.ohlc.google(symbol, start = "2013-01-01", end = "today")

Arguments

symbol

symbol of stock, e.g. AAPL, GOOG, SPX

start

start date, e.g., 2013-07-31

end

end date, e.g., 2013-08-06

See Also

get.ohlc.yahoo

get.ohlcs.google

Examples

1
2
3
# get.ohlc.google(symbol="AAPL")
# get.ohlc.google(symbol="AAPL",start="2013-08-01")
# get.ohlc.google(symbol="AAPL",start="2013-07-01",end="2013-08-01")

Example output



FinCal documentation built on May 2, 2019, 1:29 p.m.