Greenpro Capital (GRNQ) Consolidated Net Income (2013 - 2026)
Greenpro Capital's (GRNQ) quarterly Consolidated Net Income 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) Consolidated Net Income (2013 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported Consolidated Net Income for 14 consecutive years, with -$709383.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Consolidated Net Income fell 23.56% year-over-year to -$709383.0; the trailing twelve-month figure through Jun 2026 stood at -$2.8 million (down 193.07% YoY), and the FY2025 full-year result was -$2.3 million, down 311.72% from the prior year.
- Consolidated Net Income grew to -$709383.0 in Q2 2026 per GRNQ's latest filing, from -$911576.0 in the prior quarter.
- Across five years, Consolidated Net Income topped out at $6.7 million in Q2 2023 and bottomed at -$5.5 million in Q4 2023.
- Historically, Consolidated Net Income has averaged -$541651.0 across 5 years, with a median of -$569940.5 in 2024.
- The sharpest annual moves came in 2023 and 2024: Consolidated Net Income jumped 799.73% in 2023, then plunged 1344.12% in 2024.
- Over 5 years, Consolidated Net Income stood at -$3.8 million in 2022, then plunged by 43.31% to -$5.5 million in 2023, then jumped by 110.87% to $599086.0 in 2024, then slumped by 204.07% to -$623443.0 in 2025, then retreated by 13.78% to -$709383.0 in 2026.
- According to Business Quant data, Consolidated Net Income over the past three periods registered -$709383.0, -$911576.0, and -$623443.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (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 | - | -511,966.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 | -623,443.00 |
| Sep 30, 2025 | -513,226.00 |
| Jun 30, 2025 | -574,128.00 |
| Mar 31, 2025 | -635,576.00 |
| Dec 31, 2024 | 599,086.00 |
| Sep 30, 2024 | -330,320.00 |
| Jun 30, 2024 | -565,753.00 |
| Mar 31, 2024 | -272,910.00 |
| Dec 31, 2023 | -5.51 Mn |
| Sep 30, 2023 | -120,994.00 |
| Jun 30, 2023 | 6.66 Mn |
| Mar 31, 2023 | 21,936.00 |
| Dec 31, 2022 | -3.85 Mn |
| Sep 30, 2022 | -452,805.00 |
| Jun 30, 2022 | -952,160.00 |
| Mar 31, 2022 | -1.01 Mn |
| Dec 31, 2021 | -1.26 Mn |
| Sep 30, 2021 | -6.04 Mn |
Greenpro Capital Consolidated Net Income 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=consolidated-net-income&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();