Baselight

S&P500 Index Stocks (daily Updated)

Historical OHLCV since 1962 for all current components of the S&P500 index

@kaggle.joebeachcapital_s_and_p500_index_stocks_daily_updated

Loading...
Loading...

About this Dataset

S&P500 Index Stocks (daily Updated)

Historical Open, High, Low, Close, Adjusted Close prices, plus Volume for all current components of the S&P500 index. Updated daily using Yahoo Finance API.

Note that these are the current components of the index, so the data suffers from survivourship bias. Caveat emptor.

Tables

Sp500 Data

@kaggle.joebeachcapital_s_and_p500_index_stocks_daily_updated.sp500_data
  • 4.27 KB
  • 8 columns
Loading...

CREATE TABLE sp500_data (
  "date" VARCHAR,
  "ticker" VARCHAR,
  "open" VARCHAR,
  "high" VARCHAR,
  "low" VARCHAR,
  "close" VARCHAR,
  "adj_close" VARCHAR,
  "volume" VARCHAR
);

Share link

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