Drdgold Ltd (DRDGF) Accumulated Expenses (2019 - 2020)
Drdgold's (DRDGF) quarterly Accumulated Expenses came in at $564064.7 in Q2 2020, down 78.33% year-over-year from $2.6 million in Q3 2019, and down 78.33% quarter-over-quarter from $2.6 million in Q2 2019.
Drdgold Ltd (DRDGF) Accumulated Expenses (2019 - 2020) Analysis & Trends
Drdgold has disclosed Accumulated Expenses across 2 years of filings, most recently posting $564064.7 for Q2 2020.
- In Q2 2020, Accumulated Expenses fell 78.33% year-over-year to $564064.7; the TTM figure through Jun 2020 stood at $564064.7 (down 78.33% YoY), while the FY2020 annual figure was $651112.5, down 74.98% from the prior year.
- Accumulated Expenses came in at $564064.7 for Q2 2020 at Drdgold, down from $2.6 million in the prior quarter.
- In the past five years, Accumulated Expenses ranged from a high of $2.6 million in Q2 2019 to a low of $564064.7 in Q2 2020.
Peer Comparison
Drdgold Ltd Accumulated Expenses 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=accumulated-expenses&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "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=accumulated-expenses&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();