MicroCloud Hologram Inc. (HOLOW) Change in Receivables (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Change in Receivables came in at -$98402.0 in Q2 2023, up 98.08% year-over-year from -$49676.8 in Q2 2022, and down 1249.82% quarter-over-quarter from -$7290.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Change in Receivables (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Change in Receivables across 3 years of filings, most recently posting -$98402.0 for Q2 2023.
- In Q2 2023, Change in Receivables rose 98.08% year-over-year to -$98402.0; the TTM figure through Jun 2023 stood at $816253.4 (down 84.18% YoY), while the FY2025 annual figure was -$1.1 million, up 49.35% from the prior year.
- Change in Receivables came in at -$98402.0 for Q2 2023 at MicroCloud Hologram, down from -$7290.0 in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $7.2 million in Q3 2022 to a low of -$6.3 million in Q4 2022.
- Average Change in Receivables over 3 years is $597829.4, with a median of $800.5 recorded in 2021.
- The largest YoY upside for Change in Receivables was 490864.56% in 2022 against a maximum downside of 895083.62% in 2022.
- Over 3 years, Change in Receivables stood at $5.1 million in 2021, then plunged by 223.04% to -$6.3 million in 2022, then surged by 98.44% to -$98402.0 in 2023.
- Per Business Quant data, the three most recent Change in Receivables figures were -$98402.0 in Q2 2023, -$7290.0 in Q1 2023, and -$6.3 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -98,402.00 |
| Mar 31, 2023 | -7,290.00 |
| Dec 31, 2022 | -6.29 Mn |
| Sep 30, 2022 | 7.21 Mn |
| Jun 30, 2022 | -5.14 Mn |
| Mar 31, 2022 | 5.04 Mn |
| Dec 31, 2021 | 5.11 Mn |
| Sep 30, 2021 | 144,140.00 |
| Jun 30, 2021 | 574.00 |
| Mar 31, 2021 | 1,027.00 |
MicroCloud Hologram Inc. Change in Receivables 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-receivables&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();