MicroCloud Hologram Inc. (HOLOW) Selling, General & Administrative (2020 - 2025)
Analysis
MicroCloud Hologram Inc. (HOLOW) Selling, General & Administrative (2020 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -1.44 Mn |
| Jun 30, 2024 | -2.05 Mn |
| Jun 30, 2023 | -2.83 Mn |
| Mar 31, 2023 | 1.11 Mn |
| Dec 31, 2022 | -3,224.97 Bn |
| Sep 30, 2022 | 879,875.00 |
| Jun 30, 2022 | 122,893.00 |
| Mar 31, 2022 | 684,577.00 |
| Dec 31, 2021 | -5.55 Mn |
| Sep 30, 2021 | 395,892.00 |
| Jun 30, 2021 | 143,280.00 |
| Mar 31, 2021 | 56,779.00 |
| Dec 31, 2020 | 22,480.00 |
| Sep 30, 2020 | 4,896.00 |
API Access
MicroCloud Hologram Inc. Selling, General & Administrative 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=selling-general-and-administrative&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();