MicroCloud Hologram Inc. (HOLOW) Long-Term Debt Issuances (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Long-Term Debt Issuances came in at -$101692.0 in Q2 2023, down 139.52% year-over-year from $257313.0 in Q2 2022, and down 298.8% quarter-over-quarter from $51152.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Long-Term Debt Issuances (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Long-Term Debt Issuances across 4 years of filings, most recently posting -$101692.0 for Q2 2023.
- In Q2 2023, Long-Term Debt Issuances fell 139.52% year-over-year to -$101692.0; the TTM figure through Jun 2023 stood at -$240878.4 (up 85.5% YoY), while the FY2025 annual figure was $598854.0, down 99.71% from the prior year.
- Long-Term Debt Issuances came in at -$101692.0 for Q2 2023 at MicroCloud Hologram, down from $51152.0 in the prior quarter.
- In the past five years, Long-Term Debt Issuances ranged from a high of $4.8 million in Q4 2022 to a low of -$5.0 million in Q3 2022.
- Average Long-Term Debt Issuances over 4 years is -$150591.5, with a median of $25000.0 recorded in 2021.
- Year-over-year, Long-Term Debt Issuances slumped 9247.43% in 2021 and soared 88093.1% in 2023.
- Over 4 years, Long-Term Debt Issuances stood at $50000.0 in 2020, then tumbled by 9247.43% to -$4.6 million in 2021, then soared by 204.55% to $4.8 million in 2022, then tumbled by 102.13% to -$101692.0 in 2023.
- Per Business Quant data, the three most recent Long-Term Debt Issuances figures were -$101692.0 in Q2 2023, $51152.0 in Q1 2023, and $4.8 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -101,692.00 |
| Mar 31, 2023 | 51,152.00 |
| Dec 31, 2022 | 4.78 Mn |
| Sep 30, 2022 | -4.97 Mn |
| Jun 30, 2022 | 257,313.00 |
| Mar 31, 2022 | 58.00 |
| Dec 31, 2021 | -4.57 Mn |
| Sep 30, 2021 | 2.66 Mn |
| Jun 30, 2021 | 47,865.00 |
| Mar 31, 2021 | 2,135.00 |
| Dec 31, 2020 | 50,000.00 |
| Sep 30, 2020 | -4,878.00 |
MicroCloud Hologram Inc. Long-Term Debt Issuances 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-issuances&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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-issuances&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();