Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Hum
@kaggle.rprkh15_sp500_stock_prices.hum

  • 473.14 KB
  • 10218 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)1.99544161859743642.01659477360234351.97428846359252931.974288463592529368040
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.02364447128784032.05184866178928661.9883894268232492.044797420501709106560
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.0306956667057382.06595071373616571.995440619675312.0024914741516118240840
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.99544113805161552.0165942879623821.96723693817059281.98839008808136239040
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.9813388444488241.988390088081361.97428798814084881.98839008808136162720
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.995440619675312.0095425222901431.98133832973601632.0024914741516118210960
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.9954407127292442.0165938581312791.96723651885986351.9672365188598635218160
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.96018706621856481.96723812042630871.9460849578030771.9531362056732176198360
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.9531362056732181.96018706621856481.9460849578030771.9531362056732176465120
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.92492985725402831.9390317563912561.9037767180549131.9249298572540283288360

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