Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Unh
@kaggle.rprkh15_sp500_stock_prices.unh

  • 442.55 KB
  • 9510 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Oct 17 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12188792206331880.11867973208427420.11867973208427429868800
Thu Oct 18 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12830271660228880.12188799679279320.12188799679279325324800
Fri Oct 19 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12188792206331880.11867973208427420.11867973208427423043200
Mon Oct 22 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12188792206331880.11867973208427420.11867973208427422326400
Tue Oct 23 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.11867979560625160.11547243595123290.1154724359512329787200
Wed Oct 24 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12188792206331880.11867973208427420.1186797320842742230400
Thu Oct 25 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12188798730244340.11547243595123290.11547243595123291587200
Fri Oct 26 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.11867979560625160.11547243595123290.1154724359512329758400
Mon Oct 29 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.11867979560625160.11547243595123290.1154724359512329614400
Tue Oct 30 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.12188798730244340.11547243595123290.1154724359512329192000

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