Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Cme
@kaggle.artemburenok_sp_500_stock_prices.cme

  • 251.25 KB
  • 5040 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Dec 06 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.8000001907348638.6400003433227547.780000209808358.5799999237060554.830553531646728527551000
Mon Dec 09 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.5399999618530278.56000041961678.2279996871948248.4040002822875984.7314658164978033149500
Tue Dec 10 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.409999847412118.659999847412118.3299999237060558.5500001907348634.8136630058288571723000
Wed Dec 11 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.5399999618530279.1000003814697288.4600000381469739.012000083923345.0737709999084472549000
Thu Dec 12 2002 00:00:00 GMT+0000 (Coordinated Universal Time)9.012000083923349.012000083923348.7200002670288098.7819995880126954.9442791938781741355500
Fri Dec 13 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.7819995880126958.7939996719360358.6499996185302738.7299995422363284.915004730224609987500
Mon Dec 16 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.6999998092651378.758.590000152587898.6199998855590824.853074073791504798000
Tue Dec 17 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.6000003814697278.8000001907348638.56000041961678.6540002822875984.8722181320190431646000
Wed Dec 18 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.6400003433227548.6400003433227548.5100002288818368.5340003967285164.804657936096191742000
Thu Dec 19 2002 00:00:00 GMT+0000 (Coordinated Universal Time)8.5100002288818368.5399999618530278.4340000152587898.4600000381469734.762996196746826684000

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