Drdgold Ltd (DRDGF) Retained Earnings (2019 - 2025)
Drdgold's (DRDGF) quarterly Retained Earnings came in at $147.1 million in Q2 2025, up 291.4% year-over-year from $37.6 million in Q2 2024, and up 275.45% quarter-over-quarter from $39.2 million in Q4 2024.
Drdgold Ltd (DRDGF) Retained Earnings (2019 - 2025) Analysis & Trends
Drdgold has disclosed Retained Earnings across 7 years of filings, most recently posting $147.1 million for Q2 2025.
- In Q2 2025, Retained Earnings rose 291.4% year-over-year to $147.1 million; the TTM figure through Jun 2025 stood at $147.1 million (up 291.4% YoY), while the FY2025 annual figure was $147.1 million, up 291.4% from the prior year.
- Retained Earnings came in at $147.1 million for Q2 2025 at Drdgold, up from $39.2 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $147.1 million in Q2 2025 to a low of -$94.6 million in Q2 2021.
- Average Retained Earnings over 5 years is $6.2 million, with a median of $4.6 million recorded in 2023.
- Year-over-year, Retained Earnings advanced 20.03% in 2021 and jumped 750.43% in 2024.
- Over 5 years, Retained Earnings stood at -$94.6 million in 2021, then jumped by 55.91% to -$41.7 million in 2022, then surged by 111.05% to $4.6 million in 2023, then surged by 750.43% to $39.2 million in 2024, then jumped by 275.45% to $147.1 million in 2025.
- Per Business Quant data, the three most recent Retained Earnings figures were $147.1 million in Q2 2025, $39.2 million in Q4 2024, and $37.6 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 147.06 Mn |
| Dec 31, 2024 | 39.17 Mn |
| Jun 30, 2024 | 37.57 Mn |
| Dec 31, 2023 | 4.61 Mn |
| Jun 30, 2023 | 4.63 Mn |
| Dec 31, 2022 | -41.70 Mn |
| Jun 30, 2022 | -47.32 Mn |
| Jun 30, 2021 | -94.58 Mn |
| Jun 30, 2020 | -118.27 Mn |
| Jun 30, 2019 | -197.49 Mn |
Drdgold Ltd Retained Earnings 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=retained-earnings&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "DRDGF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();