MicroCloud Hologram Inc. (HOLOW) Capital Expenditures (2021 - 2025)
MicroCloud Hologram's (HOLOW) quarterly Capital Expenditures came in at -$4134.0 in Q2 2025, down 146.22% year-over-year from $8944.6 in Q2 2024, and down 146.22% quarter-over-quarter from -$1679.0 in Q2 2024.
MicroCloud Hologram Inc. (HOLOW) Capital Expenditures (2021 - 2025) Analysis & Trends
MicroCloud Hologram has disclosed Capital Expenditures across 5 years of filings, most recently posting -$4134.0 for Q2 2025.
- In Q2 2025, Capital Expenditures fell 146.22% year-over-year to -$4134.0; the TTM figure through Jun 2025 stood at -$55702.0 (up 90.11% YoY), while the FY2025 annual figure was -$13985.0, down 734.93% from the prior year.
- Capital Expenditures came in at -$4134.0 for Q2 2025 at MicroCloud Hologram, down from -$1679.0 in the prior quarter.
- In the past five years, Capital Expenditures ranged from a high of $530300.0 in Q3 2022 to a low of -$511375.1 in Q4 2022.
- Average Capital Expenditures over 5 years is -$9741.7, with a median of -$2906.5 recorded in 2024.
- Year-over-year, Capital Expenditures sank 1121.57% in 2022 and surged 4315.01% in 2023.
- Over 5 years, Capital Expenditures stood at -$41862.2 in 2021, then slumped by 1121.57% to -$511375.1 in 2022, then soared by 84.15% to -$81059.0 in 2023, then soared by 97.93% to -$1679.0 in 2024, then slumped by 146.22% to -$4134.0 in 2025.
- Per Business Quant data, the three most recent Capital Expenditures figures were -$4134.0 in Q2 2025, -$1679.0 in Q2 2024, and -$81059.0 in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -4,134.00 |
| Jun 30, 2024 | -1,679.00 |
| Jun 30, 2023 | -81,059.00 |
| Mar 31, 2023 | 31,170.00 |
| Dec 31, 2022 | -511,375.06 |
| Sep 30, 2022 | 530,299.96 |
| Mar 31, 2022 | 706.00 |
| Dec 31, 2021 | -41,862.25 |
MicroCloud Hologram Inc. Capital Expenditures 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=capital-expenditures&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();