Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Sedg
@kaggle.rprkh15_sp500_stock_prices.sedg

  • 78.11 KB
  • 1837 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Mar 26 2015 00:00:00 GMT+0000 (Coordinated Universal Time)20.04999923706054721.8899993896484419.48999977111816420.7000007629394536565700
Fri Mar 27 2015 00:00:00 GMT+0000 (Coordinated Universal Time)20.79999923706054721.5900001525878920.29000091552734421.06999969482422935000
Mon Mar 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)20.79999923706054722.48999977111816420.79999923706054722.06999969482422443300
Tue Mar 31 2015 00:00:00 GMT+0000 (Coordinated Universal Time)22.1100006103515622.521.6100006103515621.93000030517578274200
Wed Apr 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)21.9300003051757822.3899993896484421.70999908447265622.239999771118164207200
Thu Apr 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)22.2523.4300003051757822.07799911499023423.06999969482422248800
Mon Apr 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)23.6399993896484423.85000038146972722.23999977111816422.479999542236328161800
Tue Apr 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)22.379999160766623.6599998474121122.20999908447265623.209999084472656144800
Wed Apr 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)23.524.10000038146972723.10600090026855523.71999931335449176300
Thu Apr 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)24.2524.73999977111816424.0030002593994124.280000686645508322700

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