Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Abc
@kaggle.artemburenok_sp_500_stock_prices.abc

  • 301.45 KB
  • 6974 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Apr 04 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.93752.968752.81252.9531252.275673389434814540387200
Wed Apr 05 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.906252.968752.843752.843752.191388130187988312236800
Thu Apr 06 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.843752.93752.843752.8906252.2275109291076663776000
Fri Apr 07 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.906252.906252.843752.843752.19138813018798831920800
Mon Apr 10 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.843752.906252.843752.8752.2154705524444582047200
Tue Apr 11 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.843752.906252.843752.8593752.203430175781254096800
Wed Apr 12 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.843752.8752.843752.8593752.203430175781252457600
Thu Apr 13 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.843752.8752.843752.8752.2154705524444582297600
Mon Apr 17 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.843752.9531252.843752.9531252.27567338943481452233600
Tue Apr 18 1995 00:00:00 GMT+0000 (Coordinated Universal Time)2.8906252.9531252.8752.93752.2636327743530282441600

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