Drdgold Ltd (DRDGF) EPS (Diluted) (2018 - 2020)
Analysis
Drdgold Ltd (DRDGF) EPS (Diluted) (2018 - 2020) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Oct 29, 2020 | 0.39 |
| Dec 31, 2019 | 0.04 |
| Jun 30, 2018 | 0.67 |
API Access
Drdgold Ltd EPS (Diluted) 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=eps-diluted&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();