Drdgold Ltd (DRDGF) Finished Goods (2017 - 2022)
Drdgold's (DRDGF) quarterly Finished Goods came in at $4.2 million in Q2 2022, up 18.49% year-over-year from $3.5 million in Q2 2021, and up 18.49% quarter-over-quarter from $3.5 million in Q2 2021.
Drdgold Ltd (DRDGF) Finished Goods (2017 - 2022) Analysis & Trends
Drdgold has disclosed Finished Goods across 6 years of filings, most recently posting $4.2 million for Q2 2022.
- In Q2 2022, Finished Goods rose 18.49% year-over-year to $4.2 million; the TTM figure through Jun 2022 stood at $4.2 million (up 18.49% YoY), while the FY2022 annual figure was $4.3 million, up 31.29% from the prior year.
- Finished Goods came in at $4.2 million for Q2 2022 at Drdgold, up from $3.5 million in the prior quarter.
- In the past five years, Finished Goods ranged from a high of $4.2 million in Q2 2022 to a low of $3.0 million in Q2 2018.
- Average Finished Goods over 5 years is $3.7 million, with a median of $3.5 million recorded in 2021.
- Year-over-year, Finished Goods soared 70.03% in 2018 and retreated 16.53% in 2020.
- Over 5 years, Finished Goods stood at $3.0 million in 2018, then jumped by 38.49% to $4.2 million in 2019, then slipped by 16.53% to $3.5 million in 2020, then advanced by 1.58% to $3.5 million in 2021, then gained by 18.49% to $4.2 million in 2022.
- Per Business Quant data, the three most recent Finished Goods figures were $4.2 million in Q2 2022, $3.5 million in Q2 2021, and $3.5 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2022 | 4.18 Mn |
| Jun 30, 2021 | 3.53 Mn |
| Jun 30, 2020 | 3.47 Mn |
| Jun 30, 2019 | 4.16 Mn |
| Jun 30, 2018 | 3.00 Mn |
| Jun 30, 2017 | 1.77 Mn |
Drdgold Ltd Finished Goods 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=finished-goods&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "finished-goods", "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=finished-goods&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();