ICZOOM Group Inc. (IZM) Inventory (2022 - 2025)
Iczoom (IZM) posted Inventory of $1.8 million for Q2 2025, up 78.81% on a QoQ basis from $982134.0 in Q4 2024, and down 56.34% year-over-year from $4.0 million in Q2 2024.
ICZOOM Group Inc. (IZM) Inventory (2022 - 2025) Analysis & Trends
Iczoom has reported Inventory for 4 years, with the latest figure at $1.8 million in Q2 2025.
- On a quarterly basis, Inventory fell 56.34% year-over-year to $1.8 million in Q2 2025; TTM through Jun 2025 was $1.8 million, a 56.34% decrease from a year earlier, with the FY2025 full-year figure at $1.8 million, down 56.34% from the prior year.
- Inventory was $1.8 million for Q2 2025 at Iczoom, up from $982134.0 in the prior quarter.
- The five-year high for Inventory was $6.6 million in Q2 2022, with the low at $982134.0 in Q4 2024.
- Average Inventory over 4 years is $2.6 million, with a median of $1.8 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Inventory sank 75.67% in 2023, then jumped 150.02% in 2024.
- Over 4 years, Inventory stood at $1.4 million in 2022, then soared by 39.05% to $1.9 million in 2023, then slumped by 47.99% to $982134.0 in 2024, then jumped by 78.81% to $1.8 million in 2025.
- The last three Inventory figures came in at $1.8 million (Q2 2025), $982134.0 (Q4 2024), and $4.0 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 1.76 Mn |
| Dec 31, 2024 | 982,134.00 |
| Jun 30, 2024 | 4.02 Mn |
| Dec 31, 2023 | 1.89 Mn |
| Jun 30, 2023 | 1.61 Mn |
| Dec 31, 2022 | 1.36 Mn |
| Jun 30, 2022 | 6.61 Mn |
ICZOOM Group Inc. Inventory 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&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();