MicroCloud Hologram Inc. (HOLOW) Other Non Operating Income (2021 - 2022)
MicroCloud Hologram's (HOLOW) quarterly Other Non Operating Income came in at $620.8 billion in Q4 2022, up 308232510.25% year-over-year from N/an in Q4 2021, and up 94223287.84% quarter-over-quarter from $658873.0 in Q3 2022.
MicroCloud Hologram Inc. (HOLOW) Other Non Operating Income (2021 - 2022) Analysis & Trends
MicroCloud Hologram has disclosed Other Non Operating Income across 2 years of filings, most recently posting $620.8 billion for Q4 2022.
- In Q4 2022, Other Non Operating Income rose 308232510.25% year-over-year to $620.8 billion; the TTM figure through Dec 2022 stood at $620.8 billion (up 309770865.17% YoY), while the FY2025 annual figure was -$4.6 million, down 52860.36% from the prior year.
- Other Non Operating Income came in at $620.8 billion for Q4 2022 at MicroCloud Hologram, up from $658873.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $620.8 billion in Q4 2022 to a low of -$201410.5 in Q4 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 620.81 Bn |
| Sep 30, 2022 | 658,873.00 |
| Jun 30, 2022 | -25,477.00 |
| Mar 31, 2022 | 67,396.00 |
| Dec 31, 2021 | -201,410.51 |
| Sep 30, 2021 | 1,000.00 |
MicroCloud Hologram Inc. Other 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=other-non-operating-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();