Gold Fields (GFI) Tax Rate (2013 - 2016)
Gold Fields' (GFI) quarterly Tax Rate came in at 20.5% in Q4 2016, up 277163.0% on a YoY basis from N/an in Q1 2016, and up 99.27% quarter-over-quarter from 2792.13% in Q4 2015.
Gold Fields (GFI) Tax Rate (2013 - 2016) Analysis & Trends
Gold Fields (GFI) has reported Tax Rate for 4 consecutive years, with 20.5% the latest figure, recorded in Q4 2016.
- For the quarter ending Q4 2016, Tax Rate rose 277163.0% year-over-year to 20.5%; the trailing twelve-month figure through Dec 2016 stood at 107.59% (changed N/A YoY), and the FY2025 full-year result was 31.15%, up 392.0% from the prior year.
- Tax Rate advanced to 20.5% in Q4 2016 per GFI's latest filing, from 2792.13% in the prior quarter.
- Across five years, Tax Rate topped out at 0.18% in Q4 2013 and bottomed at 2792.13% in Q4 2015.
- Historically, Tax Rate has averaged 725.77% across 4 years, with a median of 55.57% in 2014.
- The sharpest annual moves came in 2015 and 2016: Tax Rate tumbled 270151 bps in 2015, then soared 277163 bps in 2016.
- Over 4 years, Tax Rate stood at 0.18% in 2013, then slumped by 49483 bps to 90.63% in 2014, then slumped by 2981 bps to 2792.13% in 2015, then surged by 99 bps to 20.5% in 2016.
- According to Business Quant data, Tax Rate over the past three periods registered 20.5%, 2792.13%, and 90.63% for Q4 2016, Q4 2015, and Q4 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (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 | 14.53% |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -10.40% |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 24.97% |
| 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 | 23.00% |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -20.50% |
| Dec 31, 2015 | -2,792.13% |
| Dec 31, 2014 | -90.63% |
| Dec 31, 2013 | 0.18% |
Gold Fields Tax Rate 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=tax-rate&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();