Stock Index
Stock Index of S&P500, JPX400, SSEC and KOSPI(2007~2018)
@kaggle.pyioneer_stock_index
Stock Index of S&P500, JPX400, SSEC and KOSPI(2007~2018)
@kaggle.pyioneer_stock_index
List of Stock Index: S&P500, JPX400, SSEC, KOSPI
Date Range: 2007-01-01 ~ 2018-12-31
Frequency: daily
CREATE TABLE stock_exchange_index (
"date" TIMESTAMP,
"s_p500" DOUBLE -- S\u0026P500,
"jpx400" DOUBLE,
"ssec" DOUBLE,
"kospi" DOUBLE
);Anyone who has the link will be able to view this.