Drdgold Ltd (DRDGF) Assets Average (2018 - 2025)
Drdgold's (DRDGF) quarterly Assets Average came in at $600.7 million in Q2 2025, up 27.14% year-over-year from $472.5 million in Q2 2024, and up 15.5% quarter-over-quarter from $520.1 million in Q4 2024.
Drdgold Ltd (DRDGF) Assets Average (2018 - 2025) Analysis & Trends
Drdgold has disclosed Assets Average across 6 years of filings, most recently posting $600.7 million for Q2 2025.
- In Q2 2025, Assets Average rose 27.14% year-over-year to $600.7 million; the TTM figure through Jun 2025 stood at $600.7 million (up 27.14% YoY), while the FY2025 annual figure was $600.7 million, up 27.14% from the prior year.
- Assets Average came in at $600.7 million for Q2 2025 at Drdgold, up from $520.1 million in the prior quarter.
- In the past five years, Assets Average ranged from a high of $600.7 million in Q2 2025 to a low of $420.4 million in Q2 2023.
- Average Assets Average over 4 years is $476.2 million, with a median of $452.8 million recorded in 2022.
- Year-over-year, Assets Average declined 7.16% in 2023 and advanced 27.14% in 2025.
- Over 4 years, Assets Average stood at $429.6 million in 2022, then advanced by 1.73% to $437.0 million in 2023, then rose by 19.01% to $520.1 million in 2024, then advanced by 15.5% to $600.7 million in 2025.
- Per Business Quant data, the three most recent Assets Average figures were $600.7 million in Q2 2025, $520.1 million in Q4 2024, and $472.5 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 600.75 Mn |
| Dec 31, 2024 | 520.12 Mn |
| Jun 30, 2024 | 472.51 Mn |
| Dec 31, 2023 | 437.05 Mn |
| Jun 30, 2023 | 420.42 Mn |
| Dec 31, 2022 | 429.59 Mn |
| Jun 30, 2022 | 452.82 Mn |
| Jun 30, 2019 | 235.09 Mn |
| Jun 30, 2018 | 180.57 Mn |
Drdgold Ltd Assets Average 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=assets-average&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();