ICZOOM Group Inc. (IZM) Treasury Shares (2023)
Iczoom (IZM) posted Treasury Shares of $6.5 million for Q2 2023.
Analysis
ICZOOM Group Inc. (IZM) Treasury Shares (2023) Analysis & Trends
Iczoom has reported Treasury Shares for 1 years, with the latest figure at $6.5 million in Q2 2023.
- On a quarterly basis, Treasury Shares changed N/A year-over-year to $6.5 million in Q2 2023; TTM through Jun 2023 was $6.5 million, a N/A change from a year earlier, with the FY2023 full-year figure at $6.5 million, changed N/A from the prior year.
- Treasury Shares was $6.5 million for Q2 2023 at Iczoom.
- The five-year high for Treasury Shares was $6.5 million in Q2 2023, with the low at $6.5 million in Q2 2023.
Peer Set
Peer Comparison
API Access
ICZOOM Group Inc. Treasury Shares 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=treasury-shares&ticker=IZM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=IZM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();