MicroCloud Hologram Inc. (HOLOW) Non Operating Income (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Non Operating Income came in at $114013.0 in Q2 2023, up 497.18% year-over-year from $19092.0 in Q2 2022, and down 29.64% quarter-over-quarter from $162038.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Non Operating Income (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Non Operating Income across 3 years of filings, most recently posting $114013.0 for Q2 2023.
- In Q2 2023, Non Operating Income rose 497.18% year-over-year to $114013.0; the TTM figure through Jun 2023 stood at $148.0 billion (up 94705200.98% YoY), while the FY2025 annual figure was -$7.4 million, down 168.82% from the prior year.
- Non Operating Income came in at $114013.0 for Q2 2023 at MicroCloud Hologram, down from $162038.0 in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $148.0 billion in Q4 2022 to a low of $68.0 in Q2 2021.
- Average Non Operating Income over 3 years is $16.4 billion, with a median of $62302.9 recorded in 2021.
- Year-over-year, Non Operating Income surged 237535742.18% in 2022 and surged 121.15% in 2023.
- Over 3 years, Non Operating Income stood at $62302.9 in 2021, then surged by 237535742.18% to $148.0 billion in 2022, then sank by 100.0% to $114013.0 in 2023.
- Per Business Quant data, the three most recent Non Operating Income figures were $114013.0 in Q2 2023, $162038.0 in Q1 2023, and $148.0 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 114,013.00 |
| Mar 31, 2023 | 162,038.00 |
| Dec 31, 2022 | 147.99 Bn |
| Sep 30, 2022 | 31,935.00 |
| Jun 30, 2022 | 19,092.00 |
| Mar 31, 2022 | 73,270.00 |
| Dec 31, 2021 | 62,302.95 |
| Sep 30, 2021 | 1,601.00 |
| Jun 30, 2021 | 68.00 |
MicroCloud Hologram Inc. Non 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=non-operating-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-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=non-operating-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();