Gold Fields (GFI) Current Assets (2009 - 2025)
Gold Fields' (GFI) quarterly Current Assets came in at $3.0 billion in Q4 2025, up 54.2% on a YoY basis from $1.9 billion in Q4 2024, and up 3861.2% quarter-over-quarter from $75.0 million in Q3 2025.
Gold Fields (GFI) Current Assets (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Current Assets for 14 consecutive years, with $3.0 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Current Assets rose 54.2% year-over-year to $3.0 billion; the trailing twelve-month figure through Dec 2025 stood at $3.0 billion (up 54.2% YoY), and the FY2025 full-year result was $3.0 billion, up 54.2% from the prior year.
- Current Assets climbed to $3.0 billion in Q4 2025 per GFI's latest filing, from $75.0 million in the prior quarter.
- Across five years, Current Assets topped out at $3.0 billion in Q4 2025 and bottomed at $75.0 million in Q3 2025.
- Historically, Current Assets has averaged $1.7 billion across 4 years, with a median of $1.9 billion in 2022.
- The sharpest annual moves came in 2021 and 2025: Current Assets slipped 17.87% in 2021, then soared 54.2% in 2025.
- Over 4 years, Current Assets stood at $1.4 billion in 2021, then rose by 26.83% to $1.8 billion in 2022, then grew by 6.9% to $1.9 billion in 2024, then jumped by 54.2% to $3.0 billion in 2025.
- According to Business Quant data, Current Assets over the past three periods registered $3.0 billion, $75.0 million, and $1.9 billion for Q4 2025, Q3 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 35.64 Bn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 39.70 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 27.97 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 4.68 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | 17.21 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 22.13 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 6.06 Bn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 24.86 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 2.97 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.97 Bn |
| Sep 26, 2025 | 75.00 Mn |
| Dec 31, 2024 | 1.93 Bn |
| Dec 31, 2022 | 1.80 Bn |
| Jun 30, 2022 | 2.27 Bn |
| Dec 31, 2021 | 1.42 Bn |
| Dec 31, 2020 | 1.73 Bn |
| Dec 31, 2019 | 1.07 Bn |
| Dec 31, 2018 | 726.50 Mn |
| Dec 31, 2017 | 1.11 Bn |
| Dec 31, 2014 | 1.09 Bn |
| Dec 31, 2013 | 1.06 Bn |
| Dec 31, 2012 | 1.65 Bn |
| Dec 31, 2011 | 1.71 Bn |
| Dec 31, 2010 | 1.57 Bn |
| Jun 30, 2010 | 1.00 Bn |
| Jun 30, 2009 | 1.02 Bn |
Gold Fields Current Assets 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=current-assets&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();