MicroCloud Hologram Inc. (HOLOW) Debt Ratio (2020 - 2026)
MicroCloud Hologram's (HOLOW) quarterly Debt Ratio came in at 0.0 in Q2 2026, down 66.28% year-over-year from 0.0 in Q2 2025, and down 70.28% quarter-over-quarter from 0.0 in Q4 2025.
MicroCloud Hologram Inc. (HOLOW) Debt Ratio (2020 - 2026) Analysis & Trends
MicroCloud Hologram has disclosed Debt Ratio across 7 years of filings, most recently posting 0.0 for Q2 2026.
- In Q2 2026, Debt Ratio fell 66.28% year-over-year to 0.0; the TTM figure through Jun 2026 stood at 0.0 (down 66.28% YoY), while the FY2025 annual figure was 0.0, down 60.88% from the prior year.
- Debt Ratio came in at 0.0 for Q2 2026 at MicroCloud Hologram, down from 0.0 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.02 in Q4 2023 to a low of 0.0 in Q2 2023.
- Average Debt Ratio over 5 years is 0.0, with a median of 0.0 recorded in 2024.
- Year-over-year, Debt Ratio plunged 98.42% in 2023 and jumped 3251.25% in 2024.
- Over 5 years, Debt Ratio stood at 0.0 in 2022, then jumped by 571.38% to 0.02 in 2023, then slumped by 81.96% to 0.0 in 2024, then slumped by 59.99% to 0.0 in 2025, then slumped by 70.28% to 0.0 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.0 in Q2 2026, 0.0 in Q4 2025, and 0.0 in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.00 |
| Dec 31, 2025 | 0.00 |
| Jun 30, 2025 | 0.00 |
| Dec 31, 2024 | 0.00 |
| Jun 30, 2024 | 0.00 |
| Dec 31, 2023 | 0.02 |
| Jun 30, 2023 | 0.00 |
| Dec 31, 2022 | 0.00 |
| Sep 30, 2022 | 0.01 |
| Jun 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.01 |
| Dec 31, 2021 | 0.08 |
| Sep 30, 2021 | 0.00 |
| Jun 30, 2021 | 0.00 |
| Dec 31, 2020 | 1.05 |
MicroCloud Hologram Inc. Debt Ratio 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=debt-ratio&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();