Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Lhx
@kaggle.rprkh15_sp500_stock_prices.lhx

  • 490.99 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)3.3095975026252573.36051437716014163.25868062809037263.3503310680389404180779
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.30959702580153663.3503305853466123.25868015860243.279046773910522580864
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.22812857899145473.25867881831724353.19757866859436043.1975786685943604152413
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.15684814995572353.21794835821052243.0957479417009253.136481523513794364098
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.1364796704571583.16702959207092063.0957461127099923.156846284866333362405
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.0957453250885013.11611193431599043.075378386932283.095745325088501270533
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.0142785741260843.0957456781855462.9226281642913822.922628164291382453853
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.9633624688156523.0040960311889652.9124455980812243.004096031188965175699
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.9735455244450643.0142790833562942.9328119655338342.963362216949463154953
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.94299510000297552.95317840576171882.922628159556722.9531784057617188262913

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