MicroCloud Hologram Inc. (HOLOW) Income from Non-Controlling Interests (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Income from Non-Controlling Interests came in at $3.5 million in Q2 2023, up 82694.27% year-over-year from N/an in Q2 2022, and up 198.56% quarter-over-quarter from -$3.5 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Income from Non-Controlling Interests (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Income from Non-Controlling Interests across 3 years of filings, most recently posting $3.5 million for Q2 2023.
- In Q2 2023, Income from Non-Controlling Interests rose 82694.27% year-over-year to $3.5 million; the TTM figure through Jun 2023 stood at $41.0 billion (up 971361.25% YoY), while the FY2025 annual figure was -$12.0 million, down 9307.36% from the prior year.
- Income from Non-Controlling Interests came in at $3.5 million for Q2 2023 at MicroCloud Hologram, up from -$3.5 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $41.0 billion in Q4 2022 to a low of -$8.7 million in Q4 2021.
- Average Income from Non-Controlling Interests over 3 years is $5.1 billion, with a median of $1.2 million recorded in 2021.
- Year-over-year, Income from Non-Controlling Interests surged 471575.98% in 2022 and plunged 203.35% in 2023.
- Over 3 years, Income from Non-Controlling Interests stood at -$8.7 million in 2021, then surged by 471575.98% to $41.0 billion in 2022, then slumped by 99.99% to $3.5 million in 2023.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $3.5 million in Q2 2023, -$3.5 million in Q1 2023, and $41.0 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 3.45 Mn |
| Mar 31, 2023 | -3.50 Mn |
| Dec 31, 2022 | 41.05 Bn |
| Sep 30, 2022 | 1.39 Mn |
| Jun 30, 2022 | 4,168.00 |
| Mar 31, 2022 | 3.39 Mn |
| Dec 31, 2021 | -8.71 Mn |
| Sep 30, 2021 | 1.09 Mn |
MicroCloud Hologram Inc. Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();