Drdgold Ltd (DRDGF) Operating Leases (2018 - 2025)
Drdgold's (DRDGF) quarterly Operating Leases came in at $547573.1 in Q2 2025, down 54.44% year-over-year from $1.2 million in Q2 2024, and down 56.29% quarter-over-quarter from $1.3 million in Q4 2024.
Drdgold Ltd (DRDGF) Operating Leases (2018 - 2025) Analysis & Trends
Drdgold has disclosed Operating Leases across 8 years of filings, most recently posting $547573.1 for Q2 2025.
- In Q2 2025, Operating Leases fell 54.44% year-over-year to $547573.1; the TTM figure through Jun 2025 stood at $547573.1 (down 54.44% YoY), while the FY2025 annual figure was $547573.1, down 54.44% from the prior year.
- Operating Leases came in at $547573.1 for Q2 2025 at Drdgold, down from $1.3 million in the prior quarter.
- In the past five years, Operating Leases ranged from a high of $3.9 million in Q2 2021 to a low of $547573.1 in Q2 2025.
- Average Operating Leases over 5 years is $2.0 million, with a median of $1.7 million recorded in 2022.
- Year-over-year, Operating Leases soared 47.32% in 2021 and plunged 54.44% in 2025.
- Over 5 years, Operating Leases stood at $3.9 million in 2021, then slumped by 51.88% to $1.9 million in 2022, then slipped by 18.63% to $1.5 million in 2023, then dropped by 17.44% to $1.3 million in 2024, then slumped by 56.29% to $547573.1 in 2025.
- Per Business Quant data, the three most recent Operating Leases figures were $547573.1 in Q2 2025, $1.3 million in Q4 2024, and $1.2 million in Q2 2024.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 547,573.11 |
| Dec 31, 2024 | 1.25 Mn |
| Jun 30, 2024 | 1.20 Mn |
| Dec 31, 2023 | 1.52 Mn |
| Jun 30, 2023 | 2.13 Mn |
| Dec 31, 2022 | 1.86 Mn |
| Jun 30, 2022 | 3.37 Mn |
| Jun 30, 2021 | 3.88 Mn |
| Jun 30, 2020 | 2.63 Mn |
| Jun 30, 2019 | 765,512.31 |
| Jun 30, 2018 | 1.17 Mn |
Drdgold Ltd Operating Leases 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=operating-leases&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();