Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Hlt
@kaggle.rprkh15_sp500_stock_prices.hlt

  • 112.98 KB
  • 2159 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 12 2013 00:00:00 GMT+0000 (Coordinated Universal Time)41.8035232004282343.0203390775076641.7053927700665442.19604492187512935478
Fri Dec 13 2013 00:00:00 GMT+0000 (Coordinated Universal Time)43.1577252263133543.9231396883935942.29417668227145643.373611450195311224854
Mon Dec 16 2013 00:00:00 GMT+0000 (Coordinated Universal Time)45.29697112837859450.5371317879869842.2353019714355542.235301971435554717690
Tue Dec 17 2013 00:00:00 GMT+0000 (Coordinated Universal Time)42.4119368439180643.1577296743912142.3530607668898142.804458618164062313840
Wed Dec 18 2013 00:00:00 GMT+0000 (Coordinated Universal Time)42.8437042236328143.5306172465937942.51006221474306642.843704223632812857846
Thu Dec 19 2013 00:00:00 GMT+0000 (Coordinated Universal Time)42.6866987073388843.98201970798345442.2941769708699743.726879119873051469103
Fri Dec 20 2013 00:00:00 GMT+0000 (Coordinated Universal Time)44.1586442581396744.25677467600700542.9025778282485343.03995895385742994834
Mon Dec 23 2013 00:00:00 GMT+0000 (Coordinated Universal Time)43.19697858149364643.5502459743966242.3138046264648542.313804626464851220712
Tue Dec 24 2013 00:00:00 GMT+0000 (Coordinated Universal Time)42.39230704893691442.5296881961415541.5091331492995942.215671539306641234064
Thu Dec 26 2013 00:00:00 GMT+0000 (Coordinated Universal Time)42.3137923167984143.09883560399964642.2941669643210242.588558197021491309211

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