Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Wmt
@kaggle.rprkh15_sp500_stock_prices.wmt

  • 595.22 KB
  • 12577 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Aug 25 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03562749089948060.03631223294349570.03562749089948060.03617528453469272508800
Mon Aug 28 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03617529877662040.03644919570205750.03603835031390190.0360383503139019972800
Tue Aug 29 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03590140361220820.03590140361220820.0356275066733360.0356275066733361945600
Wed Aug 30 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.0356275066733360.0356275066733360.03535304519681760.035627506673336409600
Thu Aug 31 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03535307088158920.03535307088158920.03507917374372480.0350791737437248870400
Fri Sep 01 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03521610486011470.03535305336117740.03521610486011470.0353530533611774256000
Tue Sep 05 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03535307088158920.03535307088158920.03507917374372480.0350791737437248563200
Wed Sep 06 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03535305336117740.03535305336117740.03535305336117740.0353530533611774256000
Thu Sep 07 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03535303777876460.03535303777876460.03521608933806410.03521608933806411177600
Fri Sep 08 1972 00:00:00 GMT+0000 (Coordinated Universal Time)0.03507916570875590.03507916570875590.03494221717119210.0349422171711921665600

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