MicroCloud Hologram Inc. (HOLOW) Change in Inventory (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Change in Inventory came in at -$32840.0 in Q2 2023, down 273.57% quarter-over-quarter from $18920.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Change in Inventory (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Change in Inventory across 3 years of filings, most recently posting -$32840.0 for Q2 2023.
- In Q2 2023, Change in Inventory changed N/A year-over-year to -$32840.0; the TTM figure through Jun 2023 stood at -$85770.2 (changed N/A YoY), while the FY2025 annual figure was $115243.0, up 1339.04% from the prior year.
- Change in Inventory came in at -$32840.0 for Q2 2023 at MicroCloud Hologram, down from $18920.0 in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $909312.0 in Q4 2021 to a low of -$217534.8 in Q3 2022.
- Average Change in Inventory over 3 years is $136892.5, with a median of $8366.5 recorded in 2022.
- Year-over-year, Change in Inventory plunged 83.98% in 2022 and surged 965.11% in 2023.
- Over 3 years, Change in Inventory stood at $909312.0 in 2021, then tumbled by 83.98% to $145684.5 in 2022, then plunged by 122.54% to -$32840.0 in 2023.
- Per Business Quant data, the three most recent Change in Inventory figures were -$32840.0 in Q2 2023, $18920.0 in Q1 2023, and $145684.5 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -32,840.00 |
| Mar 31, 2023 | 18,920.00 |
| Dec 31, 2022 | 145,684.52 |
| Sep 30, 2022 | -217,534.77 |
| Mar 31, 2022 | -2,187.00 |
| Dec 31, 2021 | 909,312.03 |
MicroCloud Hologram Inc. Change in Inventory 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-inventory&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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-inventory&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();