Drdgold Ltd (DRDGF) Treasury Shares (2019)
Drdgold's (DRDGF) quarterly Treasury Shares came in at -$20877.6 in Q2 2019.
Analysis
Drdgold Ltd (DRDGF) Treasury Shares (2019) Analysis & Trends
Drdgold has disclosed Treasury Shares across 1 years of filings, most recently posting -$20877.6 for Q2 2019.
- In Q2 2019, Treasury Shares changed N/A year-over-year to -$20877.6; the TTM figure through Jun 2019 stood at -$20877.6 (changed N/A YoY), while the FY2019 annual figure was -$20877.6, changed N/A from the prior year.
- Treasury Shares came in at -$20877.6 for Q2 2019 at Drdgold.
- In the past five years, Treasury Shares ranged from a high of -$20877.6 in Q2 2019 to a low of -$20877.6 in Q2 2019.
Peer Set
Peer Comparison
API Access
Drdgold Ltd Treasury Shares 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=treasury-shares&ticker=DRDGF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=DRDGF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();