MicroCloud Hologram Inc. (HOLOW) Depreciation & Amortization - Total (2024 - 2025)
MicroCloud Hologram's (HOLOW) quarterly Depreciation & Amortization - Total came in at -$9966.1 in Q2 2025, up 38.08% year-over-year from -$7217.6 in Q2 2024, and up 38.08% quarter-over-quarter from -$16095.0 in Q2 2024.
MicroCloud Hologram Inc. (HOLOW) Depreciation & Amortization - Total (2024 - 2025) Analysis & Trends
MicroCloud Hologram has disclosed Depreciation & Amortization - Total across 2 years of filings, most recently posting -$9966.1 for Q2 2025.
Peer Comparison
MicroCloud Hologram Inc. Depreciation & Amortization - Total 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=depreciation-and-amortization-total&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-total", "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=depreciation-and-amortization-total&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();