Taiwan Capitalization Weighted Stock Index
Price of Taiwan Stock Market from 2009 to 2021.
@kaggle.chunghaoleeyginger_taiwan_capitalization_weighted_stock_index
Price of Taiwan Stock Market from 2009 to 2021.
@kaggle.chunghaoleeyginger_taiwan_capitalization_weighted_stock_index
CREATE TABLE cpi_taiwan_2001_2020 (
"year" BIGINT,
"cpi_non_seasonal_adjusted" DOUBLE,
"cpi_seasonal_adjusted" DOUBLE
);
CREATE TABLE gdp_taiwan_2001_2020 (
"n" BIGINT,
"n__gdp_nominal_million_nt" BIGINT,
"n__per_capita_gdp_nominal_nt" BIGINT
);
CREATE TABLE twii (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.