Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Hpq
@kaggle.rprkh15_sp500_stock_prices.hpq

  • 734.32 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04765426500104990.04765426500104990.04507829993963240.04507829993963242480333
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04507832418225470.04507832418225470.04411233507429760.0445951484143734507341
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04459514841685640.04604431058809040.04282435320565280.0436291620135307845568
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04346833441782730.04346833441782730.04266352578997610.0426635257899761338227
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04266354895505170.04330754280090330.0418583801669770.0433075428009033873754
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.0433075253020090.0450783203630870.04282434957506370.0439511537551879930125
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04395115747966260.04427315294742580.04330752897194170.0442731529474258450970
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04427313507146870.04443431530651670.04379032192632740.04411231726408422784
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04411231338125230.04475630670475650.04379031807184210.0437903180718421535526
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.04379035556099460.0439511734919050.043146364390850.04314636439085310042

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