MicroCloud Hologram Inc. (HOLOW) Income towards Parent Company (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Income towards Parent Company 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) Income towards Parent Company (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Income towards Parent Company across 4 years of filings, most recently posting -$862901.0 for Q2 2023.
- In Q2 2023, Income towards Parent Company 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 -$6981.8 billion, up 15.19% from the prior year.
- Income towards Parent Company 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, Income towards Parent Company ranged from a high of $3.8 million in Q4 2021 to a low of -$19419.0 billion in Q4 2022.
- Average Income towards Parent Company over 4 years is -$1618.2 billion, with a median of -$80290.0 recorded in 2021.
- Year-over-year, Income towards Parent Company jumped 17149.89% in 2021 and tumbled 506651145.74% in 2022.
- Over 4 years, Income towards Parent Company 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 Income towards Parent Company 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. Income towards Parent Company 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-towards-parent-company&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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-towards-parent-company&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();