MicroCloud Hologram Inc. (HOLOW) EBT (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly EBT came in at -$690928.0 in Q2 2023, down 565.63% year-over-year from $148386.4 in Q2 2022, and up 81.03% quarter-over-quarter from -$3.6 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) EBT (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed EBT across 4 years of filings, most recently posting -$690928.0 for Q2 2023.
- In Q2 2023, EBT fell 565.63% year-over-year to -$690928.0; the TTM figure through Jun 2023 stood at -$19302.8 billion (down 285280275.27% YoY), while the FY2025 annual figure was -$7.0 million, up 18.91% from the prior year.
- EBT came in at -$690928.0 for Q2 2023 at MicroCloud Hologram, up from -$3.6 million in the prior quarter.
- In the past five years, EBT ranged from a high of $3.9 million in Q4 2021 to a low of -$19302.8 billion in Q4 2022.
- Average EBT over 4 years is -$1608.6 billion, with a median of -$80290.0 recorded in 2021.
- Year-over-year, EBT jumped 17518.02% in 2021 and plunged 492976478.4% in 2022.
- Over 4 years, EBT stood at -$22480.0 in 2020, then jumped by 17518.02% to $3.9 million in 2021, then sank by 492976478.4% to -$19302.8 billion in 2022, then jumped by 100.0% to -$690928.0 in 2023.
- Per Business Quant data, the three most recent EBT figures were -$690928.0 in Q2 2023, -$3.6 million in Q1 2023, and -$19302.8 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -690,928.00 |
| Mar 31, 2023 | -3.64 Mn |
| Dec 31, 2022 | -19,302.84 Bn |
| Sep 30, 2022 | 1.72 Mn |
| Jun 30, 2022 | -103,801.00 |
| Mar 31, 2022 | 3.35 Mn |
| Dec 31, 2021 | 3.92 Mn |
| Sep 30, 2021 | -394,291.00 |
| 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. EBT 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=ebt&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();