Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Jnj
@kaggle.artemburenok_sp_500_stock_prices.jnj

  • 539.25 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.22337999939918510.22222200036048890.22337999939918510.0664555057883262
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.22106499969959260.21990700066089630.21990700066089630.0654222518205642345600
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.22106499969959260.21759299933910370.21759299933910370.0647338330745697216000
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21585600078105920.21412000060081480.21412000060081480.0637006014585495129600
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21238400042057030.21064800024032590.21064800024032590.0626676529645919172800
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21296299993991850.21296299993991850.21296299993991850.063356406986713443200
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21759299933910370.21469900012016290.21759299933910370.0647338330745697172800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21759299933910370.21643500030040740.21643500030040740.0643893480300903172800
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21759299933910370.21412000060081480.21412000060081480.0637006014585495259200
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.21585600078105920.21412000060081480.21412000060081480.0637006014585495129600

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