ICZOOM Group Inc. (IZM) Assets (2021 - 2025)
Iczoom (IZM) posted Assets of $41.2 million for Q2 2025, down 8.24% on a QoQ basis from $44.9 million in Q4 2024, and up 3.16% year-over-year from $40.0 million in Q2 2024.
ICZOOM Group Inc. (IZM) Assets (2021 - 2025) Analysis & Trends
Iczoom has reported Assets for 5 years, with the latest figure at $41.2 million in Q2 2025.
- On a quarterly basis, Assets rose 3.16% year-over-year to $41.2 million in Q2 2025; TTM through Jun 2025 was $41.2 million, a 3.16% increase from a year earlier, with the FY2025 full-year figure at $41.2 million, up 3.16% from the prior year.
- Assets was $41.2 million for Q2 2025 at Iczoom, down from $44.9 million in the prior quarter.
- The five-year high for Assets was $92.3 million in Q4 2022, with the low at $11404.0 in Q2 2021.
- Average Assets over 5 years is $51.3 million, with a median of $44.9 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Assets surged 785878.71% in 2022, then tumbled 54.66% in 2024.
- Over 5 years, Assets stood at $219897.0 in 2021, then soared by 41852.66% to $92.3 million in 2022, then declined by 29.47% to $65.1 million in 2023, then sank by 30.94% to $44.9 million in 2024, then slipped by 8.24% to $41.2 million in 2025.
- The last three Assets figures came in at $41.2 million (Q2 2025), $44.9 million (Q4 2024), and $40.0 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 41.24 Mn |
| Dec 31, 2024 | 44.94 Mn |
| Jun 30, 2024 | 39.98 Mn |
| Dec 31, 2023 | 65.07 Mn |
| Jun 30, 2023 | 88.18 Mn |
| Dec 31, 2022 | 92.25 Mn |
| Jun 30, 2022 | 89.63 Mn |
| Dec 10, 2021 | 219,897.00 |
| Jun 30, 2021 | 11,404.00 |
ICZOOM Group Inc. 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=assets&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();