1
2
3
4
5
#

Name:

Description:

Google stock data from 2006 to early 2014, where data from the first day each month was collected.

Variables:

  • Date - a factor with levels 2006-01-03, 2006-02-01, and so on

  • Open - a numeric vector

  • High - a numeric vector

  • Low - a numeric vector

  • Close - a numeric vector

  • Volume - a numeric vector

  • Adj.Close - a numeric vector

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Yahoo! Finance.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Google_stock_data_1419_62.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.