Gold Fields (GFI) EBT Margin (2014 - 2016)
Gold Fields' (GFI) quarterly EBT Margin came in at 33.61% in Q4 2016, up 637.57% quarter-over-quarter from 4.56% in Q4 2014.
Gold Fields (GFI) EBT Margin (2014 - 2016) Analysis & Trends
Gold Fields (GFI) has reported EBT Margin for 2 consecutive years, with 33.61% the latest figure, recorded in Q4 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 20.98% |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 18.19% |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 32.42% |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 31.02% |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | - |
Gold Fields EBT Margin 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-margin&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "ticker": "GFI", "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-margin&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();