Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Czr
@kaggle.artemburenok_sp_500_stock_prices.czr

  • 95.89 KB
  • 2073 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Sep 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.754.754.0999999046325684.3499999046325684.34999990463256821900
Tue Sep 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.4499998092651374.4499998092651373.9000000953674324.2600002288818364.26000022888183681700
Wed Sep 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)3.7000000476837164.3400001525878913.6099998950958254.3400001525878914.34000015258789194400
Thu Sep 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.3499999046325684.4400000572204593.7999999523162844429800
Fri Sep 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)44.40000009536743244.4000000953674324.400000095367432161500
Mon Sep 29 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.3899998664855964.38999986648559644.2300000190734864.230000019073486138700
Tue Sep 30 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.1399998664855964.2544.2100000381469734.21000003814697326100
Wed Oct 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.2100000381469734.2100000381469734.030000209808354.0999999046325684.099999904632568105900
Thu Oct 02 2014 00:00:00 GMT+0000 (Coordinated Universal Time)4.0799999237060554.2699999809265143.7400000095367434.2699999809265144.26999998092651432500
Fri Oct 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)44.2899999618530273.9100000858306894.1500000953674324.15000009536743238300

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