MicroCloud Hologram Inc. (HOLOW) Research & Development (2021 - 2025)
MicroCloud Hologram's (HOLOW) quarterly Research & Development came in at -$3.3 million in Q2 2025, up 82.9% year-over-year from -$1.8 million in Q2 2024, and up 82.9% quarter-over-quarter from -$19.5 million in Q2 2024.
MicroCloud Hologram Inc. (HOLOW) Research & Development (2021 - 2025) Analysis & Trends
MicroCloud Hologram has disclosed Research & Development across 5 years of filings, most recently posting -$3.3 million for Q2 2025.
- In Q2 2025, Research & Development rose 82.9% year-over-year to -$3.3 million; the TTM figure through Jun 2025 stood at -$29.9 million (up 100.0% YoY), while the FY2025 annual figure was -$8.0 million, up 67.43% from the prior year.
- Research & Development came in at -$3.3 million for Q2 2025 at MicroCloud Hologram, up from -$19.5 million in the prior quarter.
- In the past five years, Research & Development ranged from a high of $6.9 million in Q3 2022 to a low of -$46578.6 billion in Q4 2022.
- Average Research & Development over 5 years is -$5175.4 billion, with a median of -$3.3 million recorded in 2025.
- The largest YoY upside for Research & Development was 127.87% in 2022 against a maximum downside of 114631322.1% in 2022.
- Over 5 years, Research & Development stood at -$40.6 million in 2021, then plunged by 114631322.1% to -$46578.6 billion in 2022, then surged by 100.0% to -$11.3 million in 2023, then slumped by 73.1% to -$19.5 million in 2024, then surged by 82.9% to -$3.3 million in 2025.
- Per Business Quant data, the three most recent Research & Development figures were -$3.3 million in Q2 2025, -$19.5 million in Q2 2024, and -$11.3 million in Q2 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -3.33 Mn |
| Jun 30, 2024 | -19.47 Mn |
| Jun 30, 2023 | -11.25 Mn |
| Mar 31, 2023 | 4.11 Mn |
| Dec 31, 2022 | -46,578.61 Bn |
| Sep 30, 2022 | 6.89 Mn |
| Mar 31, 2022 | 6.55 Mn |
| Dec 31, 2021 | -40.63 Mn |
| Sep 30, 2021 | 3.02 Mn |
MicroCloud Hologram Inc. Research & Development 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=research-and-development&ticker=HOLOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=HOLOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();