MicroCloud Hologram Inc. (HOLOW) Net Income towards Common Stockholders (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Net Income towards Common Stockholders came in at -$640083.0 in Q2 2023, down 516.64% year-over-year from $153628.1 in Q2 2022, and up 81.71% quarter-over-quarter from -$3.5 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Net Income towards Common Stockholders (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Net Income towards Common Stockholders across 4 years of filings, most recently posting -$640083.0 for Q2 2023.
- In Q2 2023, Net Income towards Common Stockholders fell 516.64% year-over-year to -$640083.0; the TTM figure through Jun 2023 stood at -$19227.7 billion (down 278815417.57% YoY), while the FY2025 annual figure was -$7.4 million, up 17.0% from the prior year.
- Net Income towards Common Stockholders came in at -$640083.0 for Q2 2023 at MicroCloud Hologram, up from -$3.5 million in the prior quarter.
- In the past five years, Net Income towards Common Stockholders ranged from a high of $4.0 million in Q4 2021 to a low of -$19227.7 billion in Q4 2022.
- Average Net Income towards Common Stockholders over 4 years is -$1602.3 billion, with a median of -$80290.0 recorded in 2021.
- Year-over-year, Net Income towards Common Stockholders surged 17886.2% in 2021 and plunged 480893427.63% in 2022.
- Over 4 years, Net Income towards Common Stockholders stood at -$22480.0 in 2020, then surged by 17886.2% to $4.0 million in 2021, then sank by 480893427.63% to -$19227.7 billion in 2022, then soared by 100.0% to -$640083.0 in 2023.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$640083.0 in Q2 2023, -$3.5 million in Q1 2023, and -$19227.7 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -640,083.00 |
| Mar 31, 2023 | -3.50 Mn |
| Dec 31, 2022 | -19,227.74 Bn |
| Sep 30, 2022 | 1.29 Mn |
| Jun 30, 2022 | -103,801.00 |
| Mar 31, 2022 | 3.40 Mn |
| Dec 31, 2021 | 4.00 Mn |
| Sep 30, 2021 | -394,292.00 |
| Jun 30, 2021 | -143,263.00 |
| Mar 31, 2021 | -56,779.00 |
| Dec 31, 2020 | -22,480.00 |
| Sep 30, 2020 | -4,896.00 |
MicroCloud Hologram Inc. Net Income towards Common Stockholders 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-towards-common-stockholders&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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-towards-common-stockholders&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();