Gold Fields (GFI) Total Debt (2009 - 2025)
Gold Fields' (GFI) quarterly Total Debt came in at $2.7 billion in Q4 2025, up 9.72% on a YoY basis from $2.5 billion in Q4 2024, and up 9.72% quarter-over-quarter from $2.5 billion in Q4 2024.
Gold Fields (GFI) Total Debt (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Total Debt for 17 consecutive years, with $2.7 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Total Debt rose 9.72% year-over-year to $2.7 billion; the trailing twelve-month figure through Dec 2025 stood at $2.7 billion (up 9.72% YoY), and the FY2025 full-year result was $2.7 billion, up 9.72% from the prior year.
- Total Debt rose to $2.7 billion in Q4 2025 per GFI's latest filing, from $2.5 billion in the prior quarter.
- Across five years, Total Debt topped out at $2.7 billion in Q4 2025 and bottomed at $1.1 billion in Q4 2022.
- Historically, Total Debt has averaged $1.8 billion across 5 years, with a median of $1.5 billion in 2022.
- The sharpest annual moves came in 2021 and 2024: Total Debt dropped 27.43% in 2021, then jumped 101.83% in 2024.
- Over 5 years, Total Debt stood at $1.1 billion in 2021, then dropped by 3.05% to $1.1 billion in 2022, then climbed by 14.56% to $1.2 billion in 2023, then surged by 101.83% to $2.5 billion in 2024, then increased by 9.72% to $2.7 billion in 2025.
- According to Business Quant data, Total Debt over the past three periods registered $2.7 billion, $2.5 billion, and $1.2 billion for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 5.11 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 19.16 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 519.38 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 24.52 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -1.14 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 277.00 Mn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 3.74 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 9.46 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 2.74 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.74 Bn |
| Dec 31, 2024 | 2.50 Bn |
| Dec 31, 2023 | 1.24 Bn |
| Dec 31, 2022 | 1.08 Bn |
| Jun 30, 2022 | 1.85 Bn |
| Dec 31, 2021 | 1.11 Bn |
| Dec 31, 2020 | 1.53 Bn |
| Dec 31, 2019 | 1.85 Bn |
| Dec 31, 2018 | 1.91 Bn |
| Dec 31, 2017 | 1.78 Bn |
| Dec 31, 2016 | 188.00 Mn |
| Dec 31, 2015 | 58.70 Mn |
| Dec 31, 2014 | 1.91 Bn |
| Dec 31, 2013 | 2.06 Bn |
| Dec 31, 2012 | 2.36 Bn |
| Dec 31, 2011 | 1.91 Bn |
| Dec 31, 2010 | 1.38 Bn |
| Jun 30, 2010 | 991.09 Mn |
| Jun 30, 2009 | 1.11 Bn |
Gold Fields Total 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=total-debt&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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=total-debt&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();