ICZOOM Group Inc. (IZM) Payables (2022 - 2025)
Iczoom (IZM) posted Payables of $4.3 million for Q2 2025, down 79.92% on a QoQ basis from $21.3 million in Q4 2024, and down 100.0% year-over-year from $10211.3 billion in Q2 2024.
ICZOOM Group Inc. (IZM) Payables (2022 - 2025) Analysis & Trends
Iczoom has reported Payables for 4 years, with the latest figure at $4.3 million in Q2 2025.
- On a quarterly basis, Payables fell 100.0% year-over-year to $4.3 million in Q2 2025; TTM through Jun 2025 was $4.3 million, a 100.0% decrease from a year earlier, with the FY2025 full-year figure at $4.3 million, down 100.0% from the prior year.
- Payables was $4.3 million for Q2 2025 at Iczoom, down from $21.3 million in the prior quarter.
- The five-year high for Payables was $14022.6 billion in Q2 2023, with the low at $4.3 million in Q2 2025.
- Average Payables over 4 years is $3462.0 billion, with a median of $71.3 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2025: Payables soared 19661629.09% in 2023, then plunged 100.0% in 2025.
- Over 4 years, Payables stood at $72.4 million in 2022, then sank by 47.32% to $38.2 million in 2023, then slumped by 44.15% to $21.3 million in 2024, then plunged by 79.92% to $4.3 million in 2025.
- The last three Payables figures came in at $4.3 million (Q2 2025), $21.3 million (Q4 2024), and $10211.3 billion (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 4.28 Mn |
| Dec 31, 2024 | 21.31 Mn |
| Jun 30, 2024 | 10,211.27 Bn |
| Dec 31, 2023 | 38.15 Mn |
| Jun 30, 2023 | 14,022.57 Bn |
| Dec 31, 2022 | 72.41 Mn |
| Jun 30, 2022 | 71.32 Mn |
ICZOOM Group Inc. Payables 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=payables&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();