MicroCloud Hologram Inc. (HOLOW) Revenue (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Revenue came in at $7.6 million in Q2 2023, down 43.67% year-over-year from $13.4 million in Q2 2022, and up 14.89% quarter-over-quarter from $6.6 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Revenue (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Revenue across 3 years of filings, most recently posting $7.6 million for Q2 2023.
- In Q2 2023, Revenue fell 43.67% year-over-year to $7.6 million; the TTM figure through Jun 2023 stood at $47.3 million (down 20.59% YoY), while the FY2025 annual figure was $56.5 million, up 38.65% from the prior year.
- Revenue came in at $7.6 million for Q2 2023 at MicroCloud Hologram, up from $6.6 million in the prior quarter.
- In the past five years, Revenue ranged from a high of $24.2 million in Q3 2022 to a low of $6.6 million in Q1 2023.
- Average Revenue over 3 years is $13.4 million, with a median of $11.2 million recorded in 2022.
- Year-over-year, Revenue surged 190.19% in 2022 and slumped 72.83% in 2023.
- Over 3 years, Revenue stood at $13.6 million in 2021, then plunged by 34.32% to $8.9 million in 2022, then declined by 15.12% to $7.6 million in 2023.
- Per Business Quant data, the three most recent Revenue figures were $7.6 million in Q2 2023, $6.6 million in Q1 2023, and $8.9 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 7.56 Mn |
| Mar 31, 2023 | 6.58 Mn |
| Dec 31, 2022 | 8.91 Mn |
| Sep 30, 2022 | 24.24 Mn |
| Jun 30, 2022 | 13.42 Mn |
| Mar 31, 2022 | 24.22 Mn |
| Dec 31, 2021 | 13.56 Mn |
| Sep 30, 2021 | 8.35 Mn |
MicroCloud Hologram Inc. 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=revenue&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=revenue&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();