MicroCloud Hologram Inc. (HOLOW) Change in Accured Expenses (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Change in Accured Expenses came in at -$13563.0 in Q2 2023, up 76.69% year-over-year from -$7676.4 in Q2 2022, and down 305.83% quarter-over-quarter from -$3342.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Change in Accured Expenses (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Change in Accured Expenses across 3 years of filings, most recently posting -$13563.0 for Q2 2023.
- In Q2 2023, Change in Accured Expenses rose 76.69% year-over-year to -$13563.0; the TTM figure through Jun 2023 stood at $230017.3 (up 190.54% YoY), while the FY2025 annual figure was $103509.0, up 151.03% from the prior year.
- Change in Accured Expenses came in at -$13563.0 for Q2 2023 at MicroCloud Hologram, down from -$3342.0 in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $515288.3 in Q3 2022 to a low of -$268366.1 in Q4 2022.
- Average Change in Accured Expenses over 3 years is $33615.2, with a median of $11056.0 recorded in 2021.
- The largest YoY upside for Change in Accured Expenses was 4791.67% in 2022 against a maximum downside of 602.45% in 2022.
- Over 3 years, Change in Accured Expenses stood at $88634.5 in 2021, then slumped by 402.78% to -$268366.1 in 2022, then surged by 94.95% to -$13563.0 in 2023.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$13563.0 in Q2 2023, -$3342.0 in Q1 2023, and -$268366.1 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -13,563.00 |
| Mar 31, 2023 | -3,342.00 |
| Dec 31, 2022 | -268,366.08 |
| Sep 30, 2022 | 515,288.35 |
| Jun 30, 2022 | -58,174.00 |
| Mar 31, 2022 | 38,174.00 |
| Dec 31, 2021 | 88,634.50 |
| Sep 30, 2021 | 10,534.00 |
| Jun 30, 2021 | 11,578.00 |
| Mar 31, 2021 | 15,388.00 |
MicroCloud Hologram Inc. Change in Accured Expenses 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-accured-expenses&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();