Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Mnst
@kaggle.rprkh15_sp500_stock_prices.mnst

  • 285.25 KB
  • 9222 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon Dec 09 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321390144
Tue Dec 10 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.13316649198532158944
Wed Dec 11 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321816192
Thu Dec 12 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321678624
Fri Dec 13 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321331968
Mon Dec 16 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321710976
Tue Dec 17 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321779520
Wed Dec 18 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321654336
Thu Dec 19 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321654528
Fri Dec 20 1985 00:00:00 GMT+0000 (Coordinated Universal Time)0.18643389831412950.1331664919853210.133166491985321676320

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