Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Msci
@kaggle.artemburenok_sp_500_stock_prices.msci

  • 176.95 KB
  • 3796 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Nov 15 2007 00:00:00 GMT+0000 (Coordinated Universal Time)2328.45000076293945322.05999946594238326.10000038146972723.83432197570800811770500
Fri Nov 16 2007 00:00:00 GMT+0000 (Coordinated Universal Time)25.97999954223632825.97999954223632823.60000038146972724.95999908447265622.793277740478521242900
Mon Nov 19 2007 00:00:00 GMT+0000 (Coordinated Universal Time)24.70999908447265625.7524.53000068664550825.7523.51470184326172469500
Tue Nov 20 2007 00:00:00 GMT+0000 (Coordinated Universal Time)25.42000007629394529.20999908447265625.2600002288818427.3199996948242224.948410034179688522200
Wed Nov 21 2007 00:00:00 GMT+0000 (Coordinated Universal Time)2727.129999160766625.94000053405761726.64999961853027724.336572647094727167500
Fri Nov 23 2007 00:00:00 GMT+0000 (Coordinated Universal Time)27.29999923706054728.3299999237060526.8199996948242227.39999961853027725.021469116210938100700
Mon Nov 26 2007 00:00:00 GMT+0000 (Coordinated Universal Time)27.98999977111816429.48999977111816427.53000068664550827.79999923706054725.386749267578125438300
Tue Nov 27 2007 00:00:00 GMT+0000 (Coordinated Universal Time)28.22999954223632828.7526.28000068664550826.97999954223632824.637922286987305305800
Wed Nov 28 2007 00:00:00 GMT+0000 (Coordinated Universal Time)27.120000839233427.620000839233426.6800003051757827.29999923706054724.930150985717773273600
Thu Nov 29 2007 00:00:00 GMT+0000 (Coordinated Universal Time)26.6100006103515627.98999977111816426.60000038146972727.29999923706054724.930150985717773110600

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