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