Drdgold Ltd (DRDGF) Other Non-Current Assets (2019 - 2025)
Drdgold's (DRDGF) quarterly Other Non-Current Assets came in at $3.1 million in Q2 2025, up 26.34% year-over-year from $2.5 million in Q2 2024, and up 21.19% quarter-over-quarter from $2.6 million in Q4 2024.
Drdgold Ltd (DRDGF) Other Non-Current Assets (2019 - 2025) Analysis & Trends
Drdgold has disclosed Other Non-Current Assets across 7 years of filings, most recently posting $3.1 million for Q2 2025.
- In Q2 2025, Other Non-Current Assets rose 26.34% year-over-year to $3.1 million; the TTM figure through Jun 2025 stood at $3.1 million (up 26.34% YoY), while the FY2025 annual figure was $3.1 million, up 26.34% from the prior year.
- Other Non-Current Assets came in at $3.1 million for Q2 2025 at Drdgold, up from $2.6 million in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $3.1 million in Q2 2025 to a low of $2.1 million in Q4 2023.
- Average Other Non-Current Assets over 5 years is $2.5 million, with a median of $2.5 million recorded in 2024.
- Year-over-year, Other Non-Current Assets surged 46.52% in 2021 and slipped 18.13% in 2023.
- Over 5 years, Other Non-Current Assets stood at $2.9 million in 2021, then decreased by 19.8% to $2.3 million in 2022, then retreated by 7.65% to $2.1 million in 2023, then advanced by 20.77% to $2.6 million in 2024, then advanced by 21.19% to $3.1 million in 2025.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $3.1 million in Q2 2025, $2.6 million in Q4 2024, and $2.5 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 3.10 Mn |
| Dec 31, 2024 | 2.56 Mn |
| Jun 30, 2024 | 2.46 Mn |
| Dec 31, 2023 | 2.12 Mn |
| Jun 30, 2023 | 2.13 Mn |
| Dec 31, 2022 | 2.30 Mn |
| Jun 30, 2022 | 2.61 Mn |
| Jun 30, 2021 | 2.86 Mn |
| Jun 30, 2020 | 1.95 Mn |
| Jun 30, 2019 | 1.92 Mn |
Drdgold Ltd Other 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=other-non-current-assets&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();