S&P 500 Historical Data
Historical Data of S&P 500 Index From 1927 to 2020
@kaggle.henryhan117_sp_500_historical_data
Historical Data of S&P 500 Index From 1927 to 2020
@kaggle.henryhan117_sp_500_historical_data
CREATE TABLE spx (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.