Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Lyb
@kaggle.rprkh15_sp500_stock_prices.lyb

  • 159.55 KB
  • 3073 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Apr 28 2010 00:00:00 GMT+0000 (Coordinated Universal Time)11.42406705292788311.42406705292788311.14167477592838511.2957067489624025244400
Thu Apr 29 2010 00:00:00 GMT+0000 (Coordinated Universal Time)11.29570388793945111.9375052452087411.2443595834956811.8091449737548858773600
Fri Apr 30 2010 00:00:00 GMT+0000 (Coordinated Universal Time)11.7834750883919311.80914675483008511.42406588238997111.4497375488281231644400
Mon May 03 2010 00:00:00 GMT+0000 (Coordinated Universal Time)11.68078261905076911.78347120962395611.62943832376417111.7064542770385743302700
Tue May 04 2010 00:00:00 GMT+0000 (Coordinated Universal Time)11.70645939888226811.70645939888226811.03898620605468811.0389862060546882276500
Wed May 05 2010 00:00:00 GMT+0000 (Coordinated Universal Time)11.29570851192532811.29570851192532810.26882591993211810.571756362915046999200
Thu May 06 2010 00:00:00 GMT+0000 (Coordinated Universal Time)10.52554295201856310.5512146162746089.4729890485411949.9864301681518558029400
Fri May 07 2010 00:00:00 GMT+0000 (Coordinated Universal Time)10.01210376755696410.0377754367748549.1905976215361639.5500068664550783881500
Mon May 10 2010 00:00:00 GMT+0000 (Coordinated Universal Time)10.14046546429791610.1918097890933789.6013525022244159.760519027709963861100
Tue May 11 2010 00:00:00 GMT+0000 (Coordinated Universal Time)9.627022634779169.8991468271410159.627022634779169.7040386199951152626900

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

Share link

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