MicroCloud Hologram Inc. (HOLOW) Net Income (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Net Income came in at -$862901.0 in Q2 2023, down 731.3% year-over-year from $136685.7 in Q2 2022, and up 76.13% quarter-over-quarter from -$3.6 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Net Income (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Net Income across 4 years of filings, most recently posting -$862901.0 for Q2 2023.
- In Q2 2023, Net Income fell 731.3% year-over-year to -$862901.0; the TTM figure through Jun 2023 stood at -$19419.0 billion (down 288106026.41% YoY), while the FY2025 annual figure was -$7.0 million, down 177.88% from the prior year.
- Net Income came in at -$862901.0 for Q2 2023 at MicroCloud Hologram, up from -$3.6 million in the prior quarter.
- In the past five years, Net Income ranged from a high of $3.8 million in Q4 2021 to a low of -$19419.0 billion in Q4 2022.
- Average Net Income over 4 years is -$1618.2 billion, with a median of -$80290.0 recorded in 2021.
- Year-over-year, Net Income jumped 17149.89% in 2021 and tumbled 506651145.74% in 2022.
- Over 4 years, Net Income stood at -$22480.0 in 2020, then jumped by 17149.89% to $3.8 million in 2021, then plunged by 506651145.74% to -$19419.0 billion in 2022, then surged by 100.0% to -$862901.0 in 2023.
- Per Business Quant data, the three most recent Net Income figures were -$862901.0 in Q2 2023, -$3.6 million in Q1 2023, and -$19419.0 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -862,901.00 |
| Mar 31, 2023 | -3.61 Mn |
| Dec 31, 2022 | -19,419.00 Bn |
| Sep 30, 2022 | 1.73 Mn |
| Jun 30, 2022 | -103,801.00 |
| Mar 31, 2022 | 3.41 Mn |
| Dec 31, 2021 | 3.83 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. Net 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=net-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();