MicroCloud Hologram Inc. (HOLOW) FCF Margin (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly FCF Margin came in at 10.72% in Q2 2023, down 675.0% year-over-year from 1.86% in Q2 2022, and up 52.84% quarter-over-quarter from 22.73% in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) FCF Margin (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed FCF Margin across 3 years of filings, most recently posting 10.72% for Q2 2023.
- In Q2 2023, FCF Margin fell 675.0% year-over-year to 10.72%; the TTM figure through Jun 2023 stood at 50.88% (down 4343.0% YoY), while the FY2025 annual figure was 13.9%, up 4757.0% from the prior year.
- FCF Margin came in at 10.72% for Q2 2023 at MicroCloud Hologram, up from 22.73% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 6.41% in Q3 2022 to a low of 261.7% in Q4 2022.
- Average FCF Margin over 3 years is 40.6%, with a median of 8.52% recorded in 2021.
- The largest YoY upside for FCF Margin was 1274 bps in 2022 against a maximum downside of 23483 bps in 2022.
- Over 3 years, FCF Margin stood at 26.87% in 2021, then sank by 874 bps to 261.7% in 2022, then soared by 96 bps to 10.72% in 2023.
- Per Business Quant data, the three most recent FCF Margin figures were 10.72% in Q2 2023, 22.73% in Q1 2023, and 261.7% in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -10.72% |
| Mar 31, 2023 | -22.73% |
| Dec 31, 2022 | -261.70% |
| Sep 30, 2022 | 6.41% |
| Jun 30, 2022 | -3.97% |
| Mar 31, 2022 | 1.12% |
| Dec 31, 2021 | -26.87% |
| Sep 30, 2021 | -6.33% |
MicroCloud Hologram Inc. FCF Margin 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=fcf-margin&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();