1
2
3
4
5
#

Name:

Description:

Data runs from 1950 to near the end of 2018.

Variables:

  • Date - Date of the form "YYYY-MM-DD".

  • Open - Opening price.

  • High - Highest price of the day.

  • Low - Lowest price of the day.

  • Close - Closing price of the day.

  • Adj.Close - Adjusted price at close after accounting for dividends paid out.

  • Volume - Trading volume.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

http://finance.yahoo.com

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.