Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Coo
@kaggle.artemburenok_sp_500_stock_prices.coo

  • 369.4 KB
  • 10058 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 21 1983 00:00:00 GMT+0000 (Coordinated Universal Time)32.2531.531.528.617870330810547140600
Mon Jan 24 1983 00:00:00 GMT+0000 (Coordinated Universal Time)33.7533.562533.562530.491662979125977596933
Tue Jan 25 1983 00:00:00 GMT+0000 (Coordinated Universal Time)35.62535.437535.437532.19512176513672308600
Wed Jan 26 1983 00:00:00 GMT+0000 (Coordinated Universal Time)35.62535.437535.437532.19512176513672156533
Thu Jan 27 1983 00:00:00 GMT+0000 (Coordinated Universal Time)37.537.312537.312533.89854431152344148333
Fri Jan 28 1983 00:00:00 GMT+0000 (Coordinated Universal Time)36.937536.7536.7533.38751220703125148867
Mon Jan 31 1983 00:00:00 GMT+0000 (Coordinated Universal Time)36.562536.187536.187532.8764762878418126667
Tue Feb 01 1983 00:00:00 GMT+0000 (Coordinated Universal Time)35.2535.062535.062531.8544139862060579333
Wed Feb 02 1983 00:00:00 GMT+0000 (Coordinated Universal Time)35.062534.87534.87531.6840610504150486733
Thu Feb 03 1983 00:00:00 GMT+0000 (Coordinated Universal Time)35.437535.2535.2532.0247650146484450600

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