Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Vtr
@kaggle.rprkh15_sp500_stock_prices.vtr

  • 312.07 KB
  • 6339 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon May 05 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.4552590465193856.5695118063169416.4362170895146956.531427383422852907050
Tue May 06 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.5504670143127446.5885514236828036.5123831138272146.550467014312744536629
Wed May 07 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.093458621111336.2077108398554985.9982478451258636.074416160583496747322
Thu May 08 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.0172927705073356.1315450360524685.63645103721565.7507038116455082761432
Fri May 09 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.7126193838739465.8649560771906415.7126193838739465.750703811645508880954
Mon May 12 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.7507038116455085.8649560771906415.7126193838739465.750703811645508501601
Tue May 13 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.7126164436340335.7887847510891365.7126164436340335.712616443634033420686
Wed May 14 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.7887822669599155.8649505417290695.7887822669599155.826866149902344391963
Thu May 15 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.8268685200283025.9792051315307625.8268685200283025.979205131530762580064
Fri May 16 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.9411205203023426.0172888169151645.9030361175537115.903036117553711189852

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