stock: Google Stock Dataset

Description Usage Format Source References Examples

Description

This dataset consists of the closing stock price of a share of Google stock during the trading days between February 7-th and July 7-th of 2005.

Usage

1

Format

This is an extensible time series (xts) object for the 105 trading days of interest:

Source

Yahoo! Finance; accessed 01-26-2017.

References

Young, D. S. (2017), Handbook of Regression Methods, CRC Press.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
## Not run: 
## How the data were accessed (1/26/17).

require(quantmod)

getSymbols("GOOG", src = "yahoo", 
           from = "2005-02-07", to = "2005-07-07")
stock <- GOOG[,4]

## End(Not run)

HoRM documentation built on March 11, 2021, 9:07 a.m.

Related to stock in HoRM...