Iczoom reported asset growth of 3.16% for the quarter ended Jun 2025. These growth metrics cover 6 quarters of results from Jun 2022 through Jun 2025, standardized by Business Quant from the company’s SEC filings.
| Growth Metrics | Jun2022 | Jun2023 | Dec2023 | Jun2024 | Dec2024 | Jun2025 |
|---|---|---|---|---|---|---|
| Growth Ratios | ||||||
| Assets Growth (1y) | 785,878.71% | -1.63% | -29.47% | -54.66% | -30.94% | 3.16% |
| Assets Growth (3y) | 1,419.07% | -22.80% | ||||
| Cash & Equivalents Growth (1y)Cash & Equiv. Growth (1y) | -56.64% | 117.25% | 38.66% | -61.74% | -82.87% | -28.66% |
| Cash & Equivalents Growth (3y)Cash & Equiv. Growth (3y) | -28.84% | -15.99% | ||||
| Property, Plant & Equipment (Net) Growth (1y)PP&E (Net) Growth (1y) | 5.69% | 1.14% | -2.17% | -52.26% | -53.25% | |
| Property, Plant & Equipment (Net) Growth (3y)PP&E (Net) Growth (3y) | -21.52% | |||||
| Share-based Compensation Growth (1y)Stock Comp. Growth (1y) | -21.78% | -1.10% | -1.63% | |||
| Share-based Compensation Growth (3y)Stock Comp. Growth (3y) | -8.70% | |||||
| Total Debt Growth (1y) | 119,235,236.58% | 13.35% | -27.18% | -25.49% | -100.00% | |
| Total Debt Growth (3y) | -5.60% |
Pull Iczoom's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=IZM&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "IZM", "statement": "Growth", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=IZM&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();