Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Cfg
@kaggle.rprkh15_sp500_stock_prices.cfg

  • 102.55 KB
  • 1963 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Sep 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)17.06456771819039618.4297325906545216.9455128973479518.318614959716860450900
Thu Sep 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)17.9058847919563818.58053059266629617.81857875694478818.2947978973388678430000
Fri Sep 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.39797629182594818.54877979808154418.1836768114411718.453535079956052504400
Mon Sep 29 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.3662308589758718.6122791277156418.18368008967633318.4376640319824254832600
Tue Sep 30 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.34241990160372318.7075214221104518.2947967793834818.588466644287114103100
Wed Oct 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.4297339730790718.7392783471255418.3424279053066318.604349136352543915500
Thu Oct 02 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.5249671936035218.7233922907810518.49559975845224718.524967193603523121400
Fri Oct 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.5567188157054418.6281519887119918.26305045011291718.4376640319824251585900
Mon Oct 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)18.47735075240670418.5487839284413817.9455712829617517.969381332397461208400
Tue Oct 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)17.90588320447792718.0487495394755717.6677736553909217.8741359710693361508400

CREATE TABLE cfg (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" BIGINT
);

Share link

Anyone who has the link will be able to view this.