MicroCloud Hologram Inc. (HOLOW) Beginning Cash Balance (2021 - 2026)
MicroCloud Hologram's (HOLOW) quarterly Beginning Cash Balance came in at $262.3 million in Q2 2026, up 121.41% year-over-year from $118.5 million in Q2 2025, and up 118.46% quarter-over-quarter from $120.1 million in Q4 2025.
MicroCloud Hologram Inc. (HOLOW) Beginning Cash Balance (2021 - 2026) Analysis & Trends
MicroCloud Hologram has disclosed Beginning Cash Balance across 6 years of filings, most recently posting $262.3 million for Q2 2026.
- In Q2 2026, Beginning Cash Balance rose 121.41% year-over-year to $262.3 million; the TTM figure through Jun 2026 stood at $262.3 million (up 121.41% YoY), while the FY2025 annual figure was $118.5 million, up 565.64% from the prior year.
- Beginning Cash Balance came in at $262.3 million for Q2 2026 at MicroCloud Hologram, up from $120.1 million in the prior quarter.
- In the past five years, Beginning Cash Balance ranged from a high of $262.3 million in Q2 2026 to a low of $6.7 million in Q4 2022.
- Average Beginning Cash Balance over 5 years is $73.2 million, with a median of $21.4 million recorded in 2023.
- Year-over-year, Beginning Cash Balance slipped 18.78% in 2024 and jumped 584.19% in 2025.
- Over 5 years, Beginning Cash Balance stood at $6.7 million in 2022, then surged by 210.94% to $21.0 million in 2023, then decreased by 16.4% to $17.5 million in 2024, then jumped by 584.19% to $120.1 million in 2025, then soared by 118.46% to $262.3 million in 2026.
- Per Business Quant data, the three most recent Beginning Cash Balance figures were $262.3 million in Q2 2026, $120.1 million in Q4 2025, and $118.5 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 262.26 Mn |
| Dec 31, 2025 | 120.05 Mn |
| Jun 30, 2025 | 118.45 Mn |
| Dec 31, 2024 | 17.55 Mn |
| Jun 30, 2024 | 17.80 Mn |
| Dec 31, 2023 | 20.99 Mn |
| Jun 30, 2023 | 21.91 Mn |
| Dec 31, 2022 | 6.75 Mn |
| Dec 31, 2021 | 4.80 Mn |
MicroCloud Hologram Inc. Beginning Cash Balance 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=beginning-cash-balance&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "beginning-cash-balance", "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=beginning-cash-balance&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();