Greenpro Capital (GRNQ) Operating Margin (2015 - 2026)
Greenpro Capital's (GRNQ) quarterly Operating Margin came in at 243.05% in Q2 2026, down 10218.0% on a YoY basis from N/an in Q2 2025, and down 6.53% quarter-over-quarter from 228.15% in Q1 2026.
Greenpro Capital (GRNQ) Operating Margin (2015 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported Operating Margin for 12 consecutive years, with 243.05% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Margin fell 10218.0% year-over-year to 243.05%; the trailing twelve-month figure through Jun 2026 stood at 125.98% (down 8960.0% YoY), and the FY2025 full-year result was 103.8%, down 7608.0% from the prior year.
- Operating Margin declined to 243.05% in Q2 2026 per GRNQ's latest filing, from 228.15% in the prior quarter.
- Across five years, Operating Margin topped out at 358.05% in Q4 2022 and bottomed at 243.05% in Q2 2026.
- Historically, Operating Margin has averaged 69.0% across 5 years, with a median of 66.95% in 2024.
- The sharpest annual moves came in 2022 and 2023: Operating Margin jumped 42370 bps in 2022, then tumbled 42000 bps in 2023.
- Over 5 years, Operating Margin stood at 358.05% in 2022, then slumped by 117 bps to 61.94% in 2023, then jumped by 148 bps to 29.91% in 2024, then tumbled by 227 bps to 37.9% in 2025, then plunged by 541 bps to 243.05% in 2026.
- According to Business Quant data, Operating Margin over the past three periods registered 243.05%, 228.15%, and 37.9% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Operating Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 24.36% |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -6,826.09% |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -243.05% |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -243.05% |
| Mar 31, 2026 | -228.15% |
| Dec 31, 2025 | -37.90% |
| Sep 30, 2025 | -132.38% |
| Jun 30, 2025 | -140.87% |
| Mar 31, 2025 | -195.30% |
| Dec 31, 2024 | 29.91% |
| Sep 30, 2024 | -87.69% |
| Jun 30, 2024 | -166.57% |
| Mar 31, 2024 | -71.95% |
| Dec 31, 2023 | -61.94% |
| Sep 30, 2023 | -12.75% |
| Jun 30, 2023 | -51.77% |
| Mar 31, 2023 | -52.06% |
| Dec 31, 2022 | 358.05% |
| Sep 30, 2022 | -17.63% |
| Jun 30, 2022 | -37.71% |
| Mar 31, 2022 | -92.16% |
| Dec 31, 2021 | -65.65% |
| Sep 30, 2021 | -146.90% |
Greenpro Capital Operating Margin 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=operating-margin&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-margin", "ticker": "GRNQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=operating-margin&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();