Iczoom income statement data for the quarter ended Jun 2025. This income statement covers 9 quarters of results from Jun 2021 through Jun 2025, standardized by Business Quant from the company’s SEC filings.
| Income Statement | Jun2021 | Dec2021 | Jun2022 | Dec2022 | Jun2023 | Dec2023 | Jun2024 | Dec2024 | Jun2025 |
|---|---|---|---|---|---|---|---|---|---|
| Operating items | |||||||||
| Operating IncomeOp. Inc | -0.22M | ||||||||
| EBIT | -0.22M | ||||||||
| Net income details | |||||||||
| EBT | -0.22M | ||||||||
| Profit After TaxPAT | -0.22M | ||||||||
| Income from Continuing OperationsIncome (Continuing) | -0.22M | ||||||||
| Consolidated Net IncomeConsol Net Inc. | -0.22M | ||||||||
| Income towards Parent CompanyParent Net Inc | -0.22M | ||||||||
| Net Income towards Common StockholdersNet Income | -0.22M | ||||||||
| Additional items | |||||||||
| EPS (Basic) | -0.00M | ||||||||
| Shares Outstanding | 180.00 | 180.00 | 8.83M | 8.83M | 9.20M | 9.20M | 10.42M | 10.42M | 11.55M |
| Shares Outstanding (Diluted)Shares Outstanding (Dil.) | 9.55M | 9.55M | 9.92M | 9.92M | 11.08M | 11.08M | 11.55M | ||
| Shares Outstanding (Entity)Shares Outstanding (Entity.) | 180.00 | 8.83M | 10.33M | 11.00M | 11.55M | ||||
| EBITDA | -0.22M |
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=IS&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "IZM", "statement": "IS", "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=IS&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();