Greenpro Capital (GRNQ) Net Margin (2015 - 2026)
Greenpro Capital's (GRNQ) quarterly Net Margin came in at 234.77% in Q2 2026, down 10034.0% on a YoY basis from N/an in Q2 2025, and down 4.4% quarter-over-quarter from 224.87% in Q1 2026.
Greenpro Capital (GRNQ) Net Margin (2015 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported Net Margin for 12 consecutive years, with 234.77% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin fell 10034.0% year-over-year to 234.77%; the trailing twelve-month figure through Jun 2026 stood at 137.79% (down 10890.0% YoY), and the FY2025 full-year result was 113.16%, down 9686.0% from the prior year.
- Net Margin slipped to 234.77% in Q2 2026 per GRNQ's latest filing, from 224.87% in the prior quarter.
- Across five years, Net Margin topped out at 1108.78% in Q2 2023 and bottomed at 472.04% in Q4 2023.
- Historically, Net Margin has averaged 71.8% across 5 years, with a median of 124.18% in 2025.
- The sharpest annual moves came in 2022 and 2024: Net Margin surged 137320 bps in 2022, then sank 126543 bps in 2024.
- Over 5 years, Net Margin stood at 391.08% in 2022, then dropped by 21 bps to 472.04% in 2023, then jumped by 107 bps to 30.93% in 2024, then plunged by 324 bps to 69.23% in 2025, then tumbled by 239 bps to 234.77% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 234.77%, 224.87%, and 69.23% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 22.20% |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -6,981.67% |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -234.77% |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -234.77% |
| Mar 31, 2026 | -224.87% |
| Dec 31, 2025 | -69.23% |
| Sep 30, 2025 | -130.52% |
| Jun 30, 2025 | -134.43% |
| Mar 31, 2025 | -180.17% |
| Dec 31, 2024 | 30.93% |
| Sep 30, 2024 | -61.20% |
| Jun 30, 2024 | -156.64% |
| Mar 31, 2024 | -41.45% |
| Dec 31, 2023 | -472.04% |
| Sep 30, 2023 | -11.30% |
| Jun 30, 2023 | 1,108.78% |
| Mar 31, 2023 | 3.44% |
| Dec 31, 2022 | -391.08% |
| Sep 30, 2022 | -34.66% |
| Jun 30, 2022 | -117.85% |
| Mar 31, 2022 | -175.37% |
| Dec 31, 2021 | -110.37% |
| Sep 30, 2021 | -1,407.86% |
Greenpro Capital Net 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=net-margin&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();