sp500_1950_2018_tbl_df {usdatasets} | R Documentation |
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.
data(sp500_1950_2018_tbl_df)
A tibble with 17346 observations and 7 variables:
Factor indicating the date of the recorded stock prices.
Numeric representing the opening price of the stock.
Numeric representing the highest price of the stock during the day.
Numeric representing the lowest price of the stock during the day.
Numeric representing the closing price of the stock.
Numeric representing the adjusted closing price of the stock.
Numeric representing the trading volume of the stock.
Historical data on S&P 500 stock prices from 1950 to 2018.