Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Enph
@kaggle.artemburenok_sp_500_stock_prices.enph

  • 114.45 KB
  • 2695 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Mar 30 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.58.2399997711181647.0599999427795417.3400001525878917.3400001525878915048600
Mon Apr 02 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.6500000953674328.1999998092651377.4000000953674327.8099999427795417.809999942779541495500
Tue Apr 03 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.757.8000001907348637.57.6399998664855967.639999866485596316600
Wed Apr 04 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.7699999809265147.7699999809265147.3099999427795417.4499998092651377.449999809265137165100
Thu Apr 05 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.4800000190734867.5500001907348637.3699998855590827.4299998283386237.429999828338623104300
Mon Apr 09 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.8899998664855967.8899998664855966.6199998855590826.9800000190734866.980000019073486123300
Tue Apr 10 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.0900001525878917.2300000190734866.969999790191657.0700001716613777.070000171661377247300
Wed Apr 11 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.257.5300002098083577.1300001144409187.130000114440918161900
Thu Apr 12 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.5599999427795417.5599999427795417.0799999237060557.3000001907348637.30000019073486341700
Fri Apr 13 2012 00:00:00 GMT+0000 (Coordinated Universal Time)7.6900000572204597.69000005722045977.0999999046325687.09999990463256892200

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