Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Lkq
@kaggle.artemburenok_sp_500_stock_prices.lkq

  • 202.92 KB
  • 4832 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Oct 06 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.89625000953674321.9862500429153441.8787499666213991.97374999523162841.9264853000640873068800
Tue Oct 07 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.9562499523162842.0750000476837161.9562499523162842.031251.9826084375381473391200
Wed Oct 08 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2.0437500476837162.0437500476837161.9750000238418582.0125000476837161.96430754661560083191200
Thu Oct 09 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.98874998092651372.0125000476837161.9500000476837161.9500000476837161.9033041000366211222400
Fri Oct 10 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.9500000476837161.99249994754791281.8937499523162841.92750000953674321.88134300708770752668000
Mon Oct 13 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.9349999427795411.9349999427795411.906251.91375005245208761.86792218685150121512000
Tue Oct 14 2003 00:00:00 GMT+0000 (Coordinated Universal Time)1.92124998569488532.0812499523162841.91375005245208762.03749990463256841.988708615303042140000
Wed Oct 15 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2.0387499332427982.11500000953674322.0012500286102291.953326940536499784800
Thu Oct 16 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2.01749992370605472.0312522.0125000476837161.9643075466156008386400
Fri Oct 17 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2.0012500286102292.0074999332427981.9812500476837161.9812500476837161.93380582332611081601600

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