MicroCloud Hologram Inc. (HOLOW) EBITDA Margin (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly EBITDA Margin came in at 10.65% in Q2 2023, down 6924.0% year-over-year from 0.16% in Q2 2022, and up 81.59% quarter-over-quarter from 57.83% in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) EBITDA Margin (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed EBITDA Margin across 3 years of filings, most recently posting 10.65% for Q2 2023.
- In Q2 2023, EBITDA Margin fell 6924.0% year-over-year to 10.65%; the TTM figure through Jun 2023 stood at 60.95% (down 8785.0% YoY), while the FY2025 annual figure was 0.64%, up 4781.0% from the prior year.
- EBITDA Margin came in at 10.65% for Q2 2023 at MicroCloud Hologram, up from 57.83% in the prior quarter.
- In the past five years, EBITDA Margin ranged from a high of 58.59% in Q2 2022 to a low of 283.84% in Q4 2022.
- Average EBITDA Margin over 3 years is 29.38%, with a median of 8.37% recorded in 2022.
- The largest YoY upside for EBITDA Margin was 794 bps in 2022 against a maximum downside of 31226 bps in 2022.
- Over 3 years, EBITDA Margin stood at 28.42% in 2021, then plunged by 1099 bps to 283.84% in 2022, then surged by 96 bps to 10.65% in 2023.
- Per Business Quant data, the three most recent EBITDA Margin figures were 10.65% in Q2 2023, 57.83% in Q1 2023, and 283.84% in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -10.65% |
| Mar 31, 2023 | -57.83% |
| Dec 31, 2022 | -283.84% |
| Sep 30, 2022 | 4.40% |
| Jun 30, 2022 | 58.59% |
| Mar 31, 2022 | 13.53% |
| Dec 31, 2021 | 28.42% |
| Sep 30, 2021 | 12.34% |
MicroCloud Hologram Inc. EBITDA 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=ebitda-margin&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();