CPI And S&P 500 Historical Data
CPI from 9/2008 to 2/2023 and SP 500 from 3/2000 to 2/2023
@kaggle.rosicky1234_cpi_and_sp500
CPI from 9/2008 to 2/2023 and SP 500 from 3/2000 to 2/2023
@kaggle.rosicky1234_cpi_and_sp500
CREATE TABLE sp500 (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE
);
Anyone who has the link will be able to view this.