Daily observations for the S&P 500 - Historical Data (1950-2018)
Source:R/data-documentation.R
sp500_1950_2018_tbl_df.Rd
The dataset name has been changed to 'sp500_1950_2018_tbl_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a tibble. The original content of the dataset has not been modified.
Usage
data(sp500_1950_2018_tbl_df)
Format
A tibble with 17346 observations and 7 variables:
- Date
Factor indicating the date of the recorded stock prices.
- Open
Numeric representing the opening price of the stock.
- High
Numeric representing the highest price of the stock during the day.
- Low
Numeric representing the lowest price of the stock during the day.
- Close
Numeric representing the closing price of the stock.
- Adj.Close
Numeric representing the adjusted closing price of the stock.
- Volume
Numeric representing the trading volume of the stock.