Gold Fields (GFI) Other Non-Current Assets (2013 - 2025)
Gold Fields' (GFI) quarterly Other Non-Current Assets came in at $77.5 million in Q4 2025, up 267.3% on a YoY basis from $21.1 million in Q4 2024, and up 267.3% quarter-over-quarter from $21.1 million in Q4 2024.
Gold Fields (GFI) Other Non-Current Assets (2013 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Other Non-Current Assets for 11 consecutive years, with $77.5 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Other Non-Current Assets rose 267.3% year-over-year to $77.5 million; the trailing twelve-month figure through Dec 2025 stood at $77.5 million (up 267.3% YoY), and the FY2025 full-year result was $77.5 million, up 267.3% from the prior year.
- Other Non-Current Assets advanced to $77.5 million in Q4 2025 per GFI's latest filing, from $21.1 million in the prior quarter.
- Across five years, Other Non-Current Assets topped out at $494.1 million in Q2 2022 and bottomed at $21.1 million in Q4 2024.
- Historically, Other Non-Current Assets has averaged $186.5 million across 4 years, with a median of $115.4 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Other Non-Current Assets tumbled 86.24% in 2024, then jumped 267.3% in 2025.
- Over 4 years, Other Non-Current Assets stood at $494.1 million in 2022, then slumped by 68.97% to $153.3 million in 2023, then tumbled by 86.24% to $21.1 million in 2024, then surged by 267.3% to $77.5 million in 2025.
- According to Business Quant data, Other Non-Current Assets over the past three periods registered $77.5 million, $21.1 million, and $153.3 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 1.67 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 15.47 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 111.38 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -38.00 Mn |
| 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 | 868.62 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 1.22 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 77.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 77.50 Mn |
| Dec 31, 2024 | 21.10 Mn |
| Dec 31, 2023 | 153.30 Mn |
| Jun 30, 2022 | 494.10 Mn |
| Dec 31, 2020 | 29.40 Mn |
| Dec 31, 2019 | 31.20 Mn |
| Dec 31, 2017 | 40.00 Mn |
| Dec 31, 2016 | 26.40 Mn |
| Dec 31, 2015 | 1.00 Mn |
| Dec 31, 2014 | 40.00 Mn |
| Dec 31, 2013 | 59.20 Mn |
Gold Fields Other 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=other-non-current-assets&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();