MicroCloud Hologram Inc. (HOLOW) Preferred Stock Liabilities (2021 - 2022)
MicroCloud Hologram's (HOLOW) quarterly Preferred Stock Liabilities came in at $58.4 million in Q2 2022, little changed year-over-year from $58.1 million in Q2 2021, and little changed quarter-over-quarter from $58.1 million in Q1 2022.
MicroCloud Hologram Inc. (HOLOW) Preferred Stock Liabilities (2021 - 2022) Analysis & Trends
MicroCloud Hologram has disclosed Preferred Stock Liabilities across 2 years of filings, most recently posting $58.4 million for Q2 2022.
- In Q2 2022, Preferred Stock Liabilities changed 0.48% year-over-year to $58.4 million; the TTM figure through Jun 2022 stood at $58.4 million (changed 0.48% YoY), while the FY2021 annual figure was $58.1 million, changed N/A from the prior year.
- Preferred Stock Liabilities came in at $58.4 million for Q2 2022 at MicroCloud Hologram, roughly flat from $58.1 million in the prior quarter.
- In the past five years, Preferred Stock Liabilities ranged from a high of $58.4 million in Q2 2022 to a low of $58.1 million in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 58.36 Mn |
| Mar 31, 2022 | 58.08 Mn |
| Dec 31, 2021 | 58.08 Mn |
| Sep 30, 2021 | 58.08 Mn |
| Jun 30, 2021 | 58.08 Mn |
MicroCloud Hologram Inc. Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();