Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Jbht
@kaggle.rprkh15_sp500_stock_prices.jbht

  • 425.86 KB
  • 9738 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Nov 22 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.1340023851316191.10416066646575931.10416066646575935736000
Wed Nov 23 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.14892451006970081.11908209323883061.11908209323883062424000
Fri Nov 25 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.17876580438223751.16384494304656981.1638449430465698741600
Mon Nov 28 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.11908139960801621.08923900127410891.08923900127410891251600
Tue Nov 29 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.13400296013751371.11908209323883061.11908209323883061209600
Wed Nov 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.14892451006970081.11908209323883061.1190820932388306632400
Thu Dec 01 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.14892451006970081.11908209323883061.1190820932388306422400
Fri Dec 02 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.14892392749770681.10416066646575931.1041606664657593985200
Mon Dec 05 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.13400225725842961.08923900127410891.0892390012741089229200
Tue Dec 06 1983 00:00:00 GMT+0000 (Coordinated Universal Time)1.10416044710859751.07431805133819581.0743180513381958220800

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