Gold Fields (GFI) Other Non Operating Income (2012 - 2015)
Gold Fields' (GFI) quarterly Other Non Operating Income came in at -$4.5 million in Q4 2015, up 59.09% on a YoY basis from -$2.8 million in Q4 2014, and up 59.09% quarter-over-quarter from -$11.0 million in Q4 2014.
Gold Fields (GFI) Other Non Operating Income (2012 - 2015) Analysis & Trends
Gold Fields (GFI) has reported Other Non Operating Income for 4 consecutive years, with -$4.5 million the latest figure, recorded in Q4 2015.
- For the quarter ending Q4 2015, Other Non Operating Income rose 59.09% year-over-year to -$4.5 million; the trailing twelve-month figure through Dec 2015 stood at -$16.3 million (changed N/A YoY), and the FY2025 full-year result was $6.6 million, up 200.0% from the prior year.
- Other Non Operating Income climbed to -$4.5 million in Q4 2015 per GFI's latest filing, from -$11.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at -$300000.0 in Q4 2013 and bottomed at -$11.0 million in Q4 2014.
- Historically, Other Non Operating Income has averaged -$4.1 million across 4 years, with a median of -$2.5 million in 2012.
- The sharpest annual moves came in 2014 and 2015: Other Non Operating Income plunged 3566.67% in 2014, then soared 59.09% in 2015.
- Over 4 years, Other Non Operating Income stood at -$500000.0 in 2012, then soared by 40.0% to -$300000.0 in 2013, then slumped by 3566.67% to -$11.0 million in 2014, then jumped by 59.09% to -$4.5 million in 2015.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$4.5 million, -$11.0 million, and -$300000.0 for Q4 2015, Q4 2014, and Q4 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 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 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | -4.50 Mn |
| Dec 31, 2014 | -11.00 Mn |
| Dec 31, 2013 | -300,000.00 |
| Dec 31, 2012 | -500,000.00 |
Gold Fields Other Non 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=other-non-operating-income&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();