S&P 500 (^GSPC) Historical Data
Standard and Poor's 500 stock market index, full historical data
@kaggle.paveljurke_s_and_p_500_gspc_historical_data
Standard and Poor's 500 stock market index, full historical data
@kaggle.paveljurke_s_and_p_500_gspc_historical_data
CREATE TABLE sap500 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.