Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Peak
@kaggle.artemburenok_sp_500_stock_prices.peak

  • 327.03 KB
  • 9467 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu May 23 1985 00:00:00 GMT+0000 (Coordinated Universal Time)5.00910711288452154.7814211845397954.8383421897888180.41949540376663213920299
Fri May 24 1985 00:00:00 GMT+0000 (Coordinated Universal Time)4.8668031692504884.7814211845397954.8383421897888180.4194954037666321682517
Tue May 28 1985 00:00:00 GMT+0000 (Coordinated Universal Time)4.9237251281738284.8383421897888184.9237251281738280.4268984794616699639036
Wed May 29 1985 00:00:00 GMT+0000 (Coordinated Universal Time)4.9806470870971684.9521861076354984.9806470870971680.4318334460258484297778
Thu May 30 1985 00:00:00 GMT+0000 (Coordinated Universal Time)4.9806470870971684.9521861076354984.9806470870971680.4318334460258484252540
Fri May 31 1985 00:00:00 GMT+0000 (Coordinated Universal Time)4.9806470870971684.9237251281738284.9521861076354980.429366290569305456218
Mon Jun 03 1985 00:00:00 GMT+0000 (Coordinated Universal Time)5.1514120101928714.9806470870971685.1514120101928710.4466395676136017471701
Tue Jun 04 1985 00:00:00 GMT+0000 (Coordinated Universal Time)5.2652549743652345.1229510307312015.1514120101928710.4466395676136017484877
Wed Jun 05 1985 00:00:00 GMT+0000 (Coordinated Universal Time)5.2083330154418955.1229510307312015.1514120101928710.4466395676136017284602
Thu Jun 06 1985 00:00:00 GMT+0000 (Coordinated Universal Time)5.23679399490356455.1229510307312015.23679399490356450.4540421068668365123415

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