Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ko
@kaggle.rprkh15_sp500_stock_prices.ko

  • 729.64 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.05038055032491680.05175221342853810.05038055032491680.0503805503249168806400
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04963243087425770.04963243087425770.04850997144402830.04925814643502231574400
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04938301427467590.05000649219161780.04938301427467590.0496324077248573844800
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04963239921936780.05025587702946450.04838524380130630.04850994050502771420800
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04813585064074710.04813585064074710.04707583446325450.04801115393638612035200
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04801113716270610.04913340140135850.04763704718031920.0488840080797672960000
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04888401545544850.04981933759718390.04838523444551770.04913340881466861612800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04913342673510370.04963240772485730.04888403328492240.0496324077248573614400
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04963243087425770.04963243087425770.0487593650105310.0492581464350223883200
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04913344071428340.04913344071428340.04863465938052160.0487593561410903614400

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