Gold Fields (GFI) Non-Current Assets (2009 - 2025)
Gold Fields' (GFI) quarterly Non-Current Assets came in at $12.3 billion in Q4 2025, up 49.15% on a YoY basis from $8.2 billion in Q4 2024, and up 2222.21% quarter-over-quarter from $527.7 million in Q3 2025.
Gold Fields (GFI) Non-Current Assets (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Non-Current Assets for 14 consecutive years, with $12.3 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Non-Current Assets rose 49.15% year-over-year to $12.3 billion; the trailing twelve-month figure through Dec 2025 stood at $26.5 billion (down 20.72% YoY), and the FY2025 full-year result was $12.3 billion, up 49.15% from the prior year.
- Non-Current Assets rose to $12.3 billion in Q4 2025 per GFI's latest filing, from $527.7 million in the prior quarter.
- Across five years, Non-Current Assets topped out at $13.8 billion in Q2 2022 and bottomed at $527.7 million in Q3 2025.
- Historically, Non-Current Assets has averaged $7.7 billion across 4 years, with a median of $7.1 billion in 2021.
- The sharpest annual moves came in 2022 and 2025: Non-Current Assets slipped 6.61% in 2022, then surged 49.15% in 2025.
- Over 4 years, Non-Current Assets stood at $5.9 billion in 2021, then retreated by 6.61% to $5.5 billion in 2022, then soared by 48.42% to $8.2 billion in 2024, then surged by 49.15% to $12.3 billion in 2025.
- According to Business Quant data, Non-Current Assets over the past three periods registered $12.3 billion, $527.7 million, and $8.2 billion for Q4 2025, Q3 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 23.22 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 87.98 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 87.87 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 24.52 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | 29.63 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 111.37 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 5.81 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 64.56 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 12.25 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 12.25 Bn |
| Sep 26, 2025 | 527.70 Mn |
| Dec 31, 2024 | 8.22 Bn |
| Dec 31, 2022 | 5.54 Bn |
| Jun 30, 2022 | 13.79 Bn |
| Dec 31, 2021 | 5.93 Bn |
| Dec 31, 2020 | 5.74 Bn |
| Dec 31, 2019 | 5.49 Bn |
| Dec 31, 2018 | 5.18 Bn |
| Dec 31, 2017 | 5.51 Bn |
| Dec 31, 2014 | 5.75 Bn |
| Dec 31, 2013 | 6.24 Bn |
| Dec 31, 2012 | 9.00 Bn |
| Dec 31, 2011 | 8.36 Bn |
| Dec 31, 2010 | 9.01 Bn |
| Jun 30, 2010 | 7.12 Bn |
| Jun 30, 2009 | 7.32 Bn |
Gold Fields Non-Current Assets 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=non-current-assets&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();