Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Lyv
@kaggle.artemburenok_sp_500_stock_prices.lyv

  • 181.69 KB
  • 4274 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Dec 21 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1111.05000019073486310.55000019073486310.85000038146972810.8500003814697285796900
Thu Dec 22 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.60000038146972811.11999988555908210.5900001525878910.60000038146972810.6000003814697284152500
Fri Dec 23 2005 00:00:00 GMT+0000 (Coordinated Universal Time)10.89999961853027212.77999973297119110.89999961853027211.94999980926513711.9499998092651378844700
Tue Dec 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)12.19999980926513712.78999996185302712.13000011444091812.512.53324100
Wed Dec 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)12.251412.2513.30000019073486313.3000001907348633187700
Thu Dec 29 2005 00:00:00 GMT+0000 (Coordinated Universal Time)13.80000019073486313.82999992370605613.21000003814697313.21000003814697313.2100000381469731092100
Fri Dec 30 2005 00:00:00 GMT+0000 (Coordinated Universal Time)13.64999961853027213.64999961853027212.6599998474121113.10000038146972813.1000003814697281208400
Tue Jan 03 2006 00:00:00 GMT+0000 (Coordinated Universal Time)12.89999961853027213.512.810000419616713.513.51875500
Wed Jan 04 2006 00:00:00 GMT+0000 (Coordinated Universal Time)13.47000026702880913.8500003814697281313132342000
Thu Jan 05 2006 00:00:00 GMT+0000 (Coordinated Universal Time)13.30000019073486313.310000419616712.94999980926513713132880600

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