Gold Fields (GFI) Non-Current Debt (2009 - 2025)
Gold Fields' (GFI) quarterly Non-Current Debt came in at $2.6 billion in Q4 2025, up 44.08% on a YoY basis from $1.8 billion in Q4 2024, and up 44.08% quarter-over-quarter from $1.8 billion in Q4 2024.
Gold Fields (GFI) Non-Current Debt (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Non-Current Debt for 15 consecutive years, with $2.6 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Non-Current Debt rose 44.08% year-over-year to $2.6 billion; the trailing twelve-month figure through Dec 2025 stood at $2.6 billion (up 44.08% YoY), and the FY2025 full-year result was $2.6 billion, up 44.08% from the prior year.
- Non-Current Debt grew to $2.6 billion in Q4 2025 per GFI's latest filing, from $1.8 billion in the prior quarter.
- Across five years, Non-Current Debt topped out at $2.6 billion in Q4 2025 and bottomed at $653.4 million in Q4 2023.
- Historically, Non-Current Debt has averaged $1.5 billion across 5 years, with a median of $1.4 billion in 2022.
- The sharpest annual moves came in 2023 and 2024: Non-Current Debt slumped 39.46% in 2023, then jumped 171.89% in 2024.
- Over 5 years, Non-Current Debt stood at $1.1 billion in 2021, then increased by 0.11% to $1.1 billion in 2022, then slumped by 39.46% to $653.4 million in 2023, then surged by 171.89% to $1.8 billion in 2024, then surged by 44.08% to $2.6 billion in 2025.
- According to Business Quant data, Non-Current Debt over the past three periods registered $2.6 billion, $1.8 billion, and $653.4 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 3.15 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 17.16 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -5.81 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 381.43 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 23.63 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -796.00 Mn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | -550.00 Mn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 3.68 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 9.46 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 2.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.56 Bn |
| Dec 31, 2024 | 1.78 Bn |
| Dec 31, 2023 | 653.40 Mn |
| Dec 31, 2022 | 1.08 Bn |
| Jun 30, 2022 | 1.85 Bn |
| Dec 31, 2021 | 1.08 Bn |
| Dec 31, 2020 | 1.44 Bn |
| Dec 31, 2019 | 1.16 Bn |
| Dec 31, 2018 | 1.81 Bn |
| Dec 31, 2017 | 1.59 Bn |
| Dec 31, 2014 | 1.77 Bn |
| Dec 31, 2013 | 1.93 Bn |
| Dec 31, 2012 | 2.32 Bn |
| Dec 31, 2011 | 1.36 Bn |
| Dec 31, 2010 | 1.12 Bn |
| Jun 30, 2010 | 380.14 Mn |
| Jun 30, 2009 | 785.90 Mn |
Gold Fields Non-Current Debt 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-debt&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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-debt&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();