Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Wmb
@kaggle.rprkh15_sp500_stock_prices.wmb

  • 496.67 KB
  • 10218 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)0.74402924954071830.75921374845708280.72884500862806680.7389678359031677521946
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.73896714260806920.74234151840209960.73221870062417320.7423415184020996224493
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.71534734729343740.73559319390591370.69172758851762810.7085988521575928686307
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.69847569812742950.70859851339276790.68835288286209110.68835288286209111118455
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.68497943878173830.69847659472852640.66810810994993530.6849794387817383831425
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.69510155916213990.70185025926464620.68497874121150830.6951015591621399682298
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.67823074186753150.70185077083680340.6512364377885730.6579850912094116558025
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.65798495988706030.66473345715881830.64786193017545020.6546106338500977521144
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.6478620760194770.6681079335974710.62424230445077770.6309908032417297753654
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)0.62761594674177680.63099032256856990.62086750469235860.624241828918457700738

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