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

Sp500
@kaggle.rosicky1234_cpi_and_sp500.sp500

  • 173.67 KB
  • 5821 rows
  • 5 columns
date

Date

open

Open

high

High

low

Low

close

Close

1/3/20001469.2514781438.361455.22
1/4/20001455.221455.221397.431399.42
1/5/20001399.421413.271377.681402.11
1/6/20001402.111411.91392.11403.45
1/7/20001403.451441.471400.731441.47
1/10/20001441.471464.361441.471457.6
1/11/20001457.61458.661434.421438.56
1/12/20001438.561442.61427.081432.25
1/13/001432.251454.21432.251449.68
1/14/001449.6814731449.681465.15

CREATE TABLE sp500 (
  "date" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

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