TSMC Daily Stock Price(2000~2024)
Taiwan Semiconductor Manufacturing Company Limited
@kaggle.taweilo_tsmc_stock_price
Taiwan Semiconductor Manufacturing Company Limited
@kaggle.taweilo_tsmc_stock_price
CREATE TABLE tsmc_stock_price (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE,
"stock_splits" DOUBLE
);
Anyone who has the link will be able to view this.