Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Eix
@kaggle.artemburenok_sp_500_stock_prices.eix

  • 405.29 KB
  • 12515 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu May 03 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.281256.06256.250.440107971429824856800
Fri May 04 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.3756.281256.31250.444508999586105355600
Mon May 07 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.343756.281256.281250.442308574914932226400
Tue May 08 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.3756.281256.3750.448910176753997866800
Wed May 09 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.406256.343756.343750.446709305047988957200
Thu May 10 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.343756.31256.31250.444508999586105375200
Fri May 11 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.31256.256.281250.442308574914932222400
Mon May 14 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.256.156256.156250.433506488800048832400
Tue May 15 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.1256.031256.093750.42910528182983483200
Wed May 16 1973 00:00:00 GMT+0000 (Coordinated Universal Time)6.1256.093756.093750.42910528182983481600

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