MicroCloud Hologram Inc. (HOLOW) Long-Term Debt Repayments (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Long-Term Debt Repayments came in at -$4394.0 in Q2 2023, down 107.33% quarter-over-quarter from $59921.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Long-Term Debt Repayments (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Long-Term Debt Repayments across 3 years of filings, most recently posting -$4394.0 for Q2 2023.
- In Q2 2023, Long-Term Debt Repayments changed N/A year-over-year to -$4394.0; the TTM figure through Jun 2023 stood at $59190.2 (changed N/A YoY), while the FY2025 annual figure was -$828655.0, down 183.19% from the prior year.
- Long-Term Debt Repayments came in at -$4394.0 for Q2 2023 at MicroCloud Hologram, down from $59921.0 in the prior quarter.
- In the past five years, Long-Term Debt Repayments ranged from a high of $59921.0 in Q1 2023 to a low of -$4394.0 in Q2 2023.
- Average Long-Term Debt Repayments over 3 years is $14797.5, with a median of $1831.6 recorded in 2021.
- The largest YoY upside for Long-Term Debt Repayments was 860.1% in 2022 against a maximum downside of 860.1% in 2022.
- Over 3 years, Long-Term Debt Repayments stood at -$554.94 in 2021, then jumped by 860.1% to $4218.1 in 2022, then sank by 204.17% to -$4394.0 in 2023.
- Per Business Quant data, the three most recent Long-Term Debt Repayments figures were -$4394.0 in Q2 2023, $59921.0 in Q1 2023, and $4218.1 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -4,394.00 |
| Mar 31, 2023 | 59,921.00 |
| Dec 31, 2022 | 4,218.12 |
| Dec 31, 2021 | -554.94 |
MicroCloud Hologram Inc. Long-Term Debt Repayments 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-debt-repayments&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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-debt-repayments&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();