Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Lkq
@kaggle.rprkh15_sp500_stock_prices.lkq

  • 233.14 KB
  • 4724 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Oct 06 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.86877084414743951.9574666582565271.8515243999512371.94514775276184083068800
Tue Oct 07 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.9279014022107732.0449306576494561.9279014022107732.0018146038055423391200
Wed Oct 08 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2.01413359776379242.01413359776379241.9463798462598431.98333644866943363191200
Thu Oct 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.9599303577832161.9833362545944041.9217419624328611.9217419624328611222400
Fri Oct 10 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.92174206485623761.96362608707368371.86630710497089241.89956808090212668000
Mon Oct 13 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.9069592742900991.9069592742900991.8786259556130961.88601732254028321512000
Tue Oct 14 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.89340860134370532.05108996257796061.88601735178370562.0079739093780522140000
Wed Oct 15 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2.00920587235765422.0843509887642721.97101747457752091.9722493886947632784800
Thu Oct 16 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.98826387034345882.00181469113332881.971017542038971.9833364486694336386400
Fri Oct 17 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.97224924081264931.97840857597343111.95253908634185771.9525390863418581601600

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