ICZOOM Group Inc. (IZM) Other Non-Current Liabilities (2022 - 2025)
Iczoom (IZM) posted Other Non-Current Liabilities of $624097.0 for Q2 2025, little changed on a QoQ basis from $624097.0 in Q4 2024, and little changed year-over-year from $624097.0 in Q2 2024.
ICZOOM Group Inc. (IZM) Other Non-Current Liabilities (2022 - 2025) Analysis & Trends
Iczoom has reported Other Non-Current Liabilities for 4 years, with the latest figure at $624097.0 in Q2 2025.
- On a quarterly basis, Other Non-Current Liabilities changed 0.0% year-over-year to $624097.0 in Q2 2025; TTM through Jun 2025 was $624097.0, a 0.0% change from a year earlier, with the FY2025 full-year figure at $624097.0, changed 0.0% from the prior year.
- Other Non-Current Liabilities was $624097.0 for Q2 2025 at Iczoom, roughly flat from $624097.0 in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $624097.0 in Q2 2022, with the low at $624097.0 in Q2 2022.
- Average Other Non-Current Liabilities over 4 years is $624097.0, with a median of $624097.0 recorded in 2022.
- The largest YoY upside for Other Non-Current Liabilities was 0.0% in 2023 against a maximum downside of 0.0% in 2023.
- Over 4 years, Other Non-Current Liabilities stood at $624097.0 in 2022, then changed by 0.0% to $624097.0 in 2023, then changed by 0.0% to $624097.0 in 2024, then changed by 0.0% to $624097.0 in 2025.
- The last three Other Non-Current Liabilities figures came in at $624097.0 (Q2 2025), $624097.0 (Q4 2024), and $624097.0 (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 624,097.00 |
| Dec 31, 2024 | 624,097.00 |
| Jun 30, 2024 | 624,097.00 |
| Dec 31, 2023 | 624,097.00 |
| Jun 30, 2023 | 624,097.00 |
| Dec 31, 2022 | 624,097.00 |
| Jun 30, 2022 | 624,097.00 |
ICZOOM Group Inc. Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();