Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ceg
@kaggle.artemburenok_sp_500_stock_prices.ceg

  • 16.14 KB
  • 228 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Jan 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)3843384241.62130737304688129900
Thu Jan 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)40.9500007629394548.36999893188476640.950000762939454544.5942611694336153400
Fri Jan 21 2022 00:00:00 GMT+0000 (Coordinated Universal Time)4349.9500007629394542.950000762939454544.5942611694336329500
Mon Jan 24 2022 00:00:00 GMT+0000 (Coordinated Universal Time)44.919998168945314541.88000106811523442.7999992370605542.41409683227539110000
Tue Jan 25 2022 00:00:00 GMT+0000 (Coordinated Universal Time)42.544.9199981689453141.3300018310546941.8979988098144541.5202293395996123500
Wed Jan 26 2022 00:00:00 GMT+0000 (Coordinated Universal Time)45.009998321533245.06000137329101642.2543.22000122070312542.8303146362304790500
Thu Jan 27 2022 00:00:00 GMT+0000 (Coordinated Universal Time)47.259998321533249.61999893188476643.7545.759998321533245.34740829467773151600
Fri Jan 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)44.5499992370605547.5999984741210944.15000152587890646.7546.3284873962402443600
Mon Jan 31 2022 00:00:00 GMT+0000 (Coordinated Universal Time)4648464847.5672111511230571300
Tue Feb 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)47.55047.0499992370605549.7799987792968849.3311653137207298800

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