Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Gpn
@kaggle.artemburenok_sp_500_stock_prices.gpn

  • 255.1 KB
  • 5514 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 16 2001 00:00:00 GMT+0000 (Coordinated Universal Time)3.753.753.753.753.550133705139163200
Wed Jan 17 2001 00:00:00 GMT+0000 (Coordinated Universal Time)3.753.753.753.753.55013370513916122800
Thu Jan 18 2001 00:00:00 GMT+0000 (Coordinated Universal Time)3.8754.1253.8754.1253.9051473140716553167200
Fri Jan 19 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.18754.281254.18754.281254.05306816101074259600
Mon Jan 22 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.254.6254.254.56254.319327354431152146800
Tue Jan 23 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.54.781254.54.68754.43766784667968876000
Wed Jan 24 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6254.56254.56254.319327354431152560000
Thu Jan 25 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.656254.68754.6254.68754.437667846679688143200
Fri Jan 26 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.6254.6406254.6254.6254.37849712371826282000
Mon Jan 29 2001 00:00:00 GMT+0000 (Coordinated Universal Time)4.6300001144409184.68754.5999999046325684.6750001907348634.425833225250244262000

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