Baselight

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
@kaggle.rosicky1234_cpi_and_sp500.cpi

  • 7.79 KB
  • 130 rows
  • 8 columns
year

Year

month

Month

day

Day

actual

Actual

predict

Predict

previous

Previous

diff_with_prev

Diff With Prev

diff_with_predict

Diff With Predict

20125150.0230.0230.0270.004
20126140.0170.0180.0230.006-0.001
20127170.0170.0160.0170.001
20128150.0140.0160.0170.003-0.002
20129140.0170.0170.014-0.003
201210160.020.0190.017-0.0030.001
201211150.0220.0210.02-0.0020.001
201212140.0180.0190.0220.004-0.001
20131160.0170.0180.0180.001-0.001
20132210.0160.0160.0170.001

CREATE TABLE cpi (
  "year" BIGINT,
  "month" BIGINT,
  "day" BIGINT,
  "actual" DOUBLE,
  "predict" DOUBLE,
  "previous" DOUBLE,
  "diff_with_prev" DOUBLE,
  "diff_with_predict" DOUBLE
);

Share link

Anyone who has the link will be able to view this.