ICZOOM Group Inc. (IZM) Shares Outstanding (2021 - 2025)
Iczoom (IZM) posted Shares Outstanding (Entity) of $11.6 million for Q2 2025, up 5.02% on a QoQ basis from $11.0 million in Q2 2024, and up 5.02% year-over-year from $11.0 million in Q2 2024.
ICZOOM Group Inc. (IZM) Shares Outstanding (2021 - 2025) Analysis & Trends
Iczoom has reported Shares Outstanding (Entity) for 5 years, with the latest figure at $11.6 million in Q2 2025.
- On a quarterly basis, Shares Outstanding (Entity) rose 5.02% year-over-year to $11.6 million in Q2 2025; TTM through Jun 2025 was $11.6 million, a 5.02% increase from a year earlier, with the FY2025 full-year figure at $11.6 million, up 5.02% from the prior year.
- Shares Outstanding (Entity) was $11.6 million for Q2 2025 at Iczoom, up from $11.0 million in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $11.6 million in Q2 2025, with the low at $180.0 in Q2 2021.
- Average Shares Outstanding (Entity) over 5 years is $8.3 million, with a median of $10.3 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Shares Outstanding (Entity) surged 4903441.11% in 2022, then rose 5.02% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $180.0 in 2021, then soared by 4903441.11% to $8.8 million in 2022, then grew by 16.99% to $10.3 million in 2023, then advanced by 6.54% to $11.0 million in 2024, then rose by 5.02% to $11.6 million in 2025.
- The last three Shares Outstanding (Entity) figures came in at $11.6 million (Q2 2025), $11.0 million (Q2 2024), and $10.3 million (Q2 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 11.55 Mn |
| Dec 31, 2024 | 10.42 Mn |
| Jun 30, 2024 | 10.42 Mn |
| Dec 31, 2023 | 9.20 Mn |
| Jun 30, 2023 | 9.20 Mn |
| Dec 31, 2022 | 8.83 Mn |
| Jun 30, 2022 | 8.83 Mn |
| Dec 10, 2021 | 180.00 |
| Jun 30, 2021 | 180.00 |
ICZOOM Group Inc. 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=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "IZM", "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=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();