Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Stx
@kaggle.artemburenok_sp_500_stock_prices.stx

  • 223.47 KB
  • 5037 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Dec 11 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.51211.2511.55.859082698822021536719700
Thu Dec 12 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.511.5900001525878911.02000045776367211.180000305175785.6960458755493169195600
Fri Dec 13 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.10000038146972811.510.94999980926513711.4200000762939445.8183226585388187739400
Mon Dec 16 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.3199996948242211.61999988555908211.13000011444091811.6099996566772465.9151248931884773836400
Tue Dec 17 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.60000038146972811.77999973297119111.44999980926513711.55.85908269882202152729900
Wed Dec 18 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.42000007629394411.4300003051757811.13000011444091811.1999998092651375.706237792968752152800
Thu Dec 19 2002 00:00:00 GMT+0000 (Coordinated Universal Time)11.14999961853027211.19999980926513710.71000003814697310.7600002288818365.4820642471313486450800
Fri Dec 20 2002 00:00:00 GMT+0000 (Coordinated Universal Time)10.85000038146972810.939999580383310.560000419616710.81000041961675.507539272308352930900
Mon Dec 23 2002 00:00:00 GMT+0000 (Coordinated Universal Time)10.71000003814697310.71000003814697310.19999980926513710.3999996185302725.2986497879028323455900
Tue Dec 24 2002 00:00:00 GMT+0000 (Coordinated Universal Time)10.39999961853027210.4499998092651371010.2399997711181645.2171301841735843302500

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