Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Hpe
@kaggle.artemburenok_sp_500_stock_prices.hpe

  • 78.52 KB
  • 1802 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Oct 19 2015 00:00:00 GMT+0000 (Coordinated Universal Time)10.75233078002929710.7523307800292979.5782918930053739.6189765930175787.9105219841003422721233
Tue Oct 20 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.4446153640747099.8398361206054699.4446153640747099.804963111877448.0634756088256841220907
Wed Oct 21 2015 00:00:00 GMT+0000 (Coordinated Universal Time)10.02582168579101610.0839433670043969.53179645538339.5782918930053737.877065658569336135236
Thu Oct 22 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.7119703292846689.909580230712899.4388027191162139.8514604568481458.101714134216309189261
Fri Oct 23 2015 00:00:00 GMT+0000 (Coordinated Universal Time)10.02582168579101610.0258216857910169.7933387756347669.880519866943368.125616073608398103061
Mon Oct 26 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.9444532394409189.9444532394409189.4794874191284189.543419837951667.848388195037842885743
Tue Oct 27 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.6247892379760749.7352180480957039.0668296813964849.142387390136727.518583774566651094274
Wed Oct 28 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.2411918640136729.502736091613779.209225654602059.4620513916015627.781471729278564509801
Thu Oct 29 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.305125236511239.4562387466430669.037770271301279.270253181457527.62373685836792499650
Fri Oct 30 2015 00:00:00 GMT+0000 (Coordinated Universal Time)9.2411918640136729.3574342727661128.5553684234619148.5553684234619147.0358252525329594214161

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