Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Nclh
@kaggle.rprkh15_sp500_stock_prices.nclh

  • 95.45 KB
  • 2386 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Jan 18 2013 00:00:00 GMT+0000 (Coordinated Universal Time)25.10000038146972725.48999977111816424.1599998474121124.79000091552734417761800
Tue Jan 22 2013 00:00:00 GMT+0000 (Coordinated Universal Time)2527.3600006103515624.85000038146972726.9500007629394532072000
Wed Jan 23 2013 00:00:00 GMT+0000 (Coordinated Universal Time)2828.8600006103515626.48999977111816427.4899997711181641572200
Thu Jan 24 2013 00:00:00 GMT+0000 (Coordinated Universal Time)27.17000007629394527.89999961853027726.6399993896484427.350000381469727508700
Fri Jan 25 2013 00:00:00 GMT+0000 (Coordinated Universal Time)27.527.89999961853027726.28000068664550827.350000381469727870700
Mon Jan 28 2013 00:00:00 GMT+0000 (Coordinated Universal Time)27.879999160766627.879999160766626.94000053405761727.76000022888184172200
Tue Jan 29 2013 00:00:00 GMT+0000 (Coordinated Universal Time)27.89999961853027727.9599990844726562727.11000061035156437400
Wed Jan 30 2013 00:00:00 GMT+0000 (Coordinated Universal Time)26.69000053405761727.22999954223632826.17000007629394526.290000915527344816400
Thu Jan 31 2013 00:00:00 GMT+0000 (Coordinated Universal Time)26.02000045776367226.92000007629394525.7526.3700008392334970400
Fri Feb 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)26.4699993133544927.79999923706054726.1800003051757827.6499996185302771099300

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