ICZOOM Group Inc. (IZM) Debt Ratio (2022 - 2025)
Iczoom (IZM) posted Debt Ratio of 0.24 for Q2 2025, up 0.94% on a QoQ basis from 0.24 in Q4 2024, and down 100.0% year-over-year from 255441.24 in Q2 2024.
Analysis
ICZOOM Group Inc. (IZM) Debt Ratio (2022 - 2025) Analysis & Trends
Iczoom has reported Debt Ratio for 4 years, with the latest figure at 0.24 in Q2 2025.
- On a quarterly basis, Debt Ratio fell 100.0% year-over-year to 0.24 in Q2 2025; TTM through Jun 2025 was 0.24, a 100.0% decrease from a year earlier, with the FY2025 full-year figure at 0.24, down 100.0% from the prior year.
- Debt Ratio was 0.24 for Q2 2025 at Iczoom, up from 0.24 in the prior quarter.
- The five-year high for Debt Ratio was 255441.24 in Q2 2024, with the low at 0.13 in Q2 2022.
- Average Debt Ratio over 4 years is 59210.21, with a median of 0.24 recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Debt Ratio soared 121205692.84% in 2023, then slumped 100.0% in 2025.
- Over 4 years, Debt Ratio stood at 0.14 in 2022, then soared by 60.71% to 0.22 in 2023, then rose by 7.89% to 0.24 in 2024, then gained by 0.94% to 0.24 in 2025.
- The last three Debt Ratio figures came in at 0.24 (Q2 2025), 0.24 (Q4 2024), and 255441.24 (Q2 2024), per Business Quant data.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 0.24 |
| Dec 31, 2024 | 0.24 |
| Jun 30, 2024 | 255,441.24 |
| Dec 31, 2023 | 0.22 |
| Jun 30, 2023 | 159,029.25 |
| Dec 31, 2022 | 0.14 |
| Jun 30, 2022 | 0.13 |
API Access
ICZOOM Group Inc. Debt Ratio 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=debt-ratio&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();