PERDOCEO EDUCATION Corp has paid 13 recorded cash distributions, spanning 2023 to 2026.
The highest single cash dividend paid by PERDOCEO EDUCATION Corp is $0.17. The latest distribution of $0.17 was recorded on Sep 10, 2026.
The most recently recorded trailing dividend yield for PERDOCEO EDUCATION Corp stands at 197.41%, peaking at 224.09% on Oct 21, 2024, and averaging — across the selected range.
View 13 recorded historical distributions for PERDOCEO EDUCATION Corp, covering a time period spanning from 2023 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 1, 2026 | $0.17 | Cash | Sep 10, 2026 |
| 2 | Jun 1, 2026 | $0.15 | Cash | Jun 12, 2026 |
| 3 | Mar 2, 2026 | $0.15 | Cash | Mar 13, 2026 |
| 4 | Nov 28, 2025 | $0.15 | Cash | Dec 12, 2025 |
| 5 | Sep 2, 2025 | $0.15 | Cash | Sep 12, 2025 |
| 6 | May 30, 2025 | $0.13 | Cash | Jun 13, 2025 |
| 7 | Feb 28, 2025 | $0.13 | Cash | Mar 13, 2025 |
| 8 | Dec 2, 2024 | $0.13 | Cash | Dec 13, 2024 |
| 9 | Aug 30, 2024 | $0.13 | Cash | Sep 13, 2024 |
| 10 | May 31, 2024 | $0.11 | Cash | Jun 15, 2024 |
| 11 | Feb 29, 2024 | $0.11 | Cash | Mar 15, 2024 |
| 12 | Nov 30, 2023 | $0.11 | Cash | Dec 15, 2023 |
| 13 | Aug 31, 2023 | $0.11 | Cash | Sep 15, 2023 |
Pull PERDOCEO EDUCATION Corp'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=PRDO&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "PRDO", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=PRDO&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();