Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Xyl
@kaggle.artemburenok_sp_500_stock_prices.xyl

  • 132.17 KB
  • 2811 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Oct 13 2011 00:00:00 GMT+0000 (Coordinated Universal Time)23.524.2700004577636722324.2520.7902774810791396800
Fri Oct 14 2011 00:00:00 GMT+0000 (Coordinated Universal Time)24.3600006103515625.48999977111816424.3600006103515625.35000038146972721.733341217041016402600
Mon Oct 17 2011 00:00:00 GMT+0000 (Coordinated Universal Time)25.525.79999923706054725.1599998474121125.1599998474121121.57044982910156583400
Tue Oct 18 2011 00:00:00 GMT+0000 (Coordinated Universal Time)25.05999946594238325.3600006103515624.89999961853027725.23999977111816421.6390380859375423500
Wed Oct 19 2011 00:00:00 GMT+0000 (Coordinated Universal Time)25.2525.35000038146972724.7524.7521.21894836425781722200
Thu Oct 20 2011 00:00:00 GMT+0000 (Coordinated Universal Time)24.79999923706054725.03000068664550824.3299999237060524.7521.21894836425781549700
Fri Oct 21 2011 00:00:00 GMT+0000 (Coordinated Universal Time)2525.7524.95000076293945325.54000091552734421.89623451232911764500
Mon Oct 24 2011 00:00:00 GMT+0000 (Coordinated Universal Time)25.525.85000038146972725.525.77000045776367222.09342193603516371300
Tue Oct 25 2011 00:00:00 GMT+0000 (Coordinated Universal Time)25.879999160766626.079999923706052525.7522.076271057128903546800
Wed Oct 26 2011 00:00:00 GMT+0000 (Coordinated Universal Time)26.0900001525878926.0900001525878924.8600006103515625.02000045776367221.45041847229004657300

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