Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Dte
@kaggle.rprkh15_sp500_stock_prices.dte

  • 600.46 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.44336504389774260.43885013461112970.43885013461112971880
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.43885015940801030.43523821234703060.43523821234703065170
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.43794700827539380.43162611126899720.43162611126899727755
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.43072318787928540.42259636521339410.422596365213394110575
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.42349913716316220.41898419848198730.42349913716316226815
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.42440235614776610.4207904094901550.42440235614776615170
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.42620831727981570.42259640296769670.42620831727981574700
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.42801427841186520.42259637492389240.42801427841186524230
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.4325290918350220.42801418405019480.4325290918350223525
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.4298202639712650.42530532251212070.42620831727981573525

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