Greenpro Capital (GRNQ) Other Operating Expenses (2015 - 2025)
Greenpro Capital's (GRNQ) quarterly Other Operating Expenses came in at -$124333.0 in Q1 2025, up 42.52% on a YoY basis from -$87237.1 in Q1 2024, and up 42.52% quarter-over-quarter from -$216318.0 in Q1 2024.
Greenpro Capital (GRNQ) Other Operating Expenses (2015 - 2025) Analysis & Trends
Greenpro Capital (GRNQ) has reported Other Operating Expenses for 8 consecutive years, with -$124333.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Other Operating Expenses rose 42.52% year-over-year to -$124333.0; the trailing twelve-month figure through Dec 2025 stood at -$124333.0 (up 42.52% YoY), and the FY2023 full-year result was $153.0, changed N/A from the prior year.
- Other Operating Expenses climbed to -$124333.0 in Q1 2025 per GRNQ's latest filing, from -$216318.0 in the prior quarter.
- Across five years, Other Operating Expenses topped out at -$124333.0 in Q1 2025 and bottomed at -$216318.0 in Q1 2024.
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 |
|---|---|
| Mar 31, 2025 | -124,333.00 |
| Mar 31, 2024 | -216,318.00 |
| Dec 31, 2020 | -2.00 |
| Dec 31, 2019 | 234,865.00 |
| Sep 30, 2019 | 364,050.00 |
| Jun 30, 2019 | -3.05 Mn |
| Mar 31, 2019 | -2.12 Mn |
| Dec 31, 2018 | 2.72 Mn |
| Sep 30, 2018 | 904,587.00 |
| Jun 30, 2018 | 313,950.00 |
| Mar 31, 2018 | 207,119.00 |
| Dec 31, 2017 | 2.84 Mn |
| Sep 30, 2017 | 135,093.00 |
| Jun 30, 2017 | 18,771.00 |
| Mar 31, 2017 | -209,108.00 |
| Dec 31, 2016 | 90,238.00 |
| Sep 30, 2016 | -375,545.00 |
| Jun 30, 2016 | -436,973.00 |
| Mar 31, 2016 | -413,027.00 |
| Jun 30, 2015 | -261,371.00 |
Greenpro Capital Other Operating Expenses 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=other-operating-expenses&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();