Gold Fields (GFI) Operating Income (2012 - 2016)
Gold Fields' (GFI) quarterly Operating Income came in at $846.1 million in Q4 2016, up 41.13% quarter-over-quarter from $599.5 million in Q4 2014.
Gold Fields (GFI) Operating Income (2012 - 2016) Analysis & Trends
Gold Fields (GFI) has reported Operating Income for 4 consecutive years, with $846.1 million the latest figure, recorded in Q4 2016.
- For the quarter ending Q4 2016, Operating Income changed N/A year-over-year to $846.1 million; the trailing twelve-month figure through Dec 2016 stood at $3.5 billion (changed N/A YoY), and the FY2025 full-year result was $5.4 billion, up 118.38% from the prior year.
- Operating Income rose to $846.1 million in Q4 2016 per GFI's latest filing, from $599.5 million in the prior quarter.
- Across five years, Operating Income topped out at $1.4 billion in Q4 2012 and bottomed at $599.5 million in Q4 2014.
- Historically, Operating Income has averaged $863.4 million across 4 years, with a median of $737.3 million in 2013.
- The sharpest annual moves came in 2013 and 2014: Operating Income slumped 54.44% in 2013, then slipped 4.61% in 2014.
- Over 4 years, Operating Income stood at $1.4 billion in 2012, then plunged by 54.44% to $628.5 million in 2013, then fell by 4.61% to $599.5 million in 2014, then soared by 41.13% to $846.1 million in 2016.
- According to Business Quant data, Operating Income over the past three periods registered $846.1 million, $599.5 million, and $628.5 million for Q4 2016, Q4 2014, and Q4 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (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 | -3.91 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 3.16 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 10.53 Bn |
| 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 | 703.29 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | 846.10 Mn |
| Dec 31, 2014 | 599.50 Mn |
| Dec 31, 2013 | 628.50 Mn |
| Dec 31, 2012 | 1.38 Bn |
Gold Fields Operating Income 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=operating-income&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();