ICZOOM Group Inc. (IZM) Current Assets (2021 - 2025)
Iczoom (IZM) posted Current Assets of $40.2 million for Q2 2025, down 9.82% on a QoQ basis from $44.6 million in Q4 2024, and up 2.77% year-over-year from $39.1 million in Q2 2024.
ICZOOM Group Inc. (IZM) Current Assets (2021 - 2025) Analysis & Trends
Iczoom has reported Current Assets for 5 years, with the latest figure at $40.2 million in Q2 2025.
- On a quarterly basis, Current Assets rose 2.77% year-over-year to $40.2 million in Q2 2025; TTM through Jun 2025 was $40.2 million, a 2.77% increase from a year earlier, with the FY2025 full-year figure at $40.2 million, up 2.77% from the prior year.
- Current Assets was $40.2 million for Q2 2025 at Iczoom, down from $44.6 million in the prior quarter.
- The five-year high for Current Assets was $91.1 million in Q4 2022, with the low at $9952.0 in Q2 2021.
- Average Current Assets over 5 years is $50.5 million, with a median of $44.6 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Current Assets surged 888200.01% in 2022, then tumbled 54.96% in 2024.
- Over 5 years, Current Assets stood at $217486.0 in 2021, then surged by 41773.67% to $91.1 million in 2022, then tumbled by 30.16% to $63.6 million in 2023, then dropped by 29.89% to $44.6 million in 2024, then slipped by 9.82% to $40.2 million in 2025.
- The last three Current Assets figures came in at $40.2 million (Q2 2025), $44.6 million (Q4 2024), and $39.1 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 40.22 Mn |
| Dec 31, 2024 | 44.59 Mn |
| Jun 30, 2024 | 39.13 Mn |
| Dec 31, 2023 | 63.60 Mn |
| Jun 30, 2023 | 86.89 Mn |
| Dec 31, 2022 | 91.07 Mn |
| Jun 30, 2022 | 88.40 Mn |
| Dec 10, 2021 | 217,486.00 |
| Jun 30, 2021 | 9,952.00 |
ICZOOM Group Inc. Current Assets 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=current-assets&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();