Greenpro Capital (GRNQ) EBT Margin (2015 - 2026)
Greenpro Capital's (GRNQ) quarterly EBT 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) EBT Margin (2015 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported EBT Margin for 12 consecutive years, with 234.77% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin fell 10034.0% year-over-year to 234.77%; the trailing twelve-month figure through Jun 2026 stood at 168.99% (down 13541.0% YoY), and the FY2025 full-year result was 143.24%, down 12260.0% from the prior year.
- EBT Margin slipped to 234.77% in Q2 2026 per GRNQ's latest filing, from 224.87% in the prior quarter.
- Across five years, EBT Margin topped out at 1109.3% in Q2 2023 and bottomed at 472.02% in Q4 2023.
- Historically, EBT Margin has averaged 75.95% across 5 years, with a median of 131.6% in 2025.
- The sharpest annual moves came in 2022 and 2024: EBT Margin surged 137320 bps in 2022, then tumbled 126594 bps in 2024.
- Over 5 years, EBT Margin stood at 391.0% in 2022, then retreated by 21 bps to 472.02% in 2023, then soared by 105 bps to 23.03% in 2024, then slumped by 705 bps to 139.31% in 2025, then slumped by 69 bps to 234.77% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 234.77%, 224.87%, and 139.31% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 28.77% |
| 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 | -139.31% |
| Sep 30, 2025 | -128.78% |
| Jun 30, 2025 | -134.43% |
| Mar 31, 2025 | -180.03% |
| Dec 31, 2024 | 23.03% |
| Sep 30, 2024 | -61.20% |
| Jun 30, 2024 | -156.64% |
| Mar 31, 2024 | -41.24% |
| Dec 31, 2023 | -472.02% |
| Sep 30, 2023 | -11.02% |
| Jun 30, 2023 | 1,109.30% |
| Mar 31, 2023 | 3.52% |
| Dec 31, 2022 | -391.00% |
| Sep 30, 2022 | -34.66% |
| Jun 30, 2022 | -117.66% |
| Mar 31, 2022 | -175.37% |
| Dec 31, 2021 | -110.17% |
| Sep 30, 2021 | -1,407.86% |
Greenpro Capital EBT 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=ebt-margin&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();