Greenpro Capital (GRNQ) EPS (Basic) (2013 - 2026)
Greenpro Capital's (GRNQ) quarterly EPS (Basic) came in at -$0.4 in Q2 2026, up 46.73% on a YoY basis from -$0.27 in Q2 2025, and up 62.05% quarter-over-quarter from -$1.05 in Q1 2026.
Greenpro Capital (GRNQ) EPS (Basic) (2013 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported EPS (Basic) for 14 consecutive years, with -$0.4 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 46.73% year-over-year to -$0.4; the trailing twelve-month figure through Jun 2026 stood at -$1.54 (down 26.35% YoY), and the FY2025 full-year result was -$2.93, down 289.37% from the prior year.
- EPS (Basic) improved to -$0.4 in Q2 2026 per GRNQ's latest filing, from -$1.05 in the prior quarter.
- Across five years, EPS (Basic) topped out at $8.62 in Q2 2023 and bottomed at -$7.17 in Q4 2023.
- Historically, EPS (Basic) has averaged -$0.6 across 5 years, with a median of -$0.62 in 2022.
- The sharpest annual moves came in 2023 and 2024: EPS (Basic) surged 7220.73% in 2023, then slumped 1393.39% in 2024.
- Over 5 years, EPS (Basic) stood at -$4.89 in 2022, then tumbled by 46.71% to -$7.17 in 2023, then jumped by 111.03% to $0.79 in 2024, then tumbled by 198.42% to -$0.78 in 2025, then surged by 49.02% to -$0.4 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.4, -$1.05, and -$0.78 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 12.12 |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -0.01 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -0.40 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | -4.89 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.40 |
| Mar 31, 2026 | -1.05 |
| Dec 31, 2025 | -0.78 |
| Sep 30, 2025 | -0.67 |
| Jun 30, 2025 | -0.74 |
| Mar 31, 2025 | -0.84 |
| Dec 31, 2024 | 0.79 |
| Sep 30, 2024 | -0.44 |
| Jun 30, 2024 | -0.75 |
| Mar 31, 2024 | -0.36 |
| Dec 31, 2023 | -7.17 |
| Sep 30, 2023 | -0.16 |
| Jun 30, 2023 | 8.62 |
| Mar 31, 2023 | 0.03 |
| Dec 31, 2022 | -4.89 |
| Sep 30, 2022 | -0.58 |
| Jun 30, 2022 | -0.12 |
| Mar 31, 2022 | -1.28 |
| Dec 31, 2021 | -1.82 |
| Sep 30, 2021 | -8.56 |
Greenpro Capital EPS (Basic) 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=eps-basic&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();