Drdgold Ltd has paid 21 recorded cash distributions, spanning 2008 to 2026.
The highest single cash dividend paid by Drdgold Ltd is $1.20. The latest distribution of $1.20 was recorded on Sep 14, 2026.
The most recently recorded trailing dividend yield for Drdgold Ltd stands at 1,022.35%, peaking at 11,645.68% on Nov 15, 2016, and averaging — across the selected range.
View 21 recorded historical distributions for Drdgold Ltd, covering a time period spanning from 2008 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $1.20 | Cash | Sep 14, 2026 |
| 2 | Mar 13, 2026 | $0.50 | Cash | Mar 16, 2026 |
| 3 | Sep 12, 2025 | $0.40 | Cash | Sep 15, 2025 |
| 4 | Mar 14, 2025 | $0.30 | Cash | Mar 17, 2025 |
| 5 | Sep 13, 2024 | $0.20 | Cash | Sep 16, 2024 |
| 6 | Mar 7, 2024 | $0.20 | Cash | Mar 11, 2024 |
| 7 | Sep 14, 2023 | $0.65 | Cash | Sep 18, 2023 |
| 8 | Mar 9, 2023 | $0.20 | Cash | Mar 13, 2023 |
| 9 | Sep 22, 2022 | $0.40 | Cash | Sep 26, 2022 |
| 10 | Mar 10, 2022 | $0.20 | Cash | Mar 14, 2022 |
| 11 | Sep 22, 2021 | $0.40 | Cash | Sep 27, 2021 |
| 12 | Mar 4, 2021 | $0.40 | Cash | Mar 8, 2021 |
| 13 | Sep 24, 2020 | $0.35 | Cash | Sep 28, 2020 |
| 14 | Jun 11, 2020 | $0.25 | Cash | Jun 15, 2020 |
| 15 | Mar 5, 2020 | $0.25 | Cash | Mar 9, 2020 |
| 16 | Sep 26, 2019 | $0.20 | Cash | Sep 30, 2019 |
| 17 | Oct 8, 2012 | $0.10 | Cash | Oct 15, 2012 |
| 18 | Oct 10, 2011 | $0.07 | Cash | Oct 17, 2011 |
| 19 | Oct 4, 2010 | $0.05 | Cash | Oct 11, 2010 |
| 20 | Oct 5, 2009 | $0.05 | Cash | Oct 12, 2009 |
Pull Drdgold 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=DRDGF&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "DRDGF", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=DRDGF&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();