MicroCloud Hologram Inc. (HOLOW) Retained Earnings (2020 - 2026)
MicroCloud Hologram's (HOLOW) quarterly Retained Earnings came in at $402.5 million in Q2 2026, up 4.23% year-over-year from $386.2 million in Q2 2025, and little changed quarter-over-quarter from $403.1 million in Q4 2025.
MicroCloud Hologram Inc. (HOLOW) Retained Earnings (2020 - 2026) Analysis & Trends
MicroCloud Hologram has disclosed Retained Earnings across 7 years of filings, most recently posting $402.5 million for Q2 2026.
- In Q2 2026, Retained Earnings rose 4.23% year-over-year to $402.5 million; the TTM figure through Jun 2026 stood at $402.5 million (up 4.23% YoY), while the FY2025 annual figure was $402.5 million, up 61.3% from the prior year.
- Retained Earnings came in at $402.5 million for Q2 2026 at MicroCloud Hologram, roughly flat from $403.1 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $403.1 million in Q4 2025 to a low of -$2.8 million in Q2 2022.
- Average Retained Earnings over 5 years is $146.7 million, with a median of $38.2 million recorded in 2022.
- The largest YoY upside for Retained Earnings was 1942.77% in 2022 against a maximum downside of 77.32% in 2022.
- Over 5 years, Retained Earnings stood at $35.7 million in 2022, then rose by 11.28% to $39.8 million in 2023, then jumped by 524.6% to $248.4 million in 2024, then surged by 62.31% to $403.1 million in 2025, then slipped by 0.15% to $402.5 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were $402.5 million in Q2 2026, $403.1 million in Q4 2025, and $386.2 million in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 402.49 Mn |
| Dec 31, 2025 | 403.11 Mn |
| Jun 30, 2025 | 386.17 Mn |
| Dec 31, 2024 | 248.36 Mn |
| Jun 30, 2024 | 139.47 Mn |
| Dec 31, 2023 | 39.76 Mn |
| Jun 30, 2023 | 36.70 Mn |
| Mar 31, 2023 | 36.70 Mn |
| Dec 31, 2022 | 35.73 Mn |
| Sep 30, 2022 | 36.70 Mn |
| Jun 30, 2022 | -2.83 Mn |
| Mar 31, 2022 | -2.45 Mn |
| Dec 31, 2021 | 11.55 Mn |
| Sep 30, 2021 | -1.99 Mn |
| Jun 30, 2021 | -1.60 Mn |
| Dec 31, 2020 | -39,667.00 |
MicroCloud Hologram Inc. Retained Earnings 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=retained-earnings&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();