MicroCloud Hologram Inc. (HOLOW) Asset Writedowns and Impairment (2022 - 2023)
MicroCloud Hologram's (HOLOW) quarterly Asset Writedowns and Impairment came in at $143312.0 in Q2 2023, down 93.24% quarter-over-quarter from $2.1 million in Q1 2023.
MicroCloud Hologram Inc. (HOLOW) Asset Writedowns and Impairment (2022 - 2023) Analysis & Trends
MicroCloud Hologram has disclosed Asset Writedowns and Impairment across 2 years of filings, most recently posting $143312.0 for Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 143,312.00 |
| Mar 31, 2023 | 2.12 Mn |
| Mar 31, 2022 | 20,534.00 |
MicroCloud Hologram Inc. Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();