Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Aos
@kaggle.rprkh15_sp500_stock_prices.aos

  • 432.63 KB
  • 9775 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Sep 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.47510190609107560.45750540494918820.457505404949188218000
Mon Oct 03 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.4604383732951440.45457283935210850.457505404949188218000
Tue Oct 04 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.45457297912787460.45164000988006580.451640009880065921600
Wed Oct 05 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.44870725866371270.39885070919990540.3988507091999054127800
Thu Oct 06 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.40764924883842470.39591823198028390.4076492488384247118800
Fri Oct 07 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.40471630479137060.40178376436233520.401783764362335237800
Mon Oct 10 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.43404373526573180.39885071492029250.4340437352657318104400
Tue Oct 11 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.442841956155970.42231288552284240.422312885522842475600
Wed Oct 12 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.41058169903227070.39885070919990540.398850709199905484600
Thu Oct 13 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.40178376436233520.40178376436233520.401783764362335214400

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