ICZOOM Group Inc. (IZM) Prepaid Assets (2021 - 2025)
Iczoom (IZM) posted Prepaid Assets of $1.5 million for Q2 2025, down 52.14% on a QoQ basis from $3.2 million in Q4 2024, and up 54.87% year-over-year from $984563.0 in Q2 2024.
ICZOOM Group Inc. (IZM) Prepaid Assets (2021 - 2025) Analysis & Trends
Iczoom has reported Prepaid Assets for 5 years, with the latest figure at $1.5 million in Q2 2025.
- On a quarterly basis, Prepaid Assets rose 54.87% year-over-year to $1.5 million in Q2 2025; TTM through Jun 2025 was $1.5 million, a 54.87% increase from a year earlier, with the FY2025 full-year figure at $1.5 million, up 54.87% from the prior year.
- Prepaid Assets was $1.5 million for Q2 2025 at Iczoom, down from $3.2 million in the prior quarter.
- The five-year high for Prepaid Assets was $3.2 million in Q4 2024, with the low at $2024.0 in Q4 2021.
- Average Prepaid Assets over 5 years is $1.4 million, with a median of $1.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Prepaid Assets surged 34355.64% in 2022, then plunged 44.87% in 2023.
- Over 5 years, Prepaid Assets stood at $2024.0 in 2021, then surged by 85812.55% to $1.7 million in 2022, then declined by 16.09% to $1.5 million in 2023, then soared by 118.37% to $3.2 million in 2024, then plunged by 52.14% to $1.5 million in 2025.
- The last three Prepaid Assets figures came in at $1.5 million (Q2 2025), $3.2 million (Q4 2024), and $984563.0 (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 1.52 Mn |
| Dec 31, 2024 | 3.19 Mn |
| Jun 30, 2024 | 984,563.00 |
| Dec 31, 2023 | 1.46 Mn |
| Jun 30, 2023 | 1.34 Mn |
| Dec 31, 2022 | 1.74 Mn |
| Jun 30, 2022 | 2.43 Mn |
| Dec 10, 2021 | 2,024.00 |
| Jun 30, 2021 | 7,061.00 |
ICZOOM Group Inc. Prepaid 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=prepaid-assets&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-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=prepaid-assets&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();