MicroCloud Hologram Inc. (HOLOW) Non-Current Debt (2021 - 2022)
MicroCloud Hologram's (HOLOW) quarterly Non-Current Debt came in at $191667.0 in Q2 2022, down 91.37% quarter-over-quarter from $2.2 million in Q4 2021.
MicroCloud Hologram Inc. (HOLOW) Non-Current Debt (2021 - 2022) Analysis & Trends
MicroCloud Hologram has disclosed Non-Current Debt across 2 years of filings, most recently posting $191667.0 for Q2 2022.
- In Q2 2022, Non-Current Debt changed N/A year-over-year to $191667.0; the TTM figure through Jun 2022 stood at $191667.0 (changed N/A YoY), while the FY2021 annual figure was $2.2 million, changed N/A from the prior year.
- Non-Current Debt came in at $191667.0 for Q2 2022 at MicroCloud Hologram, down from $2.2 million in the prior quarter.
- In the past five years, Non-Current Debt ranged from a high of $2.2 million in Q4 2021 to a low of $191667.0 in Q2 2022.
Peer Comparison
MicroCloud Hologram Inc. Non-Current Debt 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=non-current-debt&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();