Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Lyb
@kaggle.artemburenok_sp_500_stock_prices.lyb

  • 151.74 KB
  • 3181 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Apr 28 2010 00:00:00 GMT+0000 (Coordinated Universal Time)22.2522.2521.7000007629394532210.9969434738159185244400
Thu Apr 29 2010 00:00:00 GMT+0000 (Coordinated Universal Time)2223.2521.8999996185302772311.4968061447143558773600
Fri Apr 30 2010 00:00:00 GMT+0000 (Coordinated Universal Time)22.9500007629394532322.2522.29999923706054711.1469030380249021644400
Mon May 03 2010 00:00:00 GMT+0000 (Coordinated Universal Time)22.7522.95000076293945322.64999961853027722.79999923706054711.3968324661254883302700
Tue May 04 2010 00:00:00 GMT+0000 (Coordinated Universal Time)22.79999923706054722.79999923706054721.521.510.7470159530639652276500
Wed May 05 2010 00:00:00 GMT+0000 (Coordinated Universal Time)22222020.5900001525878910.2921400070190456999200
Thu May 06 2010 00:00:00 GMT+0000 (Coordinated Universal Time)20.520.54999923706054718.45000076293945319.4500007629394539.722300529479988029400
Fri May 07 2010 00:00:00 GMT+0000 (Coordinated Universal Time)19.519.54999923706054717.89999961853027318.6000003814697279.2974185943603523881500
Mon May 10 2010 00:00:00 GMT+0000 (Coordinated Universal Time)19.7519.85000038146972718.70000076293945319.010000228881849.5023622512817383861100
Tue May 11 2010 00:00:00 GMT+0000 (Coordinated Universal Time)18.7519.28000068664550818.7518.8999996185302779.4473762512207032626900

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