Afya (AFYA) Interest & Investment Income (2018 - 2026)
Afya's (AFYA) quarterly Interest & Investment Income came in at -$19.5 million in Q2 2026, down 16.73% year-over-year from -$23.5 million in Q2 2025, and down 9.04% quarter-over-quarter from -$17.9 million in Q1 2026.
Afya (AFYA) Interest & Investment Income (2018 - 2026) Analysis & Trends
Afya has disclosed Interest & Investment Income across 9 years of filings, most recently posting -$19.5 million for Q2 2026.
- In Q2 2026, Interest & Investment Income fell 16.73% year-over-year to -$19.5 million; the TTM figure through Jun 2026 stood at -$104.8 million (up 5.36% YoY), while the FY2025 annual figure was -$67.9 million, down 13.57% from the prior year.
- Interest & Investment Income came in at -$19.5 million for Q2 2026 at Afya, down from -$17.9 million in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of $22.3 million in Q4 2023 to a low of -$59.8 million in Q4 2024.
- Average Interest & Investment Income over 5 years is -$16.1 million, with a median of -$16.4 million recorded in 2023.
- Year-over-year, Interest & Investment Income sank 367.51% in 2024 and soared 76.21% in 2025.
- Over 5 years, Interest & Investment Income stood at $19.4 million in 2022, then grew by 15.22% to $22.3 million in 2023, then slumped by 367.51% to -$59.8 million in 2024, then soared by 76.21% to -$14.2 million in 2025, then plunged by 37.41% to -$19.5 million in 2026.
- Per Business Quant data, the three most recent Interest & Investment Income figures were -$19.5 million in Q2 2026, -$17.9 million in Q1 2026, and -$14.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 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 | 1.53 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 1.88 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 1.60 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | -27.90 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 | -2.89 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 9.91 Mn |
| 10 | Afya | 1.23 Bn | 1.04 Bn | 118.29 Mn | -19.55 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.55 Mn |
| Mar 31, 2026 | -17.93 Mn |
| Dec 31, 2025 | -14.23 Mn |
| Sep 30, 2025 | -53.11 Mn |
| Jun 30, 2025 | -16.75 Mn |
| Mar 31, 2025 | -16.21 Mn |
| Dec 31, 2024 | -59.79 Mn |
| Sep 30, 2024 | -18.01 Mn |
| Jun 30, 2024 | -13.18 Mn |
| Mar 31, 2024 | -15.04 Mn |
| Dec 31, 2023 | 22.35 Mn |
| Sep 30, 2023 | -16.50 Mn |
| Jun 30, 2023 | -18.22 Mn |
| Mar 31, 2023 | -18.59 Mn |
| Dec 31, 2022 | 19.40 Mn |
| Sep 30, 2022 | -11.97 Mn |
| Jun 30, 2022 | -12.41 Mn |
| Mar 31, 2022 | -10.85 Mn |
| Dec 31, 2021 | 11.58 Mn |
| Sep 30, 2021 | -6.79 Mn |
Afya Interest & 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=interest-and-investment-income&ticker=AFYA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=AFYA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();