MicroCloud Hologram Inc. (HOLOW) Long-Term Deferred Tax (2021 - 2026)
MicroCloud Hologram's (HOLOW) quarterly Long-Term Deferred Tax came in at $3.0 million in Q2 2026, up 25.13% quarter-over-quarter from $2.4 million in Q4 2025.
MicroCloud Hologram Inc. (HOLOW) Long-Term Deferred Tax (2021 - 2026) Analysis & Trends
MicroCloud Hologram has disclosed Long-Term Deferred Tax across 6 years of filings, most recently posting $3.0 million for Q2 2026.
- In Q2 2026, Long-Term Deferred Tax changed N/A year-over-year to $3.0 million; the TTM figure through Jun 2026 stood at $3.0 million (changed N/A YoY), while the FY2025 annual figure was $2.4 million, up 4.74% from the prior year.
- Long-Term Deferred Tax came in at $3.0 million for Q2 2026 at MicroCloud Hologram, up from $2.4 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $3.0 million in Q2 2026 to a low of $11.0 in Q2 2024.
- Average Long-Term Deferred Tax over 5 years is $1.1 million, with a median of $496494.0 recorded in 2023.
- The largest YoY upside for Long-Term Deferred Tax was 462.24% in 2024 against a maximum downside of 100.0% in 2024.
- Over 5 years, Long-Term Deferred Tax stood at $479420.8 in 2022, then fell by 15.07% to $407152.3 in 2023, then jumped by 462.24% to $2.3 million in 2024, then advanced by 5.41% to $2.4 million in 2025, then climbed by 25.13% to $3.0 million in 2026.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $3.0 million in Q2 2026, $2.4 million in Q4 2025, and $2.3 million in Q4 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.02 Mn |
| Dec 31, 2025 | 2.41 Mn |
| Dec 31, 2024 | 2.29 Mn |
| Jun 30, 2024 | 11.00 |
| Dec 31, 2023 | 407,152.28 |
| Jun 30, 2023 | 741,065.00 |
| Mar 31, 2023 | 496,494.00 |
| Dec 31, 2022 | 479,420.82 |
| Sep 30, 2022 | 458,215.00 |
| Dec 31, 2021 | 239,254.75 |
MicroCloud Hologram Inc. Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();