MicroCloud Hologram Inc. (HOLOW) Cash from Operations (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Cash from Operations came in at -$891375.0 in Q2 2023, down 67.32% year-over-year from -$2.7 million in Q2 2022, and up 39.14% quarter-over-quarter from -$1.5 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Cash from Operations (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Cash from Operations across 4 years of filings, most recently posting -$891375.0 for Q2 2023.
- In Q2 2023, Cash from Operations fell 67.32% year-over-year to -$891375.0; the TTM figure through Jun 2023 stood at -$24.1 million (down 438.32% YoY), while the FY2025 annual figure was $7.9 million, up 156.99% from the prior year.
- Cash from Operations came in at -$891375.0 for Q2 2023 at MicroCloud Hologram, up from -$1.5 million in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $2.1 million in Q3 2022 to a low of -$23.8 million in Q4 2022.
- Average Cash from Operations over 4 years is -$2.4 million, with a median of -$330553.0 recorded in 2021.
- Year-over-year, Cash from Operations plunged 16293.39% in 2021 and jumped 741.18% in 2022.
- Over 4 years, Cash from Operations stood at -$22480.0 in 2020, then sank by 16293.39% to -$3.7 million in 2021, then slumped by 546.29% to -$23.8 million in 2022, then soared by 96.26% to -$891375.0 in 2023.
- Per Business Quant data, the three most recent Cash from Operations figures were -$891375.0 in Q2 2023, -$1.5 million in Q1 2023, and -$23.8 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -891,375.00 |
| Mar 31, 2023 | -1.46 Mn |
| Dec 31, 2022 | -23.82 Mn |
| Sep 30, 2022 | 2.08 Mn |
| Jun 30, 2022 | -532,739.00 |
| Mar 31, 2022 | 271,975.00 |
| Dec 31, 2021 | -3.69 Mn |
| Sep 30, 2021 | -528,830.00 |
| Jun 30, 2021 | -132,276.00 |
| Mar 31, 2021 | -42,418.00 |
| Dec 31, 2020 | -22,480.00 |
| Sep 30, 2020 | -4,896.00 |
MicroCloud Hologram Inc. Cash from Operations 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=cash-from-operations&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();