Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Lvs
@kaggle.artemburenok_sp_500_stock_prices.lvs

  • 205.49 KB
  • 4531 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Dec 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)41.90000152587890649.4500007629394541.65000152587890646.56000137329101631.0517921447753926246300
Thu Dec 16 2004 00:00:00 GMT+0000 (Coordinated Universal Time)48.0999984741210950.5999984741210947.90000152587890649.1100006103515632.752433776855477778200
Fri Dec 17 2004 00:00:00 GMT+0000 (Coordinated Universal Time)49.1100006103515653.2548.110000610351565335.346752166748054755800
Mon Dec 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.7000007629394553.9799995422363348.3300018310546948.5999984741210932.412311553955086098000
Tue Dec 21 2004 00:00:00 GMT+0000 (Coordinated Universal Time)48.5999984741210949.1800003051757845.5999984741210947.38000106811523431.5986576080322273209500
Wed Dec 22 2004 00:00:00 GMT+0000 (Coordinated Universal Time)47.2000007629394549.5499992370605546.90000152587890648.509998321533232.352275848388671837400
Thu Dec 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time)48.6100006103515649.3499984741210948.2999992370605548.532.34560775756836633500
Mon Dec 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)48.509998321533249.009998321533246.9099998474121147.65000152587890631.778722763061523800700
Tue Dec 28 2004 00:00:00 GMT+0000 (Coordinated Universal Time)47.4500007629394548.2999992370605546.548.0999984741210932.078849792480471169600
Wed Dec 29 2004 00:00:00 GMT+0000 (Coordinated Universal Time)48.0999984741210948.2000007629394547.5499992370605547.8899993896484431.938796997070312566500

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