Afya (AFYA) Long-Term Debt Issuances (2019 - 2024)
Afya's (AFYA) quarterly Long-Term Debt Issuances came in at -$130430.2 in Q4 2024, down 139.75% quarter-over-quarter from $328125.7 in Q2 2023.
Afya (AFYA) Long-Term Debt Issuances (2019 - 2024) Analysis & Trends
Afya has disclosed Long-Term Debt Issuances across 6 years of filings, most recently posting -$130430.2 for Q4 2024.
- In Q4 2024, Long-Term Debt Issuances changed N/A year-over-year to -$130430.2; the TTM figure through Dec 2024 stood at $197695.4 (down 80.87% YoY), while the FY2025 annual figure was $277.3 million, up 227.79% from the prior year.
- Long-Term Debt Issuances came in at -$130430.2 for Q4 2024 at Afya, down from $328125.7 in the prior quarter.
- In the past five years, Long-Term Debt Issuances ranged from a high of $146.6 million in Q4 2021 to a low of -$760850.6 in Q2 2022.
- Average Long-Term Debt Issuances over 5 years is $13.0 million, with a median of -$481447.5 recorded in 2021.
- Year-over-year, Long-Term Debt Issuances tumbled 266.68% in 2020 and soared 20669.82% in 2021.
- Over 5 years, Long-Term Debt Issuances stood at -$712560.0 in 2020, then surged by 20669.82% to $146.6 million in 2021, then sank by 100.52% to -$760850.6 in 2022, then jumped by 143.13% to $328125.7 in 2023, then sank by 139.75% to -$130430.2 in 2024.
- Per Business Quant data, the three most recent Long-Term Debt Issuances figures were -$130430.2 in Q4 2024, $328125.7 in Q2 2023, and $705411.0 in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Issuance (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 265.00 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | - |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 47.90 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 2.43 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 163.00 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 50.00 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | - |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | - |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Afya | 1.23 Bn | 1.04 Bn | 118.29 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -130,430.25 |
| Jun 30, 2023 | 328,125.68 |
| Mar 31, 2023 | 705,410.98 |
| Jun 30, 2022 | -760,850.59 |
| Mar 31, 2022 | -691,511.14 |
| Dec 31, 2021 | 146.57 Mn |
| Sep 30, 2021 | -522,757.01 |
| Jun 30, 2021 | -501,162.10 |
| Mar 31, 2021 | -481,447.51 |
| Dec 31, 2020 | -712,560.04 |
| Sep 30, 2020 | -416,224.87 |
| Dec 31, 2019 | 427,508.74 |
| Sep 30, 2019 | 387,463.55 |
| Jun 30, 2019 | -396,998.07 |
| Mar 31, 2019 | -37,217.60 |
Afya Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=AFYA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "ticker": "AFYA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-debt-issuances&ticker=AFYA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();