Drdgold Ltd (DRDGF) EBT (2018 - 2020)
Drdgold's (DRDGF) quarterly EBT came in at $58.3 million in Q4 2020, up 716.25% quarter-over-quarter from $7.1 million in Q4 2019.
Analysis
Drdgold Ltd (DRDGF) EBT (2018 - 2020) Analysis & Trends
Drdgold has disclosed EBT across 3 years of filings, most recently posting $58.3 million for Q4 2020.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Oct 29, 2020 | 58.33 Mn |
| Dec 31, 2019 | 7.15 Mn |
| Jun 30, 2018 | 28.24 Mn |
API Access
Drdgold Ltd EBT 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=ebt&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();