Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ttwo
@kaggle.artemburenok_sp_500_stock_prices.ttwo

  • 263.23 KB
  • 6461 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Apr 15 1997 00:00:00 GMT+0000 (Coordinated Universal Time)3.66666698455810553.91666698455810553.4166669845581053.91666698455810553.9164252281188971785600
Wed Apr 16 1997 00:00:00 GMT+0000 (Coordinated Universal Time)3.91666698455810554.16666698455810553.58333301544189453.70833301544189543.708104133605957443700
Thu Apr 17 1997 00:00:00 GMT+0000 (Coordinated Universal Time)3.754.0833330154418953.753.83333301544189543.833096265792847252150
Fri Apr 18 1997 00:00:00 GMT+0000 (Coordinated Universal Time)3.833333015441895443.833333015441895443.999752998352051165900
Mon Apr 21 1997 00:00:00 GMT+0000 (Coordinated Universal Time)3.916666984558105543.916666984558105543.99975299835205177400
Tue Apr 22 1997 00:00:00 GMT+0000 (Coordinated Universal Time)443.91666698455810553.91666698455810553.91642522811889781600
Wed Apr 23 1997 00:00:00 GMT+0000 (Coordinated Universal Time)44.53.91666698455810554.54.499722003936768180600
Thu Apr 24 1997 00:00:00 GMT+0000 (Coordinated Universal Time)4.554.41666698455810554.8333330154418954.833034515380859281550
Fri Apr 25 1997 00:00:00 GMT+0000 (Coordinated Universal Time)4.91666698455810554.91666698455810554.41666698455810554.54.499722003936768114150
Mon Apr 28 1997 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.7083330154418954.3333330154418954.3333330154418954.33306550979614376650

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