Taiwan Semiconductor Manufacturing (TSM) Shares Outstanding (2009 - 2026)
Taiwan Semiconductor Manufacturing's (TSM) quarterly Shares Outstanding (Entity) came in at $5.2 billion in Q4 2025, little changed on a YoY basis from $5.2 billion in Q4 2024, and little changed quarter-over-quarter from $5.2 billion in Q4 2024.
Taiwan Semiconductor Manufacturing (TSM) Shares Outstanding (2009 - 2026) Analysis & Trends
Taiwan Semiconductor Manufacturing (TSM) has reported Shares Outstanding (Entity) for 17 consecutive years, with $5.2 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Shares Outstanding (Entity) changed 0.0% year-over-year to $5.2 billion; the trailing twelve-month figure through Dec 2025 stood at $5.2 billion (changed 0.0% YoY), and the FY2025 full-year result was $5.2 billion, changed 0.0% from the prior year.
- Shares Outstanding (Entity) was little changed at $5.2 billion in Q4 2025 per TSM's latest filing, from $5.2 billion in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $5.2 billion in Q4 2024 and bottomed at $5.2 billion in Q4 2021.
- Historically, Shares Outstanding (Entity) has averaged $5.2 billion across 5 years, with a median of $5.2 billion in 2023.
- The sharpest annual moves came in 2023 and 2025: Shares Outstanding (Entity) increased 0.01% in 2023, then decreased 0.0% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $5.2 billion in 2021, then changed by 0.0% to $5.2 billion in 2022, then grew by 0.01% to $5.2 billion in 2023, then gained by 0.0% to $5.2 billion in 2024, then dropped by 0.0% to $5.2 billion in 2025.
- According to Business Quant data, Shares Outstanding (Entity) over the past three periods registered $5.2 billion, $5.2 billion, and $5.2 billion for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Nvidia | 5,434.79 Bn | 5,369.56 Bn | 72.14 Bn | 24.19 Bn |
| 2 | Taiwan Semiconductor Manufacturing | 2,317.02 Bn | 2,212.96 Bn | 27.22 Bn | 5.19 Bn |
| 3 | Broadcom | 1,694.72 Bn | 1,670.75 Bn | 20.46 Bn | 4.77 Bn |
| 4 | Micron Technology | 1,210.15 Bn | 1,184.13 Bn | 35.06 Bn | 1.13 Bn |
| 5 | Advanced Micro Devices | 1,003.04 Bn | 989.93 Bn | 6.20 Bn | 1.63 Bn |
| 6 | Asml Holding | 672.40 Bn | 656.42 Bn | 5.90 Bn | 388.50 Mn |
| 7 | Intel | 618.27 Bn | 604.15 Bn | 6.51 Bn | 5.10 Bn |
| 8 | Lam Research | 384.49 Bn | 378.91 Bn | 3.48 Bn | 1.26 Bn |
| 9 | Applied Materials | 376.47 Bn | 367.23 Bn | 4.59 Bn | 794.00 Mn |
| 10 | Arm Holdings | 352.85 Bn | 348.96 Bn | 1.25 Bn | 1.06 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.19 Bn |
| Mar 31, 2026 | 5.19 Bn |
| Dec 31, 2025 | 5.19 Bn |
| Sep 30, 2025 | 5.19 Bn |
| Jun 30, 2025 | 5.19 Bn |
| Mar 31, 2025 | 5.19 Bn |
| Dec 31, 2024 | 5.19 Bn |
| Sep 30, 2024 | 5.19 Bn |
| Jun 30, 2024 | 5.19 Bn |
| Mar 31, 2024 | 5.19 Bn |
| Dec 31, 2023 | 5.19 Bn |
| Sep 30, 2023 | 5.19 Bn |
| Jun 30, 2023 | 5.19 Bn |
| Mar 31, 2023 | 5.19 Bn |
| Dec 31, 2022 | 5.19 Bn |
| Sep 30, 2022 | 5.19 Bn |
| Jun 30, 2022 | 5.19 Bn |
| Mar 31, 2022 | 5.19 Bn |
| Dec 31, 2021 | 5.19 Bn |
| Sep 30, 2021 | 5.19 Bn |
Taiwan Semiconductor Manufacturing Shares Outstanding API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=shares-outstanding&ticker=TSM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "TSM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=shares-outstanding&ticker=TSM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();