ICZOOM Group Inc. (IZM) Assets Average (2021 - 2025)
Iczoom (IZM) posted Assets Average of $43.1 million for Q2 2025, up 1.49% on a QoQ basis from $42.5 million in Q4 2024, and down 17.96% year-over-year from $52.5 million in Q2 2024.
ICZOOM Group Inc. (IZM) Assets Average (2021 - 2025) Analysis & Trends
Iczoom has reported Assets Average for 5 years, with the latest figure at $43.1 million in Q2 2025.
- On a quarterly basis, Assets Average fell 17.96% year-over-year to $43.1 million in Q2 2025; TTM through Jun 2025 was $43.1 million, a 17.96% decrease from a year earlier, with the FY2025 full-year figure at $40.6 million, down 36.63% from the prior year.
- Assets Average was $43.1 million for Q2 2025 at Iczoom, up from $42.5 million in the prior quarter.
- The five-year high for Assets Average was $90.9 million in Q4 2022, with the low at $115650.5 in Q4 2021.
- Average Assets Average over 5 years is $55.1 million, with a median of $48.7 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Assets Average soared 100.8% in 2023, then sank 44.59% in 2024.
- Over 5 years, Assets Average stood at $115650.5 in 2021, then soared by 78535.91% to $90.9 million in 2022, then slipped by 15.75% to $76.6 million in 2023, then sank by 44.59% to $42.5 million in 2024, then increased by 1.49% to $43.1 million in 2025.
- The last three Assets Average figures came in at $43.1 million (Q2 2025), $42.5 million (Q4 2024), and $52.5 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 43.09 Mn |
| Dec 31, 2024 | 42.46 Mn |
| Jun 30, 2024 | 52.52 Mn |
| Dec 31, 2023 | 76.62 Mn |
| Jun 30, 2023 | 90.21 Mn |
| Dec 31, 2022 | 90.94 Mn |
| Jun 30, 2022 | 44.93 Mn |
| Dec 10, 2021 | 115,650.50 |
ICZOOM Group Inc. Assets Average 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-average&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();