MicroCloud Hologram Inc. (HOLOW) Net Cash Flow (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Net Cash Flow came in at -$904144.0 in Q2 2023, down 252.78% year-over-year from $591792.0 in Q2 2022, and up 46.36% quarter-over-quarter from -$1.7 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Net Cash Flow (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Net Cash Flow across 4 years of filings, most recently posting -$904144.0 for Q2 2023.
- In Q2 2023, Net Cash Flow fell 252.78% year-over-year to -$904144.0; the TTM figure through Jun 2023 stood at $8.4 million (up 7983.23% YoY), while the FY2025 annual figure was $140.6 million, up 39.34% from the prior year.
- Net Cash Flow came in at -$904144.0 for Q2 2023 at MicroCloud Hologram, up from -$1.7 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $58.6 million in Q2 2021 to a low of -$25.9 million in Q4 2022.
- Average Net Cash Flow over 4 years is $5.6 million, with a median of -$7606.0 recorded in 2020.
- Year-over-year, Net Cash Flow slumped 667269.01% in 2021 and surged 7871.73% in 2022.
- Over 4 years, Net Cash Flow stood at $17959.0 in 2020, then jumped by 3386.51% to $626142.6 in 2021, then sank by 4229.75% to -$25.9 million in 2022, then soared by 96.5% to -$904144.0 in 2023.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$904144.0 in Q2 2023, -$1.7 million in Q1 2023, and -$25.9 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -904,144.00 |
| Mar 31, 2023 | -1.69 Mn |
| Dec 31, 2022 | -25.86 Mn |
| Sep 30, 2022 | 36.81 Mn |
| Jun 30, 2022 | 591,792.00 |
| Mar 31, 2022 | -640,747.00 |
| Dec 31, 2021 | 626,142.63 |
| Sep 30, 2021 | -473,690.00 |
| Jun 30, 2021 | 58.58 Mn |
| Mar 31, 2021 | -15,283.00 |
| Dec 31, 2020 | 17,959.00 |
| Sep 30, 2020 | 71.00 |
MicroCloud Hologram Inc. Net Cash Flow 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=net-cash-flow&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();