Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Keys
@kaggle.artemburenok_sp_500_stock_prices.keys

  • 100.56 KB
  • 2053 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Oct 20 2014 00:00:00 GMT+0000 (Coordinated Universal Time)27.8999996185302773327.3199996948242228.2528.251333600
Tue Oct 21 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.48999977111816429.48999977111816428.29999923706054728.30999946594238328.309999465942383697700
Wed Oct 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.4699993133544928.909999847412112828.7528.75768800
Thu Oct 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)28.7529.8899993896484428.60000038146972729.2529.251270700
Fri Oct 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)29.1100006103515630.0900001525878929.1100006103515629.7529.751540700
Mon Oct 27 2014 00:00:00 GMT+0000 (Coordinated Universal Time)29.85000038146972730.29000091552734429.370000839233430.10000038146972730.100000381469727766700
Tue Oct 28 2014 00:00:00 GMT+0000 (Coordinated Universal Time)30.29999923706054731.29000091552734429.94000053405761730.64999961853027730.649999618530277536200
Wed Oct 29 2014 00:00:00 GMT+0000 (Coordinated Universal Time)30.6499996185302773129.9400005340576173030596300
Thu Oct 30 2014 00:00:00 GMT+0000 (Coordinated Universal Time)30.14999961853027730.69000053405761729.7530.2530.25415600
Fri Oct 31 2014 00:00:00 GMT+0000 (Coordinated Universal Time)30.2531.97999954223632830.2531.531.529854300

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