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