Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Xyl
@kaggle.rprkh15_sp500_stock_prices.xyl

  • 139.41 KB
  • 2703 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Oct 13 2011 00:00:00 GMT+0000 (Coordinated Universal Time)20.2676480086808420.93173729567986319.8364214553046520.91448783874512396800
Fri Oct 14 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.0093538660013721.98392495146931221.0093538660013721.863182067871094402600
Mon Oct 17 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.99255015849339822.25128538471158321.69931602478027721.699316024780277583400
Tue Oct 18 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.61307823362817321.87181519861117721.47508584363685521.768320083618164423500
Wed Oct 19 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.77693723428128821.8631828592583321.3457107543945321.34571075439453722200
Thu Oct 20 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.38883274438381621.58719817533056320.98348044548971521.34571075439453549700
Fri Oct 21 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.5613227499634822.20816243246238421.51820076246290422.0270481109619181764500
Mon Oct 24 2011 00:00:00 GMT+0000 (Coordinated Universal Time)21.99255157057611522.2944104505445221.99255157057611522.225414276123047371300
Tue Oct 25 2011 00:00:00 GMT+0000 (Coordinated Universal Time)22.3202823785880222.49277363243276521.56132448066785722.20816421508789546800
Wed Oct 26 2011 00:00:00 GMT+0000 (Coordinated Universal Time)22.5013996101359722.5013996101359721.4405827815320521.578575134277344657300

CREATE TABLE xyl (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" BIGINT
);

Share link

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