MicroCloud Hologram Inc. (HOLOW) Net Margin (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Net Margin came in at 8.47% in Q2 2023, down 769.0% year-over-year from 1.27% in Q2 2022, and up 84.08% quarter-over-quarter from 53.19% in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Net Margin (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Net Margin across 3 years of filings, most recently posting 8.47% for Q2 2023.
- In Q2 2023, Net Margin fell 769.0% year-over-year to 8.47%; the TTM figure through Jun 2023 stood at 40661164.87% (down 4066117646.0% YoY), while the FY2025 annual figure was 13.06%, up 875.0% from the prior year.
- Net Margin came in at 8.47% for Q2 2023 at MicroCloud Hologram, up from 53.19% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 29.49% in Q4 2021 to a low of 215902987.96% in Q4 2022.
- Average Net Margin over 3 years is 26987875.79%, with a median of 2.75% recorded in 2022.
- The largest YoY upside for Net Margin was 1002 bps in 2022 against a maximum downside of 2000000000 bps in 2022.
- Over 3 years, Net Margin stood at 29.49% in 2021, then tumbled by 732189107 bps to 215902987.96% in 2022, then soared by 100 bps to 8.47% in 2023.
- Per Business Quant data, the three most recent Net Margin figures were 8.47% in Q2 2023, 53.19% in Q1 2023, and 215902987.96% in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -8.47% |
| Mar 31, 2023 | -53.19% |
| Dec 31, 2022 | -215,902,987.96% |
| Sep 30, 2022 | 5.30% |
| Jun 30, 2022 | -0.77% |
| Mar 31, 2022 | 14.02% |
| Dec 31, 2021 | 29.49% |
| Sep 30, 2021 | -4.72% |
MicroCloud Hologram Inc. Net 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=net-margin&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();