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
Historical OHLCV since 1962 for all current components of the S&P500 index
@kaggle.joebeachcapital_s_and_p500_index_stocks_daily_updated
Check back soon.
CREATE TABLE sp500_data (
"date" VARCHAR,
"ticker" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" VARCHAR,
"adj_close" VARCHAR,
"volume" VARCHAR
);
Anyone who has the link will be able to view this.