Greenpro Capital (GRNQ) Profit After Tax (2013 - 2026)
Greenpro Capital's (GRNQ) quarterly Profit After Tax came in at -$709383.0 in Q2 2026, down 23.56% on a YoY basis from -$928005.7 in Q2 2025, and up 22.18% quarter-over-quarter from -$911576.0 in Q1 2026.
Greenpro Capital (GRNQ) Profit After Tax (2013 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported Profit After Tax for 14 consecutive years, with -$709383.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 23.56% year-over-year to -$709383.0; the trailing twelve-month figure through Jun 2026 stood at -$3.4 million (down 205.1% YoY), and the FY2025 full-year result was -$3.0 million, down 302.35% from the prior year.
- Profit After Tax grew to -$709383.0 in Q2 2026 per GRNQ's latest filing, from -$911576.0 in the prior quarter.
- Across five years, Profit After Tax topped out at $6.7 million in Q2 2023 and bottomed at -$5.5 million in Q4 2023.
- Historically, Profit After Tax has averaged -$587905.1 across 5 years, with a median of -$604852.0 in 2025.
- The sharpest annual moves came in 2023 and 2024: Profit After Tax jumped 715.02% in 2023, then plunged 857.64% in 2024.
- Over 5 years, Profit After Tax stood at -$3.5 million in 2022, then slumped by 59.37% to -$5.5 million in 2023, then surged by 107.77% to $427753.0 in 2024, then tumbled by 394.42% to -$1.3 million in 2025, then jumped by 43.67% to -$709383.0 in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$709383.0, -$911576.0, and -$1.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 1.11 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -236,841.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -709,383.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | -25,063.84 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -709,383.00 |
| Mar 31, 2026 | -911,576.00 |
| Dec 31, 2025 | -1.26 Mn |
| Sep 30, 2025 | -513,226.00 |
| Jun 30, 2025 | -574,128.00 |
| Mar 31, 2025 | -635,576.00 |
| Dec 31, 2024 | 427,753.00 |
| Sep 30, 2024 | -330,320.00 |
| Jun 30, 2024 | -572,609.00 |
| Mar 31, 2024 | -317,650.00 |
| Dec 31, 2023 | -5.51 Mn |
| Sep 30, 2023 | -125,536.00 |
| Jun 30, 2023 | 6.67 Mn |
| Mar 31, 2023 | 41,926.00 |
| Dec 31, 2022 | -3.46 Mn |
| Sep 30, 2022 | -674,920.00 |
| Jun 30, 2022 | -1.08 Mn |
| Mar 31, 2022 | -1.05 Mn |
| Dec 31, 2021 | -1.24 Mn |
| Sep 30, 2021 | -6.04 Mn |
Greenpro Capital Profit After Tax 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=profit-after-tax&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();