MicroCloud Hologram Inc. (HOLOW) Free Cash Flow (2020 - 2025)
MicroCloud Hologram's (HOLOW) quarterly Free Cash Flow came in at $4105.3 in Q2 2025, up 149.17% year-over-year from $1647.6 in Q2 2024, and up 149.17% quarter-over-quarter from $1647.6 in Q2 2024.
MicroCloud Hologram Inc. (HOLOW) Free Cash Flow (2020 - 2025) Analysis & Trends
MicroCloud Hologram has disclosed Free Cash Flow across 6 years of filings, most recently posting $4105.3 for Q2 2025.
- In Q2 2025, Free Cash Flow rose 149.17% year-over-year to $4105.3; the TTM figure through Jun 2025 stood at -$2.3 million (up 91.02% YoY), while the FY2025 annual figure was $7.9 million, up 157.26% from the prior year.
- Free Cash Flow came in at $4105.3 for Q2 2025 at MicroCloud Hologram, up from $1647.6 in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $1.6 million in Q3 2022 to a low of -$23.3 million in Q4 2022.
- Average Free Cash Flow over 5 years is -$2.4 million, with a median of -$330553.0 recorded in 2021.
- Year-over-year, Free Cash Flow plunged 16107.17% in 2021 and jumped 739.51% in 2022.
- Over 5 years, Free Cash Flow stood at -$3.6 million in 2021, then plunged by 539.68% to -$23.3 million in 2022, then soared by 96.52% to -$810316.0 in 2023, then surged by 100.2% to $1647.6 in 2024, then soared by 149.17% to $4105.3 in 2025.
- Per Business Quant data, the three most recent Free Cash Flow figures were $4105.3 in Q2 2025, $1647.6 in Q2 2024, and -$810316.0 in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 4,105.28 |
| Jun 30, 2024 | 1,647.55 |
| Jun 30, 2023 | -810,316.00 |
| Mar 31, 2023 | -1.50 Mn |
| Dec 31, 2022 | -23.31 Mn |
| Sep 30, 2022 | 1.55 Mn |
| Jun 30, 2022 | -532,739.00 |
| Mar 31, 2022 | 271,269.00 |
| Dec 31, 2021 | -3.64 Mn |
| Sep 30, 2021 | -528,830.00 |
| Jun 30, 2021 | -132,276.00 |
| Mar 31, 2021 | -42,418.00 |
| Dec 31, 2020 | -22,480.00 |
| Sep 30, 2020 | -4,896.00 |
MicroCloud Hologram Inc. Free Cash Flow 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=free-cash-flow&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();