Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Cat
@kaggle.rprkh15_sp500_stock_prices.cat

  • 701.31 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.49536657333374020.50019157146850220.49054157519897820.4953665733337402163200
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.49536663024387150.50019162893295290.49054163155479010.5001916289329529156000
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.51144983172876850.52753306160570970.51144983172876850.513058066368103355200
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.5130581230219850.52431665022413310.51144988820506290.5178831219673157163200
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.51788286448886030.52592462356443760.51466639645416390.5210996270179749204000
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.52110003987583540.53075004061427680.51627503950661470.5259250402450562290400
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.52592478585557290.5291415493773240.51788302429844950.5194915533065796182400
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.51949182155541470.52753329277038570.51466682102856780.5275332927703857384000
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.52753338967522720.53718339250157110.52110015262256970.5307501554489136352800
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.53074983958273390.53396660344202130.52109984249941140.5291416049003601280800

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