Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Cl
@kaggle.rprkh15_sp500_stock_prices.cl

  • 575.4 KB
  • 12408 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed May 02 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.4731666743755340.46515738025173190.473166674375534672000
Thu May 03 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.47624709220197960.46207670239141130.474398672580719739200
Fri May 04 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.47994383882596730.4707021894053440.4731666743755341339200
Mon May 07 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.47686321031796480.46946998225101960.4707021117210388316800
Tue May 08 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.47070225204291810.46084476209730090.4700861871242523619200
Wed May 09 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.4731666808814310.46823793649673470.4682379364967346508800
Thu May 10 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.47070219587735510.46638951633781380.4682379364967346307200
Fri May 11 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.47070219587735510.4670055811829690.4682379364967346451200
Mon May 14 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.46946988144471910.46146059036254880.4614605903625488657600
Tue May 15 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.46577338524827710.45961228642607410.4633089005947113830400

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