Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Kr
@kaggle.artemburenok_sp_500_stock_prices.kr

  • 462.52 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.9531250.91796898841857920.92968797683715820.0342347174882888153600
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.94921898841857920.92578101158142080.94921898841857920.0349539257586002131200
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.94531297683715820.93750.94531297683715820.034810107201337899200
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.93359398841857920.906250.9218750.0339470170438289182400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.9218750.8906250.91796898841857920.0338031761348247208000
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.91796898841857920.89843797683715820.89843797683715820.0330839864909648204800
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.91406297683715820.8906250.906250.0333716347813606121600
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.90234398841857920.8906250.8906250.0327962674200534131200
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.90234398841857920.88281297683715820.90234398841857920.033227775245904976800
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.906250.8906250.89453101158142090.0329400859773159166400

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