Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Wrb
@kaggle.rprkh15_sp500_stock_prices.wrb

  • 487.06 KB
  • 12287 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Oct 23 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.15148121374614490.13967759907245630.1396775990724563407500
Wed Oct 24 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.13967754372948830.13574300706386560.1357430070638656457476
Thu Oct 25 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.13771065166585680.12984097003936760.1298409700393676353679
Fri Oct 26 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.13180850776589430.12393943220376960.1239394322037696253726
Mon Oct 29 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.12590641194132990.11803733557462690.1180373355746269472853
Tue Oct 30 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.11410277413690440.10426612943410870.1042661294341087307547
Wed Oct 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.12197187029848020.1141028031706810.114102803170681434410
Thu Nov 01 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.12197187029848020.1141028031706810.114102803170681126863
Fri Nov 02 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.12590641194132990.11803733557462690.1180373355746269319080
Mon Nov 05 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.12000496717350270.11016831547021860.110168315470218680731

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

Share link

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