Baselight
Login
Login

TSMC Historical Stock Prices

Daily Prices from October 9, 1997, to June 21, 2024

@kaggle.programmerrdai_tsmc_historical_stock_prices

Tsm
@kaggle.programmerrdai_tsmc_historical_stock_prices.tsm

  • 339.7 KB
  • 6717 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Oct 09 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.646046.5626915.646046.3235653.20321610201979
Fri Oct 10 1997 00:00:00 GMT+0000 (Coordinated Universal Time)7.0143747.0409446.3634196.615833.35126310669148
Mon Oct 13 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.6291156.6291156.4431286.4696983.2772393044363
Tue Oct 14 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.4165586.4298436.0312996.2040023.1426512549907
Wed Oct 15 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.8187426.0445845.8054586.0312993.0551683167153
Thu Oct 16 1997 00:00:00 GMT+0000 (Coordinated Universal Time)6.0312996.0312995.8187425.8453122.9609561770821
Fri Oct 17 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.5796165.5929015.3272055.340492.7052363287121
Mon Oct 20 1997 00:00:00 GMT+0000 (Coordinated Universal Time)4.4636934.7825284.4504084.676252.36876511499985
Tue Oct 21 1997 00:00:00 GMT+0000 (Coordinated Universal Time)4.8888065.340494.8622375.340492.7052366924737
Wed Oct 22 1997 00:00:00 GMT+0000 (Coordinated Universal Time)4.9153764.9286614.7028194.7161042.3889534458573

CREATE TABLE tsm (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.