Greenpro Capital (GRNQ) Debt Ratio (2013 - 2022)
Greenpro Capital's (GRNQ) quarterly Debt Ratio came in at 0.0 in Q4 2022, down 100.0% on a YoY basis from 0.03 in Q4 2021, and down 100.0% quarter-over-quarter from 0.03 in Q3 2022.
Greenpro Capital (GRNQ) Debt Ratio (2013 - 2022) Analysis & Trends
Greenpro Capital (GRNQ) has reported Debt Ratio for 10 consecutive years, with 0.0 the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Debt Ratio fell 100.0% year-over-year to 0.0; the trailing twelve-month figure through Dec 2022 stood at 0.0 (down 100.0% YoY), and the FY2022 full-year result was 0.0, down 100.0% from the prior year.
- Debt Ratio eased to 0.0 in Q4 2022 per GRNQ's latest filing, from 0.03 in the prior quarter.
- Across five years, Debt Ratio topped out at 0.41 in Q1 2018 and bottomed at 0.0 in Q4 2022.
- Historically, Debt Ratio has averaged 0.19 across 5 years, with a median of 0.23 in 2019.
- The sharpest annual moves came in 2018 and 2022: Debt Ratio surged 84.52% in 2018, then tumbled 100.0% in 2022.
- Over 5 years, Debt Ratio stood at 0.26 in 2018, then declined by 12.83% to 0.23 in 2019, then retreated by 19.05% to 0.18 in 2020, then tumbled by 81.9% to 0.03 in 2021, then sank by 100.0% to 0.0 in 2022.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.0, 0.03, and 0.04 for Q4 2022, Q3 2022, and Q2 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 0.00 |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | 7.73 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 0.32 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 0.00 |
| Sep 30, 2022 | 0.03 |
| Jun 30, 2022 | 0.04 |
| Mar 31, 2022 | 0.03 |
| Dec 31, 2021 | 0.03 |
| Sep 30, 2021 | 0.05 |
| Jun 30, 2021 | 0.13 |
| Mar 31, 2021 | 0.13 |
| Dec 31, 2020 | 0.18 |
| Jun 30, 2020 | 0.27 |
| Mar 31, 2020 | 0.38 |
| Dec 31, 2019 | 0.23 |
| Sep 30, 2019 | 0.30 |
| Jun 30, 2019 | 0.29 |
| Mar 31, 2019 | 0.26 |
| Dec 31, 2018 | 0.26 |
| Sep 30, 2018 | 0.24 |
| Jun 30, 2018 | 0.32 |
| Mar 31, 2018 | 0.41 |
| Dec 31, 2017 | 0.42 |
Greenpro Capital Debt Ratio 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=debt-ratio&ticker=GRNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=GRNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();