Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

O
@kaggle.rprkh15_sp500_stock_prices.o

  • 340.29 KB
  • 6982 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Oct 18 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.3951299190521241.40602939299902461.37333105697554641.395129919052124418166
Wed Oct 19 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.40602882677447121.52592264863881361.40602882677447121.5150233507156372249950
Thu Oct 20 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.53682176548746431.58041963371173581.52592229843139651.5259222984313965141590
Fri Oct 21 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.52592245242178711.53682192057778891.49322421958813911.504123687744140668731
Mon Oct 24 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.50412369960188031.53682193269330461.47142529487609861.471425294876098675749
Tue Oct 25 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.4605241087854741.50412193047401521.43872528375828161.4932224750518865222
Wed Oct 26 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.48442685604095441.506418408627721.48442685604095441.4844268560409546476780.072674
Thu Oct 27 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.48442685604095441.506418408627721.48442685604095441.484426856040954634882
Fri Oct 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.48442764424279551.4954234263747221.46243607997894291.462436079978942941280
Mon Oct 31 1994 00:00:00 GMT+0000 (Coordinated Universal Time)1.47343186211086931.48442764424279551.46243607997894291.462436079978942933850

CREATE TABLE o (
  "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.