Gold Fields Ltd has paid 46 recorded cash distributions, spanning 2003 to 2026.
The highest single cash dividend paid by Gold Fields Ltd is $1.37. The latest distribution of $1.01 was recorded on Sep 24, 2026.
The most recently recorded trailing dividend yield for Gold Fields Ltd stands at -200.34%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 46 recorded historical distributions for Gold Fields Ltd, covering a time period spanning from 2003 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Sep 11, 2026 | $1.01 | Cash | Sep 24, 2026 |
| 2 | Mar 13, 2026 | $1.37 | Cash | Mar 26, 2026 |
| 3 | Sep 12, 2025 | $0.40 | Cash | Sep 25, 2025 |
| 4 | Mar 14, 2025 | $0.39 | Cash | Mar 27, 2025 |
| 5 | Sep 13, 2024 | $0.17 | Cash | Sep 26, 2024 |
| 6 | Mar 14, 2024 | $0.22 | Cash | Mar 28, 2024 |
| 7 | Sep 7, 2023 | $0.17 | Cash | Sep 21, 2023 |
| 8 | Mar 16, 2023 | $0.24 | Cash | Mar 30, 2023 |
| 9 | Sep 15, 2022 | $0.17 | Cash | Sep 29, 2022 |
| 10 | Mar 10, 2022 | $0.17 | Cash | Mar 24, 2022 |
| 11 | Sep 9, 2021 | $0.15 | Cash | Sep 23, 2021 |
| 12 | Mar 11, 2021 | $0.21 | Cash | Mar 25, 2021 |
| 13 | Sep 10, 2020 | $0.10 | Cash | Sep 24, 2020 |
| 14 | Mar 12, 2020 | $0.06 | Cash | Mar 26, 2020 |
| 15 | Sep 5, 2019 | $0.04 | Cash | Sep 19, 2019 |
| 16 | Mar 14, 2019 | $0.01 | Cash | Mar 28, 2019 |
| 17 | Sep 6, 2018 | $0.01 | Cash | Sep 20, 2018 |
| 18 | Mar 8, 2018 | $0.04 | Cash | Mar 22, 2018 |
| 19 | Sep 7, 2017 | $0.03 | Cash | Sep 21, 2017 |
| 20 | Mar 8, 2017 | $0.05 | Cash | Mar 23, 2017 |
Pull Gold Fields Ltd's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=GFI&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "GFI", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=GFI&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();