Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Flt
@kaggle.rprkh15_sp500_stock_prices.flt

  • 124.75 KB
  • 2912 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Dec 15 2010 00:00:00 GMT+0000 (Coordinated Universal Time)2528.7524.527.258926100
Thu Dec 16 2010 00:00:00 GMT+0000 (Coordinated Universal Time)26.8400001525878928.4699993133544926.8400001525878927.350000381469727464600
Fri Dec 17 2010 00:00:00 GMT+0000 (Coordinated Universal Time)27.17000007629394528.1399993896484427.17000007629394528.0699996948242237200
Mon Dec 20 2010 00:00:00 GMT+0000 (Coordinated Universal Time)28.73999977111816429.1800003051757828.1599998474121128.530000686645508450800
Tue Dec 21 2010 00:00:00 GMT+0000 (Coordinated Universal Time)293028.97999954223632829.75696600
Wed Dec 22 2010 00:00:00 GMT+0000 (Coordinated Universal Time)29.629999160766630.20000076293945328.95999908447265629.07999992370605123400
Thu Dec 23 2010 00:00:00 GMT+0000 (Coordinated Universal Time)28.9099998474121130.80999946594238328.9099998474121130.809999465942383127800
Mon Dec 27 2010 00:00:00 GMT+0000 (Coordinated Universal Time)30.8299999237060531.4300003051757830.530.989999771118164153600
Tue Dec 28 2010 00:00:00 GMT+0000 (Coordinated Universal Time)30.8299999237060531.42000007629394530.05999946594238331.05999946594238374500
Wed Dec 29 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3131.4300003051757830.5799999237060531155000

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

Share link

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