Baselight

S&P 500 Historical Data

Historical Data of S&P 500 Index From 1927 to 2020

@kaggle.henryhan117_sp_500_historical_data

Spx
@kaggle.henryhan117_sp_500_historical_data.spx

  • 853.61 KB
  • 23323 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Dec 30 1927 00:00:00 GMT+0000 (Coordinated Universal Time)17.6617.6617.6617.6617.66
Tue Jan 03 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.7617.7617.7617.7617.76
Wed Jan 04 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.71999917.71999917.71999917.71999917.719999
Thu Jan 05 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.54999917.54999917.54999917.54999917.549999
Fri Jan 06 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.6617.6617.6617.6617.66
Mon Jan 09 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.517.517.517.517.5
Tue Jan 10 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.37000117.37000117.37000117.37000117.370001
Wed Jan 11 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.3517.3517.3517.3517.35
Thu Jan 12 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.46999917.46999917.46999917.46999917.469999
Fri Jan 13 1928 00:00:00 GMT+0000 (Coordinated Universal Time)17.5817.5817.5817.5817.58

CREATE TABLE spx (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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