Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Tmus
@kaggle.artemburenok_sp_500_stock_prices.tmus

  • 175.72 KB
  • 3943 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Apr 19 2007 00:00:00 GMT+0000 (Coordinated Universal Time)50.2000007629394555.2200012207031254954.7999992370605545.4043922424316415862400
Fri Apr 20 2007 00:00:00 GMT+0000 (Coordinated Universal Time)54.7999992370605557.5999984741210954.2000007629394557.0999984741210947.310050964355473054700
Mon Apr 23 2007 00:00:00 GMT+0000 (Coordinated Universal Time)57.2000007629394557.88000106811523456.5800018310546957.547.64146804809571876400
Tue Apr 24 2007 00:00:00 GMT+0000 (Coordinated Universal Time)57.0200004577636758.7999992370605557.0200004577636758.40000152587890648.387165069580081532950
Wed Apr 25 2007 00:00:00 GMT+0000 (Coordinated Universal Time)59.0999984741210959.557.0200004577636757.22000122070312547.409477233886721225350
Thu Apr 26 2007 00:00:00 GMT+0000 (Coordinated Universal Time)58.558.5800018310546954.5999984741210956.40000152587890646.73006820678711639700
Fri Apr 27 2007 00:00:00 GMT+0000 (Coordinated Universal Time)56.4000015258789065755.2999992370605556.7999992370605547.061485290527344178150
Mon Apr 30 2007 00:00:00 GMT+0000 (Coordinated Universal Time)56.95999908447265657.919998168945315656.0999984741210946.48150253295898182500
Tue May 01 2007 00:00:00 GMT+0000 (Coordinated Universal Time)565755.5999984741210955.7999992370605546.23293685913086459200
Wed May 02 2007 00:00:00 GMT+0000 (Coordinated Universal Time)55.5999984741210957.240001678466855.5200004577636756.3199996948242246.66378402709961428500

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