Afya Ltd has paid 2 recorded cash distributions, spanning 2025 to 2026.
The highest single cash dividend paid by Afya Ltd is $0.66. The latest distribution of $0.66 was recorded on Apr 6, 2026.
The most recently recorded trailing dividend yield for Afya Ltd stands at -518.76%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 2 recorded historical distributions for Afya Ltd, covering a time period spanning from 2025 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Mar 25, 2026 | $0.66 | Cash | Apr 6, 2026 |
| 2 | Mar 26, 2025 | $0.23 | Cash | Apr 4, 2025 |
Pull Afya Ltd's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=AFYA&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "AFYA", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=AFYA&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();