MicroCloud Hologram Inc. (HOLOW) Profit After Tax (2020 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Profit After Tax came in at -$400302.0 in Q2 2023, down 285.64% year-over-year from $215629.2 in Q2 2022, and up 88.93% quarter-over-quarter from -$3.6 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Profit After Tax (2020 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Profit After Tax across 4 years of filings, most recently posting -$400302.0 for Q2 2023.
- In Q2 2023, Profit After Tax fell 285.64% year-over-year to -$400302.0; the TTM figure through Jun 2023 stood at -$19186.7 billion (down 277836808.85% YoY), while the FY2025 annual figure was -$7.0 million, up 22.12% from the prior year.
- Profit After Tax came in at -$400302.0 for Q2 2023 at MicroCloud Hologram, up from -$3.6 million in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of $4.0 million in Q4 2021 to a low of -$19186.7 billion in Q4 2022.
- Average Profit After Tax over 4 years is -$1598.9 billion, with a median of -$80290.0 recorded in 2021.
- Year-over-year, Profit After Tax jumped 17886.15% in 2021 and plunged 479867889.69% in 2022.
- Over 4 years, Profit After Tax stood at -$22480.0 in 2020, then jumped by 17886.15% to $4.0 million in 2021, then sank by 479867889.69% to -$19186.7 billion in 2022, then surged by 100.0% to -$400302.0 in 2023.
- Per Business Quant data, the three most recent Profit After Tax figures were -$400302.0 in Q2 2023, -$3.6 million in Q1 2023, and -$19186.7 billion in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | -400,302.00 |
| Mar 31, 2023 | -3.62 Mn |
| Dec 31, 2022 | -19,186.68 Bn |
| Sep 30, 2022 | 1.76 Mn |
| Jun 30, 2022 | -103,801.00 |
| Mar 31, 2022 | 3.41 Mn |
| Dec 31, 2021 | 4.00 Mn |
| Sep 30, 2021 | -394,291.00 |
| Jun 30, 2021 | -143,212.00 |
| Mar 31, 2021 | -56,779.00 |
| Dec 31, 2020 | -22,480.00 |
| Sep 30, 2020 | -4,896.00 |
MicroCloud Hologram Inc. Profit After Tax 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=profit-after-tax&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();