MicroCloud Hologram Inc. (HOLOW) Change in Account Payables (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Change in Account Payables came in at $320937.0 in Q2 2023, up 617.79% quarter-over-quarter from -$61982.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Change in Account Payables (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Change in Account Payables across 3 years of filings, most recently posting $320937.0 for Q2 2023.
- In Q2 2023, Change in Account Payables changed N/A year-over-year to $320937.0; the TTM figure through Jun 2023 stood at $1.1 million (changed N/A YoY), while the FY2025 annual figure was $1.8 million, up 5.94% from the prior year.
- Change in Account Payables came in at $320937.0 for Q2 2023 at MicroCloud Hologram, up from -$61982.0 in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $2.6 million in Q1 2022 to a low of -$7.3 million in Q4 2021.
- Average Change in Account Payables over 3 years is -$595109.0, with a median of $129477.5 recorded in 2023.
- Year-over-year, Change in Account Payables soared 114.47% in 2022 and tumbled 102.36% in 2023.
- Over 3 years, Change in Account Payables stood at -$7.3 million in 2021, then soared by 114.47% to $1.1 million in 2022, then sank by 69.44% to $320937.0 in 2023.
- Per Business Quant data, the three most recent Change in Account Payables figures were $320937.0 in Q2 2023, -$61982.0 in Q1 2023, and $1.1 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 320,937.00 |
| Mar 31, 2023 | -61,982.00 |
| Dec 31, 2022 | 1.05 Mn |
| Sep 30, 2022 | -252,628.68 |
| Mar 31, 2022 | 2.63 Mn |
| Dec 31, 2021 | -7.26 Mn |
MicroCloud Hologram Inc. Change in Account Payables 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-account-payables&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();