MicroCloud Hologram Inc. (HOLOW) Amortizatization of Intangibles (2022 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Amortizatization of Intangibles came in at $59778.0 in Q2 2023, down 0.86% quarter-over-quarter from $60298.0 in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Amortizatization of Intangibles (2022 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Amortizatization of Intangibles across 2 years of filings, most recently posting $59778.0 for Q2 2023.
- In Q2 2023, Amortizatization of Intangibles changed N/A year-over-year to $59778.0; the TTM figure through Jun 2023 stood at $235974.3 (changed N/A YoY), while the FY2025 annual figure was $207252.0, up 29.89% from the prior year.
- Amortizatization of Intangibles came in at $59778.0 for Q2 2023 at MicroCloud Hologram, down from $60298.0 in the prior quarter.
- In the past five years, Amortizatization of Intangibles ranged from a high of $65690.8 in Q3 2022 to a low of $50207.5 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 59,778.00 |
| Mar 31, 2023 | 60,298.00 |
| Dec 31, 2022 | 50,207.47 |
| Sep 30, 2022 | 65,690.83 |
| Mar 31, 2022 | 61,210.00 |
MicroCloud Hologram Inc. Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "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=amortizatization-of-intangibles&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();