ICZOOM Group Inc. (IZM) Non-Current Assets (2021 - 2025)
Iczoom (IZM) posted Non-Current Assets of $1.0 million for Q2 2025, up 196.22% on a QoQ basis from $345252.0 in Q4 2024, and up 21.32% year-over-year from $842975.0 in Q2 2024.
ICZOOM Group Inc. (IZM) Non-Current Assets (2021 - 2025) Analysis & Trends
Iczoom has reported Non-Current Assets for 5 years, with the latest figure at $1.0 million in Q2 2025.
- On a quarterly basis, Non-Current Assets rose 21.32% year-over-year to $1.0 million in Q2 2025; TTM through Jun 2025 was $1.0 million, a 21.32% increase from a year earlier, with the FY2025 full-year figure at $1.0 million, up 21.32% from the prior year.
- Non-Current Assets was $1.0 million for Q2 2025 at Iczoom, up from $345252.0 in the prior quarter.
- The five-year high for Non-Current Assets was $1.5 million in Q4 2023, with the low at $1452.0 in Q2 2021.
- Average Non-Current Assets over 5 years is $820297.7, with a median of $1.0 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Non-Current Assets surged 84569.08% in 2022, then tumbled 76.47% in 2024.
- Over 5 years, Non-Current Assets stood at $2411.0 in 2021, then jumped by 48977.98% to $1.2 million in 2022, then rose by 23.98% to $1.5 million in 2023, then sank by 76.47% to $345252.0 in 2024, then jumped by 196.22% to $1.0 million in 2025.
- The last three Non-Current Assets figures came in at $1.0 million (Q2 2025), $345252.0 (Q4 2024), and $842975.0 (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 1.02 Mn |
| Dec 31, 2024 | 345,252.00 |
| Jun 30, 2024 | 842,975.00 |
| Dec 31, 2023 | 1.47 Mn |
| Jun 30, 2023 | 1.29 Mn |
| Dec 31, 2022 | 1.18 Mn |
| Jun 30, 2022 | 1.23 Mn |
| Dec 10, 2021 | 2,411.00 |
| Jun 30, 2021 | 1,452.00 |
ICZOOM Group Inc. Non-Current Assets 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=non-current-assets&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();