Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ed
@kaggle.rprkh15_sp500_stock_prices.ed

  • 631.06 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27805973249085150.27383390069007870.273833900690078725600
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27594681659046510.27383390069007870.273833900690078728800
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27552420565218380.27298870682716370.272988706827163721600
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27129832947555970.26707249879837030.267072498798370346400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27129834139440940.26749509361785230.268340259790420529600
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27129826701777960.26791760325431820.267917603254318240000
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.2696079972046840.25354984063136420.267072498798370320800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.26960800904927290.26749509361785230.268340259790420525600
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.27129844073206190.26791777480393650.270453274250030516000
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.2712983489036560.26960801651173290.27129834890365634400

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