Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Psx
@kaggle.rprkh15_sp500_stock_prices.psx

  • 134.65 KB
  • 2579 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Apr 12 2012 00:00:00 GMT+0000 (Coordinated Universal Time)23.8865165289710524.5761716868373222.9885271857766524.42531013488769654700
Fri Apr 13 2012 00:00:00 GMT+0000 (Coordinated Universal Time)24.4253029694428326.90375337766650824.3606476460823826.5804767608642541685000
Mon Apr 16 2012 00:00:00 GMT+0000 (Coordinated Universal Time)26.5804729974221826.5804729974221825.8548991295044826.2571964263916550200
Tue Apr 17 2012 00:00:00 GMT+0000 (Coordinated Universal Time)26.14944487093129826.4008807341257725.8620872497558625.86208724975586179600
Wed Apr 18 2012 00:00:00 GMT+0000 (Coordinated Universal Time)25.8620872497558626.1781784406925424.78450028101603725.86208724975586207100
Thu Apr 19 2012 00:00:00 GMT+0000 (Coordinated Universal Time)25.8620872497558626.7385255279401125.71840843916814425.86208724975586598100
Fri Apr 20 2012 00:00:00 GMT+0000 (Coordinated Universal Time)25.9339253847740926.580478664687925.9339253847740926.09197235107422149700
Mon Apr 23 2012 00:00:00 GMT+0000 (Coordinated Universal Time)26.03450033113112726.03450033113112725.44541697982293425.63220024108886795700
Tue Apr 24 2012 00:00:00 GMT+0000 (Coordinated Universal Time)25.86208118466164825.86208118466164824.91380509379296624.964092254638672124500
Wed Apr 25 2012 00:00:00 GMT+0000 (Coordinated Universal Time)25.00001126375064725.5028856126524624.7844944686340824.964092254638672266200

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