Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Coo
@kaggle.rprkh15_sp500_stock_prices.coo

  • 416.82 KB
  • 9950 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Jan 21 1983 00:00:00 GMT+0000 (Coordinated Universal Time)29.30205431438627528.620611190795928.6206111907959140600
Mon Jan 24 1983 00:00:00 GMT+0000 (Coordinated Universal Time)30.66493050346161630.49456977844238330.494569778442383596933
Tue Jan 25 1983 00:00:00 GMT+0000 (Coordinated Universal Time)32.36854573406239432.19818496704101632.198184967041016308600
Wed Jan 26 1983 00:00:00 GMT+0000 (Coordinated Universal Time)32.36854573406239432.19818496704101632.198184967041016156533
Thu Jan 27 1983 00:00:00 GMT+0000 (Coordinated Universal Time)34.0721628773751633.9018020629882833.90180206298828148333
Fri Jan 28 1983 00:00:00 GMT+0000 (Coordinated Universal Time)33.561069683152833.39070892333984433.390708923339844148867
Mon Jan 31 1983 00:00:00 GMT+0000 (Coordinated Universal Time)33.2203526076875232.8796310424804732.87963104248047126667
Tue Feb 01 1983 00:00:00 GMT+0000 (Coordinated Universal Time)32.02781501810818631.8574542999267631.8574542999267679333
Wed Feb 02 1983 00:00:00 GMT+0000 (Coordinated Universal Time)31.85746212415797631.68710136413574631.68710136413574686733
Thu Feb 03 1983 00:00:00 GMT+0000 (Coordinated Universal Time)32.1981774999740332.0278167724609432.0278167724609450600

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