Gold Fields (GFI) Shares Outstanding (2009 - 2025)
Gold Fields' (GFI) quarterly Shares Outstanding (Entity) came in at $895.0 million in Q4 2025, little changed on a YoY basis from $895.0 million in Q4 2024, and little changed quarter-over-quarter from $895.0 million in Q4 2024.
Gold Fields (GFI) Shares Outstanding (2009 - 2025) Analysis & Trends
Gold Fields (GFI) has reported Shares Outstanding (Entity) for 17 consecutive years, with $895.0 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Shares Outstanding (Entity) changed 0.0% year-over-year to $895.0 million; the trailing twelve-month figure through Dec 2025 stood at $895.0 million (changed 0.0% YoY), and the FY2025 full-year result was $895.0 million, changed 0.0% from the prior year.
- Shares Outstanding (Entity) was little changed at $895.0 million in Q4 2025 per GFI's latest filing, from $895.0 million in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $895.0 million in Q4 2024 and bottomed at $887.7 million in Q4 2021.
- Historically, Shares Outstanding (Entity) has averaged $892.5 million across 5 years, with a median of $893.5 million in 2023.
- The sharpest annual moves came in 2021 and 2025: Shares Outstanding (Entity) gained 0.5% in 2021, then changed 0.0% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $887.7 million in 2021, then increased by 0.41% to $891.4 million in 2022, then grew by 0.24% to $893.5 million in 2023, then gained by 0.17% to $895.0 million in 2024, then changed by 0.0% to $895.0 million in 2025.
- According to Business Quant data, Shares Outstanding (Entity) over the past three periods registered $895.0 million, $895.0 million, and $893.5 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 388.50 Mn |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 1.04 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 1.55 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 1.70 Bn |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | 2.54 Bn |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | 2.22 Bn |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | 1.62 Bn |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | 178.13 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 2.18 Bn |
| 10 | Gold Fields | 38.03 Bn | 36.49 Bn | - | 894.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 894.97 Mn |
| Sep 26, 2025 | 894.88 Mn |
| Dec 31, 2024 | 894.88 Mn |
| Dec 31, 2023 | 893.32 Mn |
| Dec 31, 2022 | 890.97 Mn |
| Jun 30, 2022 | 887.31 Mn |
| Dec 31, 2021 | 887.31 Mn |
| Dec 31, 2020 | 878.66 Mn |
| Dec 31, 2019 | 827.39 Mn |
| Dec 31, 2018 | 821.53 Mn |
| Dec 31, 2017 | 820.61 Mn |
| Dec 31, 2016 | 809.89 Mn |
| Dec 31, 2015 | 774.76 Mn |
| Dec 31, 2014 | 769.14 Mn |
| Dec 31, 2013 | 742.61 Mn |
| Dec 31, 2012 | 727.46 Mn |
| Dec 31, 2011 | 722.38 Mn |
| Dec 31, 2010 | 711.01 Mn |
| Jun 30, 2010 | 705.36 Mn |
| Jun 30, 2009 | 670.33 Mn |
Gold Fields Shares Outstanding 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=shares-outstanding&ticker=GFI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=GFI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();