Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Bsx
@kaggle.artemburenok_sp_500_stock_prices.bsx

  • 271.35 KB
  • 7701 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue May 19 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.254.343754.218754.281254.281257799600
Wed May 20 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.343754.3754.31254.3754.3752560400
Thu May 21 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.3754.3754.31254.3754.3751854000
Fri May 22 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.406254.593754.3754.531254.531253206400
Tue May 26 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.531254.3754.3754.3751727600
Wed May 27 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.406254.468754.406254.43754.4375794000
Thu May 28 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.468754.54.43754.468754.46875250800
Fri May 29 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.593754.468754.56254.56251041600
Mon Jun 01 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.56254.656254.56254.6254.625859600
Tue Jun 02 1992 00:00:00 GMT+0000 (Coordinated Universal Time)4.68754.68754.56254.656254.656251385600

CREATE TABLE bsx (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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