Afya (AFYA) Share-based Compensation (2018 - 2026)
Afya's (AFYA) quarterly Share-based Compensation came in at $6.2 million in Q2 2026, up 7057.31% year-over-year from $86552.7 in Q2 2025, and up 568.11% quarter-over-quarter from -$1.3 million in Q1 2026.
Afya (AFYA) Share-based Compensation (2018 - 2026) Analysis & Trends
Afya has disclosed Share-based Compensation across 9 years of filings, most recently posting $6.2 million for Q2 2026.
- In Q2 2026, Share-based Compensation rose 7057.31% year-over-year to $6.2 million; the TTM figure through Jun 2026 stood at $8.7 million (up 655.93% YoY), while the FY2025 annual figure was $2.8 million, down 49.07% from the prior year.
- Share-based Compensation came in at $6.2 million for Q2 2026 at Afya, up from -$1.3 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $6.2 million in Q2 2026 to a low of -$1.3 million in Q1 2026.
- Average Share-based Compensation over 5 years is $1.5 million, with a median of $1.4 million recorded in 2023.
- Year-over-year, Share-based Compensation tumbled 159.95% in 2025 and soared 7057.31% in 2026.
- Over 5 years, Share-based Compensation stood at $2.1 million in 2022, then rose by 12.07% to $2.3 million in 2023, then tumbled by 54.44% to $1.1 million in 2024, then plunged by 124.02% to -$253186.3 in 2025, then jumped by 2546.75% to $6.2 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $6.2 million in Q2 2026, -$1.3 million in Q1 2026, and -$253186.3 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 2.73 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 | -127.26 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 1.62 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 293,000.00 |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 3.40 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 7.03 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 10.19 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Afya | 1.23 Bn | 1.04 Bn | 118.29 Mn | 6.19 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.19 Mn |
| Mar 31, 2026 | -1.32 Mn |
| Dec 31, 2025 | -253,186.33 |
| Sep 30, 2025 | 4.10 Mn |
| Jun 30, 2025 | 86,552.73 |
| Mar 31, 2025 | -1.05 Mn |
| Dec 31, 2024 | 1.05 Mn |
| Sep 30, 2024 | 1.06 Mn |
| Jun 30, 2024 | 2.27 Mn |
| Mar 31, 2024 | 1.75 Mn |
| Dec 31, 2023 | 2.31 Mn |
| Sep 30, 2023 | 1.37 Mn |
| Jun 30, 2023 | 1.39 Mn |
| Mar 31, 2023 | 1.25 Mn |
| Dec 31, 2022 | 2.06 Mn |
| Sep 30, 2022 | 1.69 Mn |
| Jun 30, 2022 | 1.77 Mn |
| Mar 31, 2022 | 560,441.65 |
| Dec 31, 2021 | 1.69 Mn |
| Sep 30, 2021 | 1.70 Mn |
Afya Share-based Compensation 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=share-based-compensation&ticker=AFYA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=AFYA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();