Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ctlt
@kaggle.rprkh15_sp500_stock_prices.ctlt

  • 83.6 KB
  • 2001 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Jul 31 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2020.3299999237060519.29999923706054719.98999977111816414208300
Fri Aug 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2020.10000038146972719.3400001525878919.8500003814697272125600
Mon Aug 04 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.85000038146972720.10000038146972719.60000038146972720.01000022888184592800
Tue Aug 05 2014 00:00:00 GMT+0000 (Coordinated Universal Time)19.94000053405761720.47999954223632819.77000045776367220.2099990844726561077600
Wed Aug 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)20.20000076293945320.3299999237060520.04999923706054720.32999992370605900900
Thu Aug 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)20.3299999237060520.48999977111816420.29999923706054720.420000076293945546000
Fri Aug 08 2014 00:00:00 GMT+0000 (Coordinated Universal Time)20.48999977111816420.6800003051757820.39999961853027720.530000686645508402500
Mon Aug 11 2014 00:00:00 GMT+0000 (Coordinated Universal Time)20.5100002288818420.60000038146972720.44000053405761720.5442500
Tue Aug 12 2014 00:00:00 GMT+0000 (Coordinated Universal Time)20.45000076293945320.54999923706054720.45000076293945320.5240700
Wed Aug 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)20.520.60000038146972720.4699993133544920.530000686645508438500

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

Share link

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