Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Wmb
@kaggle.artemburenok_sp_500_stock_prices.wmb

  • 392.36 KB
  • 10326 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.4377489089965823.507908105850223.367590904235843.4143629074096680.7203577160835266521946
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.4143629074096683.42995405197143553.38318204879760743.42995405197143550.7236469984054565224493
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.30522799491882323.3987729549407963.1960940361022953.2740468978881840.6907535791397095686307
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.22727489471435553.2740468978881843.1805028915405283.1805028915405280.67101776599884031118455
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.1649119853973393.22727489471435553.0869588851928713.1649119853973390.6677291989326477831425
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.2116839885711673.2428660392761233.1649119853973393.2116839885711670.6775965690612793682298
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.1337308883666993.2428660392761233.0090050697326663.0401868820190430.6414139866828918558025
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)3.0401868820190433.07136797904968262.99341392517089843.02459597587585450.6381248831748962521144
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.99341392517089843.0869588851928712.884279966354372.91546106338500980.615100085735321753654
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.8998699188232422.91546106338500982.86868906021118162.884279966354370.608521044254303700738

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