Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Hpe
@kaggle.rprkh15_sp500_stock_prices.hpe

  • 89.12 KB
  • 1694 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Oct 19 2015 00:00:00 GMT+0000 (Coordinated Universal Time)8.9886557887666628.9886557887666628.0071912436388918.0412025451660162721233
Tue Oct 20 2015 00:00:00 GMT+0000 (Coordinated Universal Time)7.895442915880758.2258367754580637.895442915880758.1966838836669921220907
Wed Oct 21 2015 00:00:00 GMT+0000 (Coordinated Universal Time)8.3813134014549688.4299015412539397.9683217869979458.007190704345703135236
Thu Oct 22 2015 00:00:00 GMT+0000 (Coordinated Universal Time)8.11894189785118.2841383774262177.8905812377443578.235551834106445189261
Fri Oct 23 2015 00:00:00 GMT+0000 (Coordinated Universal Time)8.3813131324528358.3813131324528358.1869637684775188.259844779968262103061
Mon Oct 26 2015 00:00:00 GMT+0000 (Coordinated Universal Time)8.3132932681311838.3132932681311837.9245944497200957.978040218353271885743
Tue Oct 27 2015 00:00:00 GMT+0000 (Coordinated Universal Time)8.0460622942908938.1383777791641797.579623264933167.6427874565124511094274
Wed Oct 28 2015 00:00:00 GMT+0000 (Coordinated Universal Time)7.7253840037440167.9440278347461157.6986611257340347.9100165367126465509801
Thu Oct 29 2015 00:00:00 GMT+0000 (Coordinated Universal Time)7.778832612409447.9051594130608537.55533110441204957.749680519104004499650
Fri Oct 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)7.725383457634317.8225589296801477.15205383300781257.15205383300781254214161

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