MicroCloud Hologram Inc. (HOLOW) Tax Provisions (2021 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Tax Provisions came in at $171973.0 in Q2 2023, up 704.47% quarter-over-quarter from -$28450.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Tax Provisions (2021 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Tax Provisions across 3 years of filings, most recently posting $171973.0 for Q2 2023.
- In Q2 2023, Tax Provisions changed N/A year-over-year to $171973.0; the TTM figure through Jun 2023 stood at $116.2 billion (changed N/A YoY), while the FY2024 annual figure was -$356467.0, down 160.69% from the prior year.
- Tax Provisions came in at $171973.0 for Q2 2023 at MicroCloud Hologram, up from -$28450.0 in the prior quarter.
- In the past five years, Tax Provisions ranged from a high of $116.2 billion in Q4 2022 to a low of -$56710.0 in Q1 2022.
- Average Tax Provisions over 3 years is $19.4 billion, with a median of $70031.3 recorded in 2021.
- Year-over-year, Tax Provisions jumped 140363458.62% in 2022 and soared 49.83% in 2023.
- Over 3 years, Tax Provisions stood at $82755.7 in 2021, then jumped by 140363458.62% to $116.2 billion in 2022, then tumbled by 100.0% to $171973.0 in 2023.
- Per Business Quant data, the three most recent Tax Provisions figures were $171973.0 in Q2 2023, -$28450.0 in Q1 2023, and $116.2 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 171,973.00 |
| Mar 31, 2023 | -28,450.00 |
| Dec 31, 2022 | 116.16 Bn |
| Sep 30, 2022 | 57,307.00 |
| Mar 31, 2022 | -56,710.00 |
| Dec 31, 2021 | 82,755.69 |
MicroCloud Hologram Inc. Tax Provisions 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=tax-provisions&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();