Greenpro Capital (GRNQ) Operating Income (2015 - 2026)
Greenpro Capital's (GRNQ) quarterly Operating Income came in at -$734423.0 in Q2 2026, down 22.07% on a YoY basis from -$942364.3 in Q2 2025, and up 20.59% quarter-over-quarter from -$924883.0 in Q1 2026.
Greenpro Capital (GRNQ) Operating Income (2015 - 2026) Analysis & Trends
Greenpro Capital (GRNQ) has reported Operating Income for 12 consecutive years, with -$734423.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Income fell 22.07% year-over-year to -$734423.0; the trailing twelve-month figure through Jun 2026 stood at -$2.5 million (down 112.84% YoY), and the FY2025 full-year result was -$2.2 million, down 122.06% from the prior year.
- Operating Income advanced to -$734423.0 in Q2 2026 per GRNQ's latest filing, from -$924883.0 in the prior quarter.
- Across five years, Operating Income topped out at $3.5 million in Q4 2022 and bottomed at -$924883.0 in Q1 2026.
- Historically, Operating Income has averaged -$212638.1 across 5 years, with a median of -$473493.0 in 2024.
- The sharpest annual moves came in 2022 and 2024: Operating Income surged 571.16% in 2022, then sank 246.61% in 2024.
- Over 5 years, Operating Income stood at $3.5 million in 2022, then plunged by 120.54% to -$723561.0 in 2023, then surged by 180.07% to $579328.0 in 2024, then sank by 158.91% to -$341273.0 in 2025, then tumbled by 115.2% to -$734423.0 in 2026.
- According to Business Quant data, Operating Income over the past three periods registered -$734423.0, -$924883.0, and -$341273.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 1.22 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | -500,557.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | -734,423.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | -24,399.31 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -734,423.00 |
| Mar 31, 2026 | -924,883.00 |
| Dec 31, 2025 | -341,273.00 |
| Sep 30, 2025 | -520,549.00 |
| Jun 30, 2025 | -601,661.00 |
| Mar 31, 2025 | -688,933.00 |
| Dec 31, 2024 | 579,328.00 |
| Sep 30, 2024 | -473,273.00 |
| Jun 30, 2024 | -601,620.00 |
| Mar 31, 2024 | -473,713.00 |
| Dec 31, 2023 | -723,561.00 |
| Sep 30, 2023 | -136,545.00 |
| Jun 30, 2023 | -311,059.00 |
| Mar 31, 2023 | -332,013.00 |
| Dec 31, 2022 | 3.52 Mn |
| Sep 30, 2022 | -230,346.00 |
| Jun 30, 2022 | -304,668.00 |
| Mar 31, 2022 | -530,703.00 |
| Dec 31, 2021 | -747,599.00 |
| Sep 30, 2021 | -630,721.00 |
Greenpro Capital Operating 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=operating-income&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();