ICZOOM Group Inc. (IZM) Construction in Progress (2022 - 2023)
Iczoom (IZM) posted Construction in Progress of $69782.0 for Q2 2023, up 11.51% on a QoQ basis from $62580.0 in Q2 2022, and up 11.51% year-over-year from $62580.0 in Q2 2022.
ICZOOM Group Inc. (IZM) Construction in Progress (2022 - 2023) Analysis & Trends
Iczoom has reported Construction in Progress for 2 years, with the latest figure at $69782.0 in Q2 2023.
- On a quarterly basis, Construction in Progress rose 11.51% year-over-year to $69782.0 in Q2 2023; TTM through Jun 2023 was $69782.0, a 11.51% increase from a year earlier, with the FY2023 full-year figure at $69782.0, up 11.51% from the prior year.
- Construction in Progress was $69782.0 for Q2 2023 at Iczoom, up from $62580.0 in the prior quarter.
- The five-year high for Construction in Progress was $69782.0 in Q2 2023, with the low at $62580.0 in Q2 2022.
Peer Comparison
ICZOOM Group Inc. Construction in Progress 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=construction-in-progress&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();