S&P 500 Stocks
S&P 500 Stocks Index
@kaggle.whenamancodes_sp_500_stocks
S&P 500 Stocks Index
@kaggle.whenamancodes_sp_500_stocks
CREATE TABLE sp_500 (
"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.