MicroCloud Hologram Inc. (HOLOW) EBITDA (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly EBITDA came in at -$804941.0 in Q2 2023, down 110.24% year-over-year from $7.9 million in Q2 2022, and up 78.85% quarter-over-quarter from -$3.8 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) EBITDA (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed EBITDA across 4 years of filings, most recently posting -$804941.0 for Q2 2023.
- In Q2 2023, EBITDA fell 110.24% year-over-year to -$804941.0; the TTM figure through Jun 2023 stood at -$28.8 million (down 279.87% YoY), while the FY2025 annual figure was $362401.8, up 101.88% from the prior year.
- EBITDA came in at -$804941.0 for Q2 2023 at MicroCloud Hologram, up from -$3.8 million in the prior quarter.
- In the past five years, EBITDA ranged from a high of $7.9 million in Q2 2022 to a low of -$25.3 million in Q4 2022.
- Average EBITDA over 4 years is -$1.1 million, with a median of -$13688.0 recorded in 2020.
- Year-over-year, EBITDA soared 21158.01% in 2021 and plunged 756.03% in 2022.
- Over 4 years, EBITDA stood at -$22480.0 in 2020, then jumped by 17240.87% to $3.9 million in 2021, then plunged by 756.03% to -$25.3 million in 2022, then soared by 96.82% to -$804941.0 in 2023.
- Per Business Quant data, the three most recent EBITDA figures were -$804941.0 in Q2 2023, -$3.8 million in Q1 2023, and -$25.3 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -804,941.00 |
| Mar 31, 2023 | -3.81 Mn |
| Dec 31, 2022 | -25.28 Mn |
| Sep 30, 2022 | 1.07 Mn |
| Jun 30, 2022 | 7.86 Mn |
| Mar 31, 2022 | 3.28 Mn |
| Dec 31, 2021 | 3.85 Mn |
| Sep 30, 2021 | 1.03 Mn |
| Jun 30, 2021 | -143,212.00 |
| Mar 31, 2021 | -56,779.00 |
| Dec 31, 2020 | -22,480.00 |
| Sep 30, 2020 | -4,896.00 |
MicroCloud Hologram Inc. EBITDA 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&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();