Greenpro Capital (GRNQ) Enterprise Value (2018 - 2026)
Greenpro Capital's (GRNQ) quarterly Enterprise Value came in at $976466.9 in Q2 2026, up 93.96% on a YoY basis from $503443.2 in Q2 2025, and down 48.46% quarter-over-quarter from $1.9 million in Q1 2026.
Greenpro Capital (GRNQ) Enterprise Value (2018 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported Enterprise Value for 9 consecutive years, with $976466.9 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 93.96% year-over-year to $976466.9; the trailing twelve-month figure through Jun 2026 stood at $976466.9 (up 93.96% YoY), and the FY2025 full-year result was $996490.9, up 504.21% from the prior year.
- Enterprise Value declined to $976466.9 in Q2 2026 per GRNQ's latest filing, from $1.9 million in the prior quarter.
- Across five years, Enterprise Value topped out at $13.0 million in Q2 2022 and bottomed at -$2.7 million in Q4 2022.
- Historically, Enterprise Value has averaged $298196.7 across 5 years, with a median of -$286704.5 in 2024.
- The sharpest annual moves came in 2022 and 2026: Enterprise Value sank 1033.24% in 2022, then surged 1186.93% in 2026.
- Over 5 years, Enterprise Value stood at -$2.7 million in 2022, then jumped by 61.94% to -$1.0 million in 2023, then soared by 76.41% to -$246528.1 in 2024, then soared by 504.21% to $996490.9 in 2025, then fell by 2.01% to $976466.9 in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $976466.9, $1.9 million, and $996490.9 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 976,466.93 |
| Mar 31, 2026 | 1.89 Mn |
| Dec 31, 2025 | 996,490.87 |
| Sep 30, 2025 | 395,772.97 |
| Jun 30, 2025 | 503,443.21 |
| Mar 31, 2025 | -174,301.92 |
| Dec 31, 2024 | -246,528.08 |
| Sep 30, 2024 | -255,284.41 |
| Jun 30, 2024 | -349,078.18 |
| Mar 31, 2024 | -318,124.62 |
| Dec 31, 2023 | -1.05 Mn |
| Sep 30, 2023 | -1.50 Mn |
| Jun 30, 2023 | -1.09 Mn |
| Mar 31, 2023 | -1.55 Mn |
| Dec 31, 2022 | -2.75 Mn |
| Sep 30, 2022 | -2.26 Mn |
| Jun 30, 2022 | 12.99 Mn |
| Mar 31, 2022 | -849,017.12 |
| Dec 31, 2021 | -242,292.72 |
| Sep 30, 2021 | -978,714.42 |
Greenpro Capital Enterprise Value 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=enterprise-value&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();