ICZOOM Group Inc. (IZM) Share-based Compensation (2021 - 2024)
Iczoom (IZM) posted Share-based Compensation of $730637.0 for Q2 2024, down 1.63% on a QoQ basis from $742762.0 in Q2 2023, and down 1.63% year-over-year from $742762.0 in Q3 2023.
ICZOOM Group Inc. (IZM) Share-based Compensation (2021 - 2024) Analysis & Trends
Iczoom has reported Share-based Compensation for 4 years, with the latest figure at $730637.0 in Q2 2024.
- On a quarterly basis, Share-based Compensation fell 1.63% year-over-year to $730637.0 in Q2 2024; TTM through Jun 2024 was $730637.0, a 1.63% decrease from a year earlier, with the FY2025 full-year figure at $608573.0, down 47.6% from the prior year.
- Share-based Compensation was $730637.0 for Q2 2024 at Iczoom, down from $742762.0 in the prior quarter.
- The five-year high for Share-based Compensation was $960174.0 in Q2 2021, with the low at $730637.0 in Q2 2024.
- Average Share-based Compensation over 4 years is $796146.2, with a median of $746887.0 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Share-based Compensation declined 21.78% in 2022, then fell 1.1% in 2023.
- Over 4 years, Share-based Compensation stood at $960174.0 in 2021, then fell by 21.78% to $751012.0 in 2022, then decreased by 1.1% to $742762.0 in 2023, then slipped by 1.63% to $730637.0 in 2024.
- The last three Share-based Compensation figures came in at $730637.0 (Q2 2024), $742762.0 (Q2 2023), and $751012.0 (Q2 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 730,637.00 |
| Jun 30, 2023 | 742,762.00 |
| Jun 30, 2022 | 751,012.00 |
| Jun 30, 2021 | 960,174.00 |
ICZOOM Group Inc. Share-based Compensation 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=share-based-compensation&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();