MicroCloud Hologram Inc. (HOLOW) Change in Cash (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Change in Cash came in at -$1.5 million in Q2 2023, down 344.66% year-over-year from $600698.0 in Q2 2022, and up 7.07% quarter-over-quarter from -$1.6 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Change in Cash (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Change in Cash across 4 years of filings, most recently posting -$1.5 million for Q2 2023.
- In Q2 2023, Change in Cash fell 344.66% year-over-year to -$1.5 million; the TTM figure through Jun 2023 stood at $8.1 million (up 11203.79% YoY), while the FY2025 annual figure was $143.8 million, up 42.88% from the prior year.
- Change in Cash came in at -$1.5 million for Q2 2023 at MicroCloud Hologram, up from -$1.6 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $36.9 million in Q3 2022 to a low of -$25.7 million in Q4 2022.
- Average Change in Cash over 4 years is $726965.0, with a median of -$7606.0 recorded in 2020.
- Year-over-year, Change in Cash slumped 667269.01% in 2021 and soared 7893.63% in 2022.
- Over 4 years, Change in Cash stood at $17959.0 in 2020, then soared by 3211.29% to $594674.6 in 2021, then sank by 4425.81% to -$25.7 million in 2022, then soared by 94.29% to -$1.5 million in 2023.
- Per Business Quant data, the three most recent Change in Cash figures were -$1.5 million in Q2 2023, -$1.6 million in Q1 2023, and -$25.7 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -1.47 Mn |
| Mar 31, 2023 | -1.58 Mn |
| Dec 31, 2022 | -25.72 Mn |
| Sep 30, 2022 | 36.92 Mn |
| Jun 30, 2022 | 600,698.00 |
| Mar 31, 2022 | -649,653.00 |
| Dec 31, 2021 | 594,674.58 |
| Sep 30, 2021 | -473,690.00 |
| Jun 30, 2021 | 506,734.00 |
| Mar 31, 2021 | -15,283.00 |
| Dec 31, 2020 | 17,959.00 |
| Sep 30, 2020 | 71.00 |
MicroCloud Hologram Inc. Change in Cash 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=change-in-cash&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();