Gold Fields (GFI) Total Non-Current Liabilities (2009 - 2025)
Gold Fields' (GFI) quarterly Total Non-Current Liabilities came in at $4.9 billion in Q4 2025, up 58.3% on a YoY basis from $3.1 billion in Q4 2024, and up 2901.18% quarter-over-quarter from $161.7 million in Q3 2025.
Gold Fields (GFI) Total Non-Current Liabilities (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Total Non-Current Liabilities for 16 consecutive years, with $4.9 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Total Non-Current Liabilities rose 58.3% year-over-year to $4.9 billion; the trailing twelve-month figure through Dec 2025 stood at $4.9 billion (up 58.3% YoY), and the FY2025 full-year result was $4.9 billion, up 58.3% from the prior year.
- Total Non-Current Liabilities advanced to $4.9 billion in Q4 2025 per GFI's latest filing, from $161.7 million in the prior quarter.
- Across five years, Total Non-Current Liabilities topped out at $5.6 billion in Q2 2022 and bottomed at $150.6 million in Q4 2023.
- Historically, Total Non-Current Liabilities has averaged $2.6 billion across 5 years, with a median of $2.4 billion in 2021.
- The sharpest annual moves came in 2023 and 2024: Total Non-Current Liabilities sank 93.2% in 2023, then jumped 1935.59% in 2024.
- Over 5 years, Total Non-Current Liabilities stood at $2.4 billion in 2021, then dropped by 7.64% to $2.2 billion in 2022, then tumbled by 93.2% to $150.6 million in 2023, then surged by 1935.59% to $3.1 billion in 2024, then soared by 58.3% to $4.9 billion in 2025.
- According to Business Quant data, Total Non-Current Liabilities over the past three periods registered $4.9 billion, $161.7 million, and $3.1 billion for Q4 2025, Q3 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 7.79 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 102.53 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -967.00 Mn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 2,609.73 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -5.06 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -23.16 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -46.26 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 5.63 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 34.56 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 4.85 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 4.85 Bn |
| Sep 26, 2025 | 161.70 Mn |
| Dec 31, 2024 | 3.07 Bn |
| Dec 31, 2023 | 150.60 Mn |
| Dec 31, 2022 | 2.21 Bn |
| Jun 30, 2022 | 5.64 Bn |
| Dec 31, 2021 | 2.40 Bn |
| Dec 31, 2020 | 2.73 Bn |
| Dec 31, 2019 | 2.28 Bn |
| Dec 31, 2018 | 2.67 Bn |
| Dec 31, 2017 | 2.36 Bn |
| Dec 31, 2015 | 2.83 Bn |
| Dec 31, 2014 | 2.48 Bn |
| Dec 31, 2013 | 2.63 Bn |
| Dec 31, 2012 | 4.23 Bn |
| Dec 31, 2011 | 3.89 Bn |
| Dec 31, 2010 | 3.26 Bn |
| Jun 30, 2010 | 2.45 Bn |
| Jun 30, 2009 | 2.59 Bn |
Gold Fields Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();