ICZOOM Group Inc. (IZM) Long-Term Investments (2022 - 2025)
Iczoom (IZM) posted Long-Term Investments of $15.4 million for Q2 2025, down 0.59% on a QoQ basis from $15.5 million in Q4 2024, and little changed year-over-year from $15.4 million in Q2 2024.
ICZOOM Group Inc. (IZM) Long-Term Investments (2022 - 2025) Analysis & Trends
Iczoom has reported Long-Term Investments for 4 years, with the latest figure at $15.4 million in Q2 2025.
- On a quarterly basis, Long-Term Investments changed 0.27% year-over-year to $15.4 million in Q2 2025; TTM through Jun 2025 was $15.4 million, a 0.27% change from a year earlier, with the FY2025 full-year figure at $15.4 million, changed 0.27% from the prior year.
- Long-Term Investments was $15.4 million for Q2 2025 at Iczoom, down from $15.5 million in the prior quarter.
- The five-year high for Long-Term Investments was $15.5 million in Q2 2023, with the low at $10.5 million in Q2 2022.
- Average Long-Term Investments over 4 years is $14.0 million, with a median of $15.4 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Long-Term Investments surged 48.11% in 2023, then dropped 1.05% in 2024.
- Over 4 years, Long-Term Investments stood at $11.3 million in 2022, then jumped by 36.96% to $15.5 million in 2023, then declined by 0.2% to $15.5 million in 2024, then slipped by 0.59% to $15.4 million in 2025.
- The last three Long-Term Investments figures came in at $15.4 million (Q2 2025), $15.5 million (Q4 2024), and $15.4 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 15.42 Mn |
| Dec 31, 2024 | 15.51 Mn |
| Jun 30, 2024 | 15.38 Mn |
| Jun 30, 2023 | 15.54 Mn |
| Dec 31, 2022 | 11.35 Mn |
| Jun 30, 2022 | 10.49 Mn |
ICZOOM Group Inc. Long-Term Investments 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=long-term-investments&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();