MicroCloud Hologram growth metrics data for the quarter ended Jun 2023. These growth metrics cover 7 quarters of results from Dec 2021 through Jun 2023, standardized by Business Quant from the company’s SEC filings.
| Growth Metrics | Dec2021 | Mar2022 | Jun2022 | Sep2022 | Dec2022 | Mar2023 | Jun2023 |
|---|---|---|---|---|---|---|---|
| Growth Ratios | |||||||
| EBITDA Margin Growth (1y) | -794.00 | -0.00B | -0.00B | -0.00B | |||
| EBITDA Margin (QoQ) | 0.00B | -0.00B | 0.00B | -0.00B | -0.00B | 0.00B | 0.00B |
| EBIT Margin Growth (1y) | -794.00 | -0.00B | -0.00B | -0.00B | |||
| EBIT Margin (QoQ) | 0.00B | -0.00B | 0.00B | -0.00B | -0.00B | 0.00B | 0.00B |
| EBT Margin Growth (1y) | 0.00B | -21.67B | -0.00B | -837.00 | |||
| EBT Margin (QoQ) | 0.00B | -0.00B | -0.00B | 786.00 | -21.67B | 21.67B | 0.00B |
| FCF Margin Growth (1y) | 0.00B | -0.00B | -0.00B | -675.00 | |||
| FCF Margin (QoQ) | -0.00B | 0.00B | -509.00 | 0.00B | -0.00B | 0.00B | 0.00B |
| Gross Margin Growth (1y) | -0.00B | -0.00B | 0.00B | -0.00B | |||
| Gross Margin (QoQ) | 345.00 | -0.00B | 0.00B | -0.00B | 926.00 | 0.00B | -0.00B |
| Net Margin Growth (1y) | 0.00B | -21.59B | -0.00B | -769.00 | |||
| Net Margin (QoQ) | 0.00B | -0.00B | -0.00B | 608.00 | -21.59B | 21.59B | 0.00B |
| Operating Margin Growth (1y) | -811.00 | -0.00B | -0.00B | -0.00B | |||
| Operating Margin (QoQ) | 0.00B | -0.00B | 0.00B | -0.00B | -0.00B | 0.00B | 0.00B |
| Return on Assets [ROA] Growth (1y)ROA Growth (1y) | 0.00B | -3.57B | -5.06B | -5.39B | |||
| Return on Assets [ROA] (QoQ)ROA (QoQ) | 859.00 | 807.00 | -403.00 | 233.00 | -3.57B | -1.49B | -0.33B |
| Return on Capital Employed [ROCE] Growth (1y)ROCE Growth (1y) | 0.00B | -0.00B | -0.00B | -0.00B | |||
| Return on Capital Employed [ROCE] (QoQ)ROCE (QoQ) | 0.00B | 470.00 | 897.00 | 396.00 | -0.00B | -0.00B | -0.00B |
| Return on Invested Capital [ROIC] Growth (1y)ROIC Growth (1y) | -0.00B | ||||||
| Return on Invested Capital [ROIC] (QoQ)ROIC (QoQ) | 0.00B | -0.00B | |||||
| Return on Sales [ROS] Growth (1y)ROS Growth (1y) | -794.00 | -0.00B | -0.00B | -0.00B | |||
| Return on Sales [ROS] (QoQ)ROS (QoQ) | 0.00B | -0.00B | 0.00B | -0.00B | -0.00B | 0.00B | 0.00B |
Pull MicroCloud Hologram's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=HOLOW&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "HOLOW", "statement": "Growth", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=HOLOW&statement=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();