ICZOOM Group Inc. (IZM) Current Taxes (2022 - 2025)
Iczoom (IZM) posted Current Taxes of $3.5 million for Q2 2025, up 11.42% on a QoQ basis from $3.1 million in Q4 2024, and up 7.85% year-over-year from $3.3 million in Q2 2024.
ICZOOM Group Inc. (IZM) Current Taxes (2022 - 2025) Analysis & Trends
Iczoom has reported Current Taxes for 4 years, with the latest figure at $3.5 million in Q2 2025.
- On a quarterly basis, Current Taxes rose 7.85% year-over-year to $3.5 million in Q2 2025; TTM through Jun 2025 was $3.5 million, a 7.85% increase from a year earlier, with the FY2025 full-year figure at $3.5 million, up 7.85% from the prior year.
- Current Taxes was $3.5 million for Q2 2025 at Iczoom, up from $3.1 million in the prior quarter.
- The five-year high for Current Taxes was $3.5 million in Q2 2025, with the low at $2.7 million in Q2 2022.
- Average Current Taxes over 4 years is $3.1 million, with a median of $3.1 million recorded in 2024.
- The largest YoY upside for Current Taxes was 10.89% in 2024 against a maximum downside of 4.08% in 2024.
- Over 4 years, Current Taxes stood at $3.0 million in 2022, then climbed by 8.51% to $3.3 million in 2023, then dropped by 4.08% to $3.1 million in 2024, then rose by 11.42% to $3.5 million in 2025.
- The last three Current Taxes figures came in at $3.5 million (Q2 2025), $3.1 million (Q4 2024), and $3.3 million (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 3.51 Mn |
| Dec 31, 2024 | 3.15 Mn |
| Jun 30, 2024 | 3.25 Mn |
| Dec 31, 2023 | 3.28 Mn |
| Jun 30, 2023 | 2.93 Mn |
| Dec 31, 2022 | 3.02 Mn |
| Jun 30, 2022 | 2.68 Mn |
ICZOOM Group Inc. Current Taxes 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=current-taxes&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();