Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Bbwi
@kaggle.artemburenok_sp_500_stock_prices.bbwi

  • 393.19 KB
  • 10263 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Apr 01 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.4163670539855962.3998160362243652.3998160362243650.640097439289093128395
Fri Apr 02 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.43291711807250982.3998160362243652.3998160362243650.640097439289093161627
Mon Apr 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.4494678974151612.4163670539855962.4163670539855960.6445121169090271196369
Tue Apr 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.43291711807250982.4163670539855962.4163670539855960.6445121169090271136703
Wed Apr 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.43291711807250982.4163670539855962.4163670539855960.644512116909027164198
Thu Apr 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.499119043350222.48256897926330572.48256897926330570.6621701121330261294554
Mon Apr 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.4660179615020752.4494678974151612.4494678974151610.6533408164978027299085
Tue Apr 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.4660179615020752.4494678974151612.4494678974151610.653340816497802799695
Wed Apr 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.3832659721374512.3667159080505372.3667159080505370.6312687397003174171445
Thu Apr 15 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.43291711807250982.4163670539855962.4163670539855960.6445121169090271219027

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