Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Dhr
@kaggle.artemburenok_sp_500_stock_prices.dhr

  • 412.08 KB
  • 11085 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Dec 29 1978 00:00:00 GMT+0000 (Coordinated Universal Time)0.08588399738073340.07996100187301630.08588399738073340.0790599361062049654224
Tue Jan 02 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.08588399738073340.08588399738073340.08588399738073340.08588399738073340.0790599361062049
Wed Jan 03 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.09180700033903120.08884599804878230.08884599804878230.0817865654826164168832
Thu Jan 04 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.09180700033903120.08884599804878230.09180700033903120.0845123082399368177274
Fri Jan 05 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.09773000329732890.09180700033903120.09773000329732890.0899647176265716333443
Mon Jan 08 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.09773000329732890.094769001007080.09773000329732890.0899647176265716299677
Tue Jan 09 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.09773000329732890.09180700033903120.094769001007080.087238997220993818835
Wed Jan 10 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.09773000329732890.094769001007080.094769001007080.087238997220993502275
Thu Jan 11 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.094769001007080.09180700033903120.09180700033903120.0845123082399368143507
Fri Jan 12 1979 00:00:00 GMT+0000 (Coordinated Universal Time)0.094769001007080.09180700033903120.094769001007080.087238997220993582470

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