Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Jnj
@kaggle.rprkh15_sp500_stock_prices.jnj

  • 712.18 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06733383238315580.06698477466365920.0673338323831558
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06663596403741630.06628690659999840.0662869065999984345600
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06663602163143080.06558945029973980.0655894502997398216000
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06506585481452280.0645425692200660.064542569220066129600
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06401928668423490.06349600106477730.0634960010647773172800
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06419378519058220.06419378519058220.064193785190582243200
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06558945029973980.06471710689478320.0655894502997398172800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06558939589428270.06524033844470970.0652403384447097172800
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06558944135175960.0645425692200660.064542569220066259200
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.06506585481452280.0645425692200660.064542569220066129600

CREATE TABLE jnj (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" DOUBLE
);

Share link

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