Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Payx
@kaggle.rprkh15_sp500_stock_prices.payx

  • 442.84 KB
  • 9799 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Aug 26 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.10373134537226020.10161408036947250.101614080369472515754089
Mon Aug 29 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.09949731167168380.09738054126501080.09738054126501083598298
Tue Aug 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.10161408935458220.09738054126501080.09738054126501083096613
Wed Aug 31 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.09949731167168380.09738054126501080.0973805412650108738113
Thu Sep 01 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.09949735447098190.09526330977678290.09526330977678291176367
Fri Sep 02 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.09949735447098190.09526330977678290.0952633097767829674681
Tue Sep 06 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.09738058315376890.09526330977678290.0952633097767829651615
Wed Sep 07 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.10161413306442350.09526330977678290.09526330977678291037971
Thu Sep 08 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.10161408935458220.09738054126501080.0973805412650108697747
Fri Sep 09 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.10373135365378430.09949731081724160.09949731081724161066803

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