Gold Fields (GFI) Debt Ratio (2009 - 2025)
Gold Fields' (GFI) quarterly Debt Ratio came in at 0.18 in Q4 2025, down 26.9% on a YoY basis from 0.25 in Q4 2024, and down 26.9% quarter-over-quarter from 0.25 in Q4 2024.
Gold Fields (GFI) Debt Ratio (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Debt Ratio for 15 consecutive years, with 0.18 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Debt Ratio fell 26.9% year-over-year to 0.18; the trailing twelve-month figure through Dec 2025 stood at 0.18 (down 26.9% YoY), and the FY2025 full-year result was 0.18, down 26.9% from the prior year.
- Debt Ratio fell to 0.18 in Q4 2025 per GFI's latest filing, from 0.25 in the prior quarter.
- Across five years, Debt Ratio topped out at 2.28 in Q4 2023 and bottomed at 0.12 in Q2 2022.
- Historically, Debt Ratio has averaged 0.52 across 5 years, with a median of 0.17 in 2025.
- The sharpest annual moves came in 2023 and 2024: Debt Ratio surged 1451.95% in 2023, then plunged 89.22% in 2024.
- Over 5 years, Debt Ratio stood at 0.15 in 2021, then fell by 2.91% to 0.15 in 2022, then soared by 1451.95% to 2.28 in 2023, then slumped by 89.22% to 0.25 in 2024, then declined by 26.9% to 0.18 in 2025.
- According to Business Quant data, Debt Ratio over the past three periods registered 0.18, 0.25, and 2.28 for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 0.09 |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 0.15 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | - |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 0.18 |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 0.84 |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -0.02 |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 0.00 |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 0.31 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 0.11 |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 0.18 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.18 |
| Dec 31, 2024 | 0.25 |
| Dec 31, 2023 | 2.28 |
| Dec 31, 2022 | 0.15 |
| Jun 30, 2022 | 0.12 |
| Dec 31, 2021 | 0.15 |
| Dec 31, 2020 | 0.21 |
| Dec 31, 2019 | 0.28 |
| Dec 31, 2018 | 0.32 |
| Dec 31, 2017 | 0.27 |
| Dec 31, 2014 | 0.28 |
| Dec 31, 2013 | 0.28 |
| Dec 31, 2012 | 0.22 |
| Dec 31, 2011 | 0.19 |
| Dec 31, 2010 | 0.13 |
| Jun 30, 2010 | 0.12 |
| Jun 30, 2009 | 0.13 |
Gold Fields Debt Ratio 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=debt-ratio&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();