Gold Fields (GFI) Payables (2009 - 2025)
Gold Fields' (GFI) quarterly Payables came in at $1.1 billion in Q4 2025, down 20.68% on a YoY basis from $1.4 billion in Q4 2024, and up 2457.18% quarter-over-quarter from $42.5 million in Q3 2025.
Gold Fields (GFI) Payables (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Payables for 17 consecutive years, with $1.1 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Payables fell 20.68% year-over-year to $1.1 billion; the trailing twelve-month figure through Dec 2025 stood at $1.1 billion (down 20.68% YoY), and the FY2025 full-year result was $1.1 billion, down 20.68% from the prior year.
- Payables rose to $1.1 billion in Q4 2025 per GFI's latest filing, from $42.5 million in the prior quarter.
- Across five years, Payables topped out at $1.4 billion in Q4 2024 and bottomed at -$260.3 million in Q2 2022.
- Historically, Payables has averaged $577.1 million across 5 years, with a median of $600.7 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Payables surged 122.65% in 2024, then fell 20.68% in 2025.
- Over 5 years, Payables stood at $584.5 million in 2021, then climbed by 2.77% to $600.7 million in 2022, then rose by 2.45% to $615.4 million in 2023, then jumped by 122.65% to $1.4 billion in 2024, then slipped by 20.68% to $1.1 billion in 2025.
- According to Business Quant data, Payables over the past three periods registered $1.1 billion, $42.5 million, and $1.4 billion for Q4 2025, Q3 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 4.10 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 10.82 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -22.89 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 1,561.59 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | -14.00 Mn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | -6.43 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 220.00 Mn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 1.15 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 22.45 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 1.09 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.09 Bn |
| Sep 26, 2025 | 42.50 Mn |
| Dec 31, 2024 | 1.37 Bn |
| Dec 31, 2023 | 615.40 Mn |
| Dec 31, 2022 | 600.70 Mn |
| Jun 30, 2022 | -260.30 Mn |
| Dec 31, 2021 | 584.50 Mn |
| Dec 31, 2020 | 557.90 Mn |
| Dec 31, 2019 | 466.80 Mn |
| Dec 31, 2018 | 417.50 Mn |
| Dec 31, 2017 | 463.10 Mn |
| Dec 31, 2016 | 543.30 Mn |
| Dec 31, 2015 | 428.90 Mn |
| Dec 31, 2014 | 511.40 Mn |
| Dec 31, 2013 | 464.30 Mn |
| Dec 31, 2012 | 734.00 Mn |
| Dec 31, 2011 | 669.90 Mn |
| Dec 31, 2010 | 662.29 Mn |
| Jun 30, 2010 | 487.90 Mn |
| Jun 30, 2009 | 543.20 Mn |
Gold Fields Payables 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=payables&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();