MicroCloud Hologram Inc. (HOLOW) Other Working Capital Changes (2022 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Other Working Capital Changes came in at -$57223.0 in Q2 2023, up 0.79% quarter-over-quarter from -$57679.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Other Working Capital Changes (2022 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Other Working Capital Changes across 2 years of filings, most recently posting -$57223.0 for Q2 2023.
- In Q2 2023, Other Working Capital Changes changed N/A year-over-year to -$57223.0; the TTM figure through Jun 2023 stood at -$224749.9 (changed N/A YoY), while the FY2025 annual figure was -$231385.0, down 45.03% from the prior year.
- Other Working Capital Changes came in at -$57223.0 for Q2 2023 at MicroCloud Hologram, up from -$57679.0 in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of -$47566.2 in Q4 2022 to a low of -$62281.7 in Q3 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 608,484.00 |
| Jun 30, 2023 | 608,484.00 |
| Mar 31, 2023 | -18,250.00 |
| Mar 31, 2023 | -18,250.00 |
| Mar 31, 2022 | 779,959.00 |
| Mar 31, 2022 | 779,959.00 |
MicroCloud Hologram Inc. Other Working Capital Changes 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=other-working-capital-changes&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();