Afya (AFYA) Gains from Investment Securities (2019 - 2025)
Afya's (AFYA) quarterly Gains from Investment Securities came in at $1.3 million in Q4 2025, up 457.22% year-over-year from $224725.5 in Q4 2024, and up 682368.1% quarter-over-quarter from -$183.54 in Q3 2025.
Afya (AFYA) Gains from Investment Securities (2019 - 2025) Analysis & Trends
Afya has disclosed Gains from Investment Securities across 6 years of filings, most recently posting $1.3 million for Q4 2025.
- In Q4 2025, Gains from Investment Securities rose 457.22% year-over-year to $1.3 million; the TTM figure through Dec 2025 stood at $2.8 million (up 90.64% YoY), while the FY2025 annual figure was $2.9 million, up 123.51% from the prior year.
- Gains from Investment Securities came in at $1.3 million for Q4 2025 at Afya, up from -$183.54 in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $1.3 million in Q4 2025 to a low of -$191.7 in Q3 2021.
- Average Gains from Investment Securities over 5 years is $507363.6, with a median of $441386.1 recorded in 2024.
- Year-over-year, Gains from Investment Securities slumped 71.87% in 2022 and surged 342895.4% in 2023.
- Over 5 years, Gains from Investment Securities stood at $1.1 million in 2021, then tumbled by 30.78% to $744571.4 in 2022, then sank by 56.43% to $324407.2 in 2023, then tumbled by 30.73% to $224725.5 in 2024, then jumped by 457.22% to $1.3 million in 2025.
- Per Business Quant data, the three most recent Gains from Investment Securities figures were $1.3 million in Q4 2025, -$183.54 in Q3 2025, and $566125.5 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.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 |
| 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, 2025 | 1.25 Mn |
| Sep 30, 2025 | -183.54 |
| Jun 30, 2025 | 566,125.51 |
| Mar 31, 2025 | 955,341.00 |
| Dec 31, 2024 | 224,725.47 |
| Jun 30, 2024 | 441,386.08 |
| Mar 31, 2024 | 788,691.53 |
| Dec 31, 2023 | 324,407.21 |
| Sep 30, 2023 | 654,318.93 |
| Jun 30, 2023 | 303,087.17 |
| Mar 31, 2023 | 693,278.61 |
| Dec 31, 2022 | 744,571.41 |
| Sep 30, 2022 | -190.88 |
| Jun 30, 2022 | 262,052.62 |
| Mar 31, 2022 | 297,345.96 |
| Dec 31, 2021 | 1.08 Mn |
| Sep 30, 2021 | -191.70 |
| Jun 30, 2021 | 188.41 |
| Mar 31, 2021 | 1.06 Mn |
| Sep 30, 2019 | -411,206.42 |
Afya Gains from Investment Securities 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=gains-from-investment-securities&ticker=AFYA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=AFYA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();