Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Gm
@kaggle.artemburenok_sp_500_stock_prices.gm

  • 129.1 KB
  • 3038 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Nov 18 2010 00:00:00 GMT+0000 (Coordinated Universal Time)3535.990001678466833.8899993896484434.18999862670898426.30653953552246457044300
Fri Nov 19 2010 00:00:00 GMT+0000 (Coordinated Universal Time)34.15000152587890634.533.1100006103515634.259998321533226.36039924621582107842000
Mon Nov 22 2010 00:00:00 GMT+0000 (Coordinated Universal Time)34.2000007629394534.4799995422363333.81000137329101634.0800018310546926.22190666198730536650600
Tue Nov 23 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.9500007629394533.990001678466833.18999862670898433.2525.58328247070312531170200
Wed Nov 24 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.7299995422363333.7999992370605533.22000122070312533.4799995422363325.7602462768554726138000
Fri Nov 26 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.4099998474121133.81000137329101633.20999908447265633.7999992370605526.0064620971679712301200
Mon Nov 29 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.7999992370605533.81000137329101633.0699996948242233.7999992370605526.0064620971679727776900
Tue Nov 30 2010 00:00:00 GMT+0000 (Coordinated Universal Time)33.52999877929687534.2533.3600006103515634.2000007629394526.31423187255859757476900
Wed Dec 01 2010 00:00:00 GMT+0000 (Coordinated Universal Time)34.65000152587890634.9500007629394534.4199981689453134.77999877929687526.76049995422363634633200
Thu Dec 02 2010 00:00:00 GMT+0000 (Coordinated Universal Time)34.9199981689453134.9799995422363334.509998321533234.6800003051757826.6835594177246123196100

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