Drdgold Ltd (DRDGF) Non-Current Assets (2017 - 2025)
Drdgold's (DRDGF) quarterly Non-Current Assets came in at $545.5 million in Q2 2025, up 27.22% year-over-year from $428.8 million in Q2 2024, and up 22.03% quarter-over-quarter from $447.0 million in Q4 2024.
Drdgold Ltd (DRDGF) Non-Current Assets (2017 - 2025) Analysis & Trends
Drdgold has disclosed Non-Current Assets across 9 years of filings, most recently posting $545.5 million for Q2 2025.
- In Q2 2025, Non-Current Assets rose 27.22% year-over-year to $545.5 million; the TTM figure through Jun 2025 stood at $1.7 billion (up 42.12% YoY), while the FY2025 annual figure was $545.5 million, up 27.22% from the prior year.
- Non-Current Assets came in at $545.5 million for Q2 2025 at Drdgold, up from $447.0 million in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $545.5 million in Q2 2025 to a low of $227.5 million in Q4 2022.
- Average Non-Current Assets over 5 years is $337.1 million, with a median of $264.8 million recorded in 2023.
- Year-over-year, Non-Current Assets fell 0.66% in 2022 and jumped 69.35% in 2024.
- Over 5 years, Non-Current Assets stood at $259.9 million in 2021, then fell by 12.47% to $227.5 million in 2022, then rose by 16.03% to $264.0 million in 2023, then jumped by 69.35% to $447.0 million in 2024, then gained by 22.03% to $545.5 million in 2025.
- Per Business Quant data, the three most recent Non-Current Assets figures were $545.5 million in Q2 2025, $447.0 million in Q4 2024, and $428.8 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 545.52 Mn |
| Dec 31, 2024 | 447.02 Mn |
| Jun 30, 2024 | 428.81 Mn |
| Dec 31, 2023 | 263.97 Mn |
| Jun 30, 2023 | 265.59 Mn |
| Dec 31, 2022 | 227.50 Mn |
| Jun 30, 2022 | 258.19 Mn |
| Jun 30, 2021 | 259.91 Mn |
| Jun 30, 2020 | 194.65 Mn |
| Jun 30, 2019 | 236.88 Mn |
| Jun 30, 2018 | 137.85 Mn |
| Jun 30, 2017 | 131.91 Mn |
Drdgold Ltd Non-Current Assets 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=non-current-assets&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();