MicroCloud Hologram Inc. (HOLOW) Operating Income (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Operating Income 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) Operating Income (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Operating Income across 3 years of filings, most recently posting -$804941.0 for Q2 2023.
- In Q2 2023, Operating Income fell 110.24% year-over-year to -$804941.0; the TTM figure through Jun 2023 stood at -$28.9 million (down 280.13% YoY), while the FY2025 annual figure was $364606.0, up 101.88% from the prior year.
- Operating Income 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, Operating Income ranged from a high of $7.9 million in Q2 2022 to a low of -$25.3 million in Q4 2022.
- Average Operating Income over 3 years is -$1.6 million, with a median of $1.0 million recorded in 2021.
- The largest YoY upside for Operating Income was 0.42% in 2022 against a maximum downside of 756.03% in 2022.
- Over 3 years, Operating Income stood at $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 Operating Income 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.03 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 |
MicroCloud Hologram Inc. Operating Income 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=operating-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();