Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ir
@kaggle.artemburenok_sp_500_stock_prices.ir

  • 67.94 KB
  • 1408 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri May 12 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.2521.29999923706054720.27000045776367221.10000038146972721.0581398010253910933700
Mon May 15 2017 00:00:00 GMT+0000 (Coordinated Universal Time)21.0100002288818422.29999923706054721.0100002288818422.02000045776367221.9763164520263673487300
Tue May 16 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.19000053405761722.4099998474121122.04999923706054722.10000038146972722.05615806579591289300
Wed May 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.14999961853027722.5100002288818421.67000007629394522.10000038146972722.05615806579591583700
Thu May 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.19000053405761723.629999160766621.97999954223632822.522.455362319946294075200
Fri May 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.55999946594238323.48999977111816422.3199996948242222.7199993133544922.6749248504638671248600
Mon May 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.79999923706054723.0900001525878922.52000045776367222.8899993896484422.84458923339844383100
Tue May 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)22.98999977111816423.6100006103515622.64999961853027723.45000076293945323.40347671508789704000
Wed May 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.54000091552734423.59300041198730523.0100002288818423.35000038146972723.30367851257324408800
Thu May 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)23.42000007629394523.8199996948242222.30999946594238322.5100002288818422.4653415679931641080700

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