MicroCloud Hologram Inc. (HOLOW) Deferred Taxes (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Deferred Taxes came in at $250861.0 in Q2 2023, down 2.87% quarter-over-quarter from $258286.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Deferred Taxes (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Deferred Taxes across 3 years of filings, most recently posting $250861.0 for Q2 2023.
- In Q2 2023, Deferred Taxes changed N/A year-over-year to $250861.0; the TTM figure through Jun 2023 stood at $979648.2 (changed N/A YoY), while the FY2025 annual figure was $28931.0, down 74.83% from the prior year.
- Deferred Taxes came in at $250861.0 for Q2 2023 at MicroCloud Hologram, down from $258286.0 in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $1.1 million in Q4 2022 to a low of -$670239.9 in Q3 2022.
- Average Deferred Taxes over 3 years is $388459.9, with a median of $259177.5 recorded in 2022.
- Year-over-year, Deferred Taxes gained 4.56% in 2022 and decreased 0.69% in 2023.
- Over 3 years, Deferred Taxes stood at $1.1 million in 2021, then gained by 4.56% to $1.1 million in 2022, then sank by 78.01% to $250861.0 in 2023.
- Per Business Quant data, the three most recent Deferred Taxes figures were $250861.0 in Q2 2023, $258286.0 in Q1 2023, and $1.1 million in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 250,861.00 |
| Mar 31, 2023 | 258,286.00 |
| Dec 31, 2022 | 1.14 Mn |
| Sep 30, 2022 | -670,239.93 |
| Mar 31, 2022 | 260,069.00 |
| Dec 31, 2021 | 1.09 Mn |
MicroCloud Hologram Inc. Deferred Taxes 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=deferred-taxes&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();