Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Kr
@kaggle.rprkh15_sp500_stock_prices.kr

  • 621.27 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.03548812035260310.03417914118395370.0346154794096946153600
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03534265607595440.03446998036615640.0353426560759544131200
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03519723564386360.03490633179132410.035197235643863699200
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03476089834809540.03374278810569790.0343245603144168182400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03432458159812670.03316103645920720.0341791473329067208000
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03417913248186750.03345192596316330.0334519259631633204800
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03403369680438570.03316102061292220.0337427929043769121600
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03359735233137440.03316101431846610.0331610143184661131200
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03359733149409290.03287012559596750.033597331494092976800
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.03374276503532510.03316099322437120.0333064272999763166400

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