Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Lhx
@kaggle.artemburenok_sp_500_stock_prices.lhx

  • 396.93 KB
  • 10326 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)9.5956249237060569.7432498931884779.4479999542236339.7137250900268553.3170289993286133180779
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)9.5956249237060569.7137250900268559.4479999542236339.5070495605468773.24645280838012780864
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)9.3594245910644519.4479999542236339.270850181579599.270850181579593.1657984256744385152413
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)9.1527500152587879.3298997879028328.9756002426147469.0937004089355493.1053032875061035364098
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)9.0937004089355499.182274818420418.9756002426147469.1527500152587873.1254680156707764362405
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.9756002426147469.0346498489379888.9165496826171888.9756002426147463.064973831176758270533
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.7393999099731458.9756002426147468.4736747741699228.4736747741699222.893578290939331453853
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.5917749404907238.7098751068115238.44414997100838.7098751068115232.974235773086548175699
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.6212997436523448.7393999099731458.5031995773315438.5917749404907232.9339067935943604154953
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)8.532725334167488.5622501373291028.4736747741699228.5622501373291022.9238264560699463262913

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