ICZOOM Group Inc. (IZM) Enterprise Value (2023 - 2025)
Iczoom (IZM) posted Enterprise Value of $23.0 million for Q2 2025, up 78.43% on a QoQ basis from $12.9 million in Q4 2024, and up 49.48% year-over-year from $15.4 million in Q2 2024.
ICZOOM Group Inc. (IZM) Enterprise Value (2023 - 2025) Analysis & Trends
Iczoom has reported Enterprise Value for 3 years, with the latest figure at $23.0 million in Q2 2025.
- On a quarterly basis, Enterprise Value rose 49.48% year-over-year to $23.0 million in Q2 2025; TTM through Jun 2025 was $23.0 million, a 49.48% increase from a year earlier, with the FY2025 full-year figure at $23.0 million, up 49.48% from the prior year.
- Enterprise Value was $23.0 million for Q2 2025 at Iczoom, up from $12.9 million in the prior quarter.
- The five-year high for Enterprise Value was $95.5 million in Q4 2023, with the low at $12.9 million in Q4 2024.
- Average Enterprise Value over 3 years is $36.8 million, with a median of $23.0 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Enterprise Value slumped 86.47% in 2024, then soared 49.48% in 2025.
- Over 3 years, Enterprise Value stood at $95.5 million in 2023, then plunged by 86.47% to $12.9 million in 2024, then soared by 78.43% to $23.0 million in 2025.
- The last three Enterprise Value figures came in at $23.0 million (Q2 2025), $12.9 million (Q4 2024), and $15.4 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 23.05 Mn |
| Dec 31, 2024 | 12.92 Mn |
| Jun 30, 2024 | 15.42 Mn |
| Dec 31, 2023 | 95.47 Mn |
| Jun 30, 2023 | 37.02 Mn |
ICZOOM Group Inc. Enterprise Value 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=enterprise-value&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();