SnP 500 Dataset
Latest Data of S&P 500 from yahoo finance
@kaggle.yash16jr_snp500_dataset
Latest Data of S&P 500 from yahoo finance
@kaggle.yash16jr_snp500_dataset
CREATE TABLE snp500_history (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE,
"stock_splits" DOUBLE
);
Anyone who has the link will be able to view this.