MicroCloud Hologram Inc. (HOLOW) Operating Expenses (2020 - 2025)
MicroCloud Hologram's (HOLOW) quarterly Operating Expenses came in at -$6.2 million in Q2 2025, up 73.11% year-over-year from -$3.6 million in Q2 2024, and up 73.11% quarter-over-quarter from -$23.0 million in Q2 2024.
MicroCloud Hologram Inc. (HOLOW) Operating Expenses (2020 - 2025) Analysis & Trends
MicroCloud Hologram has disclosed Operating Expenses across 6 years of filings, most recently posting -$6.2 million for Q2 2025.
- In Q2 2025, Operating Expenses rose 73.11% year-over-year to -$6.2 million; the TTM figure through Jun 2025 stood at -$41.0 million (up 100.0% YoY), while the FY2025 annual figure was -$11.7 million, up 59.22% from the prior year.
- Operating Expenses came in at -$6.2 million for Q2 2025 at MicroCloud Hologram, up from -$23.0 million in the prior quarter.
- In the past five years, Operating Expenses ranged from a high of $7.7 million in Q1 2023 to a low of -$50842.0 billion in Q4 2022.
- Average Operating Expenses over 5 years is -$4236.8 billion, with a median of -$2.8 million recorded in 2021.
- The largest YoY upside for Operating Expenses was 13127.9% in 2022 against a maximum downside of 884533325.7% in 2022.
- Over 5 years, Operating Expenses stood at -$5.7 million in 2021, then tumbled by 884533325.7% to -$50842.0 billion in 2022, then surged by 100.0% to -$19.5 million in 2023, then fell by 17.74% to -$23.0 million in 2024, then soared by 73.11% to -$6.2 million in 2025.
- Per Business Quant data, the three most recent Operating Expenses figures were -$6.2 million in Q2 2025, -$23.0 million in Q2 2024, and -$19.5 million in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -6.18 Mn |
| Jun 30, 2024 | -22.98 Mn |
| Jun 30, 2023 | -19.51 Mn |
| Mar 31, 2023 | 7.69 Mn |
| Dec 31, 2022 | -50,841.98 Bn |
| Sep 30, 2022 | -8.39 Mn |
| Jun 30, 2022 | 122,893.00 |
| Mar 31, 2022 | 7.51 Mn |
| Dec 31, 2021 | -5.75 Mn |
| Sep 30, 2021 | 395,892.00 |
| Jun 30, 2021 | 143,280.00 |
| Mar 31, 2021 | 56,779.00 |
| Dec 31, 2020 | 22,480.00 |
| Sep 30, 2020 | 4,896.00 |
MicroCloud Hologram Inc. Operating Expenses 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=operating-expenses&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();