Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Nrg
@kaggle.artemburenok_sp_500_stock_prices.nrg

  • 198.05 KB
  • 4792 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Dec 02 2003 00:00:00 GMT+0000 (Coordinated Universal Time)9.59.6259.59.6257.794466972351074160000
Wed Dec 03 2003 00:00:00 GMT+0000 (Coordinated Universal Time)9.759.759.759.757.895692348480225300000
Thu Dec 04 2003 00:00:00 GMT+0000 (Coordinated Universal Time)10.12510.12510.12510.1258.1993751525878950000
Fri Dec 05 2003 00:00:00 GMT+0000 (Coordinated Universal Time)10.12510.12510.12510.1258.19937515258789
Mon Dec 08 2003 00:00:00 GMT+0000 (Coordinated Universal Time)10.510.89999961853027210.510.8999996185302728.82697868347168954000
Tue Dec 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)10.89999961853027211.37510.89999961853027211.06499958038338.9605970382690433014200
Wed Dec 10 2003 00:00:00 GMT+0000 (Coordinated Universal Time)11.12511.511.12511.259.1104173660278322994600
Thu Dec 11 2003 00:00:00 GMT+0000 (Coordinated Universal Time)11.37511.511.314999580383311.4499998092651379.2723770141601562203200
Fri Dec 12 2003 00:00:00 GMT+0000 (Coordinated Universal Time)11.511.52499961853027211.46000003814697311.4750003814697289.292624473571776709000
Mon Dec 15 2003 00:00:00 GMT+0000 (Coordinated Universal Time)11.44999980926513711.44999980926513711.19999980926513711.1999998092651379.069925308227541287000

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