Greenpro Capital (GRNQ) Non Operating Investment Income (2018 - 2025)
Greenpro Capital's (GRNQ) quarterly Non Operating Investment Income came in at $39800.0 in Q1 2025, down 77.89% on a YoY basis from $179980.0 in Q1 2024, and down 68.81% quarter-over-quarter from $127617.0 in Q3 2024.
Greenpro Capital (GRNQ) Non Operating Investment Income (2018 - 2025) Analysis & Trends
Greenpro Capital (GRNQ) has reported Non Operating Investment Income for 4 consecutive years, with $39800.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Non Operating Investment Income fell 77.89% year-over-year to $39800.0; the trailing twelve-month figure through Dec 2025 stood at $39800.0 (down 87.75% YoY), and the FY2025 full-year result was $39800.0, down 87.75% from the prior year.
- Non Operating Investment Income retreated to $39800.0 in Q1 2025 per GRNQ's latest filing, from $127617.0 in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $179980.0 in Q1 2024 and bottomed at $17320.0 in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | - | -1,324.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 3,707.17 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 39,800.00 |
| Sep 30, 2024 | 127,617.00 |
| Jun 30, 2024 | 17,320.00 |
| Mar 31, 2024 | 179,980.00 |
| Dec 31, 2020 | 43,238.00 |
| Sep 30, 2018 | 15,645.00 |
| Mar 31, 2018 | 300,000.00 |
Greenpro Capital Non Operating Investment 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=non-operating-investment-income&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();