Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Pxd
@kaggle.rprkh15_sp500_stock_prices.pxd

  • 313.51 KB
  • 6272 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Aug 08 1997 00:00:00 GMT+0000 (Coordinated Universal Time)31.98702028957572831.98702028957572830.926090926737431.40350914001465245500
Mon Aug 11 1997 00:00:00 GMT+0000 (Coordinated Universal Time)31.40352616366789531.61571215126024730.6608752070946731.244386672973636243600
Tue Aug 12 1997 00:00:00 GMT+0000 (Coordinated Universal Time)31.191332047360831.4035179796557731.13828556428705631.35047149658203405500
Wed Aug 13 1997 00:00:00 GMT+0000 (Coordinated Universal Time)31.4035279337565131.82789993286132830.34259793599446631.827899932861328405700
Thu Aug 14 1997 00:00:00 GMT+0000 (Coordinated Universal Time)31.6157244019589231.72181743686481430.873073157617631.29744529724121195600
Fri Aug 15 1997 00:00:00 GMT+0000 (Coordinated Universal Time)31.08524854055103531.1913415389829530.34259755152763230.607830047607425260500
Mon Aug 18 1997 00:00:00 GMT+0000 (Coordinated Universal Time)30.71392304603933430.76696954525529330.2365045530957230.607830047607425180600
Tue Aug 19 1997 00:00:00 GMT+0000 (Coordinated Universal Time)30.5547823262462130.6608753204345729.4938523843626730.66087532043457703300
Wed Aug 20 1997 00:00:00 GMT+0000 (Coordinated Universal Time)30.55477417206722330.76696010381768829.9182163768158230.1834487915039031029500
Thu Aug 21 1997 00:00:00 GMT+0000 (Coordinated Universal Time)30.1304033397573330.342589278769729.81212443123876529.9712638854980471406500

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

Share link

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