ICZOOM Group Inc. (IZM) Inventory Average (2022 - 2025)
Iczoom (IZM) posted Inventory Average of $1.4 million for Q2 2025, down 45.29% on a QoQ basis from $2.5 million in Q4 2024, and down 53.68% year-over-year from $3.0 million in Q2 2024.
ICZOOM Group Inc. (IZM) Inventory Average (2022 - 2025) Analysis & Trends
Iczoom has reported Inventory Average for 4 years, with the latest figure at $1.4 million in Q2 2025.
- On a quarterly basis, Inventory Average fell 53.68% year-over-year to $1.4 million in Q2 2025; TTM through Jun 2025 was $1.4 million, a 53.68% decrease from a year earlier, with the FY2025 full-year figure at $2.9 million, up 2.61% from the prior year.
- Inventory Average was $1.4 million for Q2 2025 at Iczoom, down from $2.5 million in the prior quarter.
- The five-year high for Inventory Average was $4.0 million in Q4 2022, with the low at $1.4 million in Q2 2025.
- Average Inventory Average over 4 years is $2.3 million, with a median of $2.1 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Inventory Average slumped 56.13% in 2023, then soared 99.22% in 2024.
- Over 4 years, Inventory Average stood at $4.0 million in 2022, then plunged by 56.13% to $1.7 million in 2023, then jumped by 43.1% to $2.5 million in 2024, then slumped by 45.29% to $1.4 million in 2025.
- The last three Inventory Average figures came in at $1.4 million (Q2 2025), $2.5 million (Q4 2024), and $3.0 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 1.37 Mn |
| Dec 31, 2024 | 2.50 Mn |
| Jun 30, 2024 | 2.96 Mn |
| Dec 31, 2023 | 1.75 Mn |
| Jun 30, 2023 | 1.48 Mn |
| Dec 31, 2022 | 3.99 Mn |
ICZOOM Group Inc. Inventory 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=inventory-average&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-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=inventory-average&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();