ICZOOM Group Inc. (IZM) Short-term Investments (2021 - 2025)
Iczoom (IZM) posted Short-term Investments of $6.6 million for Q2 2025, up 46.28% on a QoQ basis from $4.5 million in Q4 2024, and up 118.69% year-over-year from $3.0 million in Q2 2024.
ICZOOM Group Inc. (IZM) Short-term Investments (2021 - 2025) Analysis & Trends
Iczoom has reported Short-term Investments for 5 years, with the latest figure at $6.6 million in Q2 2025.
- On a quarterly basis, Short-term Investments rose 118.69% year-over-year to $6.6 million in Q2 2025; TTM through Jun 2025 was $6.6 million, a 118.69% increase from a year earlier, with the FY2025 full-year figure at $6.6 million, up 118.69% from the prior year.
- Short-term Investments was $6.6 million for Q2 2025 at Iczoom, up from $4.5 million in the prior quarter.
- The five-year high for Short-term Investments was $6.6 million in Q2 2025, with the low at $1.8 million in Q2 2022.
- Average Short-term Investments over 5 years is $4.3 million, with a median of $4.2 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Short-term Investments tumbled 49.67% in 2022, then soared 191.79% in 2023.
- Over 5 years, Short-term Investments stood at $3.6 million in 2021, then climbed by 9.37% to $4.0 million in 2022, then soared by 40.56% to $5.6 million in 2023, then decreased by 18.37% to $4.5 million in 2024, then soared by 46.28% to $6.6 million in 2025.
- The last three Short-term Investments figures came in at $6.6 million (Q2 2025), $4.5 million (Q4 2024), and $3.0 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 6.63 Mn |
| Dec 31, 2024 | 4.53 Mn |
| Jun 30, 2024 | 3.03 Mn |
| Dec 31, 2023 | 5.55 Mn |
| Jun 30, 2023 | 5.30 Mn |
| Dec 31, 2022 | 3.95 Mn |
| Jun 30, 2022 | 1.82 Mn |
| Jun 30, 2021 | 3.61 Mn |
ICZOOM Group Inc. Short-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=short-term-investments&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-investments&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();