Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Syf
@kaggle.artemburenok_sp_500_stock_prices.syf

  • 94.27 KB
  • 2109 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Jul 31 2014 00:00:00 GMT+0000 (Coordinated Universal Time)232422.6000003814697272319.67980575561523456477500
Fri Aug 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.8999996185302772322.6700000762939452319.6798057556152346458900
Mon Aug 04 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.10000038146972723.129999160766622.8999996185302772319.6798057556152343455900
Tue Aug 05 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.98999977111816423.0100002288818422.6700000762939452319.6798057556152344450200
Wed Aug 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.79999923706054722.97999954223632822.67000007629394522.97999954223632819.6626968383789036993400
Thu Aug 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.889999389648442322.79999923706054722.9300003051757819.6199188232421883186900
Fri Aug 08 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.9300003051757823.03000068664550822.79999923706054722.95000076293945319.6370258331298832855000
Mon Aug 11 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.89999961853027722.9300003051757822.79999923706054722.9300003051757819.6199188232421881767500
Tue Aug 12 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.889999389648442322.829999923706052319.6798057556152341549700
Wed Aug 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)2323.22999954223632822.879999160766623.1800003051757819.8338203430175751659100

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