Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ko
@kaggle.artemburenok_sp_500_stock_prices.ko

  • 524.75 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.26302099227905270.27018201351165770.26302099227905270.26302099227905270.0496636778116226806400
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25911501049995420.25911501049995420.25325500965118410.25716099143028260.0485571995377541574400
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25781300663948060.26106798648834230.25781300663948060.25911501049995420.0489261783659458844800
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25911501049995420.26236999034881590.25260400772094720.25325500965118410.04781968891620631420800
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25130200386047360.25130200386047360.24576799571514130.25065100193023680.04732800647616382035200
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25065100193023680.25650998950004580.24869799613952630.25520798563957210.048188429325819960000
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25520798563957210.26009100675582880.25260400772094720.25650998950004580.04843427613377571612800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25650998950004580.25911501049995420.25520798563957210.25911501049995420.0489261783659458614400
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25911501049995420.25911501049995420.25455701351165770.25716099143028260.048557199537754883200
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.25650998950004580.25650998950004580.25390601158142090.25455701351165770.0480654947459697614400

CREATE TABLE ko (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.