Drdgold Ltd (DRDGF) Prepaid Assets (2017 - 2022)
Drdgold's (DRDGF) quarterly Prepaid Assets came in at $1.2 million in Q2 2022, up 0.69% year-over-year from $1.2 million in Q2 2021, and up 0.69% quarter-over-quarter from $1.2 million in Q2 2021.
Drdgold Ltd (DRDGF) Prepaid Assets (2017 - 2022) Analysis & Trends
Drdgold has disclosed Prepaid Assets across 6 years of filings, most recently posting $1.2 million for Q2 2022.
- In Q2 2022, Prepaid Assets rose 0.69% year-over-year to $1.2 million; the TTM figure through Jun 2022 stood at $1.2 million (up 0.69% YoY), while the FY2022 annual figure was $1.3 million, up 11.56% from the prior year.
- Prepaid Assets came in at $1.2 million for Q2 2022 at Drdgold, up from $1.2 million in the prior quarter.
- In the past five years, Prepaid Assets ranged from a high of $1.4 million in Q2 2020 to a low of $382756.2 in Q2 2019.
- Average Prepaid Assets over 5 years is $1.0 million, with a median of $1.2 million recorded in 2021.
- Year-over-year, Prepaid Assets jumped 326.2% in 2018 and slumped 60.53% in 2019.
- Over 5 years, Prepaid Assets stood at $969847.1 in 2018, then tumbled by 60.53% to $382756.2 in 2019, then jumped by 266.23% to $1.4 million in 2020, then retreated by 12.22% to $1.2 million in 2021, then grew by 0.69% to $1.2 million in 2022.
- Per Business Quant data, the three most recent Prepaid Assets figures were $1.2 million in Q2 2022, $1.2 million in Q2 2021, and $1.4 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 1.24 Mn |
| Jun 30, 2021 | 1.23 Mn |
| Jun 30, 2020 | 1.40 Mn |
| Jun 30, 2019 | 382,756.15 |
| Jun 30, 2018 | 969,847.07 |
| Jun 30, 2017 | 227,555.00 |
Drdgold Ltd Prepaid 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=prepaid-assets&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "prepaid-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=prepaid-assets&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();