Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ed
@kaggle.artemburenok_sp_500_stock_prices.ed

  • 463.71 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)10.2812510.12510.1250.269274175167083725600
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.20312510.12510.1250.269274175167083728800
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.187510.0937510.093750.268443256616592421600
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.031259.8759.8750.262625217437744146400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.031259.8906259.9218750.263872087001800529600
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.031259.906259.906250.263456493616104140000
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)9.968759.3759.8750.262625217437744120800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)9.968759.8906259.9218750.263872087001800525600
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.031259.90625100.265949815511703516000
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)10.031259.9687510.031250.266781002283096334400

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