Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Hig
@kaggle.rprkh15_sp500_stock_prices.hig

  • 340.96 KB
  • 6688 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Dec 15 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.6444775758676214.14193248748779113.6444775758676214.1419324874877911283000
Mon Dec 18 1995 00:00:00 GMT+0000 (Coordinated Universal Time)14.1419447584225414.24854233197848813.78661951323604413.8932170867919922710200
Tue Dec 19 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.89320775920977413.89320775920977413.50235025191742713.608947753906251096600
Wed Dec 20 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.60895121673894614.03534133319029613.60895121673894613.9642763137817383904000
Thu Dec 21 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.92874542708249114.03534296861628813.68001783017030913.7866153717041023891400
Fri Dec 22 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.8576765060424813.96427401762742413.78661149831918613.857676506042482170200
Tue Dec 26 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.85767414514693613.85767414514693613.75107665172272913.822141647338867935600
Wed Dec 27 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.78661693226207413.8221494501287313.6800193786621113.680019378662111391400
Thu Dec 28 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.608954342928813.78661693226207413.57342182506214613.680019378662111983000
Fri Dec 29 1995 00:00:00 GMT+0000 (Coordinated Universal Time)13.6089561447616713.75108623504638813.46682605447695413.7510862350463881028000

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