Tsmc Stock Exchange 2022
2022 stock data from Taiwan stock exchange
@kaggle.yeemeitsang_tsmc_stock_exchange_2022
2022 stock data from Taiwan stock exchange
@kaggle.yeemeitsang_tsmc_stock_exchange_2022
CREATE TABLE tsmc_stock_2022 (
"date" TIMESTAMP,
"capacity" BIGINT,
"turnover" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"change" DOUBLE,
"transaction" BIGINT
);
Anyone who has the link will be able to view this.