Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Brk B
@kaggle.rprkh15_sp500_stock_prices.brk_b

  • 233.31 KB
  • 6588 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu May 09 1996 00:00:00 GMT+0000 (Coordinated Universal Time)22.20000076293945324.39999961853027722.20000076293945323.2000007629394534290000
Fri May 10 1996 00:00:00 GMT+0000 (Coordinated Universal Time)2424.20000076293945323.600000381469727241060000
Mon May 13 1996 00:00:00 GMT+0000 (Coordinated Universal Time)2424.10000038146972723.29999923706054723.899999618530277700000
Tue May 14 1996 00:00:00 GMT+0000 (Coordinated Universal Time)2424.10000038146972723.10000038146972723.600000381469727310000
Wed May 15 1996 00:00:00 GMT+0000 (Coordinated Universal Time)23.60000038146972723.7000007629394532323.200000762939453545000
Thu May 16 1996 00:00:00 GMT+0000 (Coordinated Universal Time)23.10000038146972723.10000038146972722.29999923706054722.600000381469727360000
Fri May 17 1996 00:00:00 GMT+0000 (Coordinated Universal Time)22.6000003814697272322.60000038146972722.799999237060547325000
Mon May 20 1996 00:00:00 GMT+0000 (Coordinated Universal Time)22.8999996185302772322.39999961853027722.5240000
Tue May 21 1996 00:00:00 GMT+0000 (Coordinated Universal Time)22.70000076293945322.79999923706054722.29999923706054722.600000381469727235000
Wed May 22 1996 00:00:00 GMT+0000 (Coordinated Universal Time)22.70000076293945322.70000076293945321.79999923706054722250000

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

Share link

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