Gold Fields (GFI) Accounts Payables (2009 - 2025)
Gold Fields' (GFI) quarterly Accounts Payables came in at $908.1 million in Q4 2025, up 39.47% on a YoY basis from $651.1 million in Q4 2024, and up 2036.71% quarter-over-quarter from $42.5 million in Q3 2025.
Gold Fields (GFI) Accounts Payables (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Accounts Payables for 17 consecutive years, with $908.1 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Accounts Payables rose 39.47% year-over-year to $908.1 million; the trailing twelve-month figure through Dec 2025 stood at $908.1 million (up 39.47% YoY), and the FY2025 full-year result was $908.1 million, up 39.47% from the prior year.
- Accounts Payables grew to $908.1 million in Q4 2025 per GFI's latest filing, from $42.5 million in the prior quarter.
- Across five years, Accounts Payables topped out at $908.1 million in Q4 2025 and bottomed at -$260.3 million in Q2 2022.
- Historically, Accounts Payables has averaged $364.6 million across 5 years, with a median of $577.7 million in 2021.
- The sharpest annual moves came in 2023 and 2024: Accounts Payables plunged 94.62% in 2023, then surged 1915.79% in 2024.
- Over 5 years, Accounts Payables stood at $577.7 million in 2021, then increased by 3.98% to $600.7 million in 2022, then slumped by 94.62% to $32.3 million in 2023, then soared by 1915.79% to $651.1 million in 2024, then soared by 39.47% to $908.1 million in 2025.
- According to Business Quant data, Accounts Payables over the past three periods registered $908.1 million, $42.5 million, and $651.1 million for Q4 2025, Q3 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts 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,492.61 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 | - | -955.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 | - | 908.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 908.10 Mn |
| Sep 26, 2025 | 42.50 Mn |
| Dec 31, 2024 | 651.10 Mn |
| Dec 31, 2023 | 32.30 Mn |
| Dec 31, 2022 | 600.70 Mn |
| Jun 30, 2022 | -260.30 Mn |
| Dec 31, 2021 | 577.70 Mn |
| Dec 31, 2020 | 550.60 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 | 427.60 Mn |
| Dec 31, 2014 | 509.70 Mn |
| Dec 31, 2013 | 462.40 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 | 533.50 Mn |
Gold Fields Accounts 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=accounts-payables&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();