ICZOOM Group Inc. (IZM) Invested Capital (2022 - 2025)
Iczoom (IZM) posted Invested Capital of $25.3 million for Q2 2025, down 3.35% on a QoQ basis from $26.2 million in Q4 2024, and down 100.0% year-over-year from $10211.3 billion in Q2 2024.
ICZOOM Group Inc. (IZM) Invested Capital (2022 - 2025) Analysis & Trends
Iczoom has reported Invested Capital for 4 years, with the latest figure at $25.3 million in Q2 2025.
- On a quarterly basis, Invested Capital fell 100.0% year-over-year to $25.3 million in Q2 2025; TTM through Jun 2025 was $25.3 million, a 100.0% decrease from a year earlier, with the FY2025 full-year figure at $25.3 million, down 100.0% from the prior year.
- Invested Capital was $25.3 million for Q2 2025 at Iczoom, down from $26.2 million in the prior quarter.
- The five-year high for Invested Capital was $14022.6 billion in Q2 2023, with the low at $22.3 million in Q2 2022.
- Average Invested Capital over 4 years is $3462.0 billion, with a median of $26.2 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Invested Capital surged 63007593.93% in 2023, then slumped 100.0% in 2025.
- Over 4 years, Invested Capital stood at $24.0 million in 2022, then grew by 25.03% to $30.0 million in 2023, then slipped by 12.69% to $26.2 million in 2024, then dropped by 3.35% to $25.3 million in 2025.
- The last three Invested Capital figures came in at $25.3 million (Q2 2025), $26.2 million (Q4 2024), and $10211.3 billion (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 25.32 Mn |
| Dec 31, 2024 | 26.19 Mn |
| Jun 30, 2024 | 10,211.29 Bn |
| Dec 31, 2023 | 30.00 Mn |
| Jun 30, 2023 | 14,022.55 Bn |
| Dec 31, 2022 | 24.00 Mn |
| Jun 30, 2022 | 22.26 Mn |
ICZOOM Group Inc. Invested Capital 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=invested-capital&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();