Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Cfg
@kaggle.artemburenok_sp_500_stock_prices.cfg

  • 94.72 KB
  • 2071 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Sep 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)21.523.2199993133544921.35000038146972723.0799999237060517.92995452880859460450900
Thu Sep 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.55999946594238323.4099998474121122.45000076293945323.04999923706054717.9066448211669928430000
Fri Sep 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.1800003051757823.370000839233422.9099998474121123.2518.0620155334472662504400
Mon Sep 29 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.1399993896484423.45000076293945322.9099998474121123.22999954223632818.0464801788330084832600
Tue Sep 30 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.1100006103515623.5699996948242223.04999923706054723.42000007629394518.194084167480474103100
Wed Oct 01 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.2199993133544923.6100006103515623.1100006103515623.44000053405761718.209621429443363915500
Thu Oct 02 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.3400001525878923.5900001525878923.3029994964599623.3400001525878918.1319332122802773121400
Fri Oct 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.379999160766623.4699993133544923.0100002288818423.22999954223632818.0464801788330081585900
Mon Oct 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)23.28000068664550823.370000839233422.6100006103515622.6399993896484417.58812904357911208400
Tue Oct 07 2014 00:00:00 GMT+0000 (Coordinated Universal Time)22.55999946594238322.73999977111816422.2600002288818422.52000045776367217.4949054718017581508400

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