Drdgold Ltd (DRDGF) Long-Term Deferred Tax (2017 - 2025)
Drdgold's (DRDGF) quarterly Long-Term Deferred Tax came in at $2.1 million in Q2 2025, up 66.3% year-over-year from $1.3 million in Q2 2024, and up 59.53% quarter-over-quarter from $1.3 million in Q4 2024.
Drdgold Ltd (DRDGF) Long-Term Deferred Tax (2017 - 2025) Analysis & Trends
Drdgold has disclosed Long-Term Deferred Tax across 9 years of filings, most recently posting $2.1 million for Q2 2025.
- In Q2 2025, Long-Term Deferred Tax rose 66.3% year-over-year to $2.1 million; the TTM figure through Jun 2025 stood at $2.1 million (up 66.3% YoY), while the FY2025 annual figure was $2.1 million, up 66.3% from the prior year.
- Long-Term Deferred Tax came in at $2.1 million for Q2 2025 at Drdgold, up from $1.3 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $10.6 million in Q2 2022 to a low of $410158.6 in Q2 2021.
- Average Long-Term Deferred Tax over 5 years is $2.5 million, with a median of $1.5 million recorded in 2024.
- Year-over-year, Long-Term Deferred Tax surged 2486.39% in 2022 and plunged 83.38% in 2023.
- Over 5 years, Long-Term Deferred Tax stood at $410158.6 in 2021, then jumped by 101.01% to $824440.2 in 2022, then jumped by 112.58% to $1.8 million in 2023, then declined by 24.99% to $1.3 million in 2024, then jumped by 59.53% to $2.1 million in 2025.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $2.1 million in Q2 2025, $1.3 million in Q4 2024, and $1.3 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 2.10 Mn |
| Dec 31, 2024 | 1.31 Mn |
| Jun 30, 2024 | 1.26 Mn |
| Dec 31, 2023 | 1.75 Mn |
| Jun 30, 2023 | 1.76 Mn |
| Dec 31, 2022 | 824,440.17 |
| Jun 30, 2022 | 10.61 Mn |
| Jun 30, 2021 | 410,158.64 |
| Jun 30, 2020 | 446,783.90 |
| Jun 30, 2019 | 695,920.28 |
| Jun 30, 2018 | 691,612.26 |
| Jun 30, 2017 | 379,258.33 |
Drdgold Ltd Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();