Gold Fields (GFI) Times Interest Earned (2012 - 2016)
Gold Fields' (GFI) quarterly Times Interest Earned came in at 10.83 in Q4 2016, down 1313.65% on a YoY basis from 0.89 in Q1 2016, and down 1313.65% quarter-over-quarter from 0.89 in Q4 2015.
Gold Fields (GFI) Times Interest Earned (2012 - 2016) Analysis & Trends
Gold Fields (GFI) has reported Times Interest Earned for 5 consecutive years, with 10.83 the latest figure, recorded in Q4 2016.
- For the quarter ending Q4 2016, Times Interest Earned fell 1313.65% year-over-year to 10.83; the trailing twelve-month figure through Dec 2016 stood at 6.09 (up 26.54% YoY), and the FY2025 full-year result was 44.56, up 8.81% from the prior year.
- Times Interest Earned slipped to 10.83 in Q4 2016 per GFI's latest filing, from 0.89 in the prior quarter.
- Across five years, Times Interest Earned topped out at 0.89 in Q4 2015 and bottomed at 24.95 in Q4 2012.
- Historically, Times Interest Earned has averaged 10.01 across 5 years, with a median of 9.07 in 2013.
- The sharpest annual moves came in 2015 and 2016: Times Interest Earned soared 114.62% in 2015, then slumped 1313.65% in 2016.
- Over 5 years, Times Interest Earned stood at 24.95 in 2012, then jumped by 63.65% to 9.07 in 2013, then soared by 32.69% to 6.1 in 2014, then jumped by 114.62% to 0.89 in 2015, then plunged by 1313.65% to 10.83 in 2016.
- According to Business Quant data, Times Interest Earned over the past three periods registered 10.83, 0.89, and 6.1 for Q4 2016, Q4 2015, and Q4 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (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 | -18.18 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 7.27 |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 0.51 |
| 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 | 28.51 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -10.83 |
| Dec 31, 2015 | 0.89 |
| Dec 31, 2014 | -6.10 |
| Dec 31, 2013 | -9.07 |
| Dec 31, 2012 | -24.95 |
Gold Fields Times Interest Earned 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=times-interest-earned&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();