MicroCloud Hologram Inc. (HOLOW) Shares Outstanding (2024 - 2026)
MicroCloud Hologram's (HOLOW) quarterly Shares Outstanding (Entity) came in at $13.2 million in Q4 2025, up 4.65% year-over-year from $12.6 million in Q4 2024, and up 4.65% quarter-over-quarter from $12.6 million in Q4 2024.
MicroCloud Hologram Inc. (HOLOW) Shares Outstanding (2024 - 2026) Analysis & Trends
MicroCloud Hologram has disclosed Shares Outstanding (Entity) across 2 years of filings, most recently posting $13.2 million for Q4 2025.
- In Q4 2025, Shares Outstanding (Entity) rose 4.65% year-over-year to $13.2 million; the TTM figure through Dec 2025 stood at $13.2 million (up 4.65% YoY), while the FY2025 annual figure was $13.2 million, up 4.65% from the prior year.
- Shares Outstanding (Entity) came in at $13.2 million for Q4 2025 at MicroCloud Hologram, up from $12.6 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $13.2 million in Q4 2025 to a low of $12.6 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 13.18 Mn |
| Dec 31, 2025 | 13.18 Mn |
| Jun 30, 2025 | 12.59 Mn |
| Dec 31, 2024 | 12.59 Mn |
MicroCloud Hologram Inc. Shares Outstanding 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=shares-outstanding&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "HOLOW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=shares-outstanding&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();