Freeport-Mcmoran Inc has paid 86 recorded cash distributions, spanning 2004 to 2026.
The highest single cash dividend paid by Freeport-Mcmoran Inc is $1.50. The latest distribution of $0.07 was recorded on Nov 2, 2026.
The most recently recorded trailing dividend yield for Freeport-Mcmoran Inc stands at 83.42%, peaking at 1,292.21% on Jan 13, 2016, and averaging — across the selected range.
View 86 recorded historical distributions for Freeport-Mcmoran Inc, covering a time period spanning from 2004 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Oct 15, 2026 | $0.07 | Cash | Nov 2, 2026 |
| 2 | Jul 15, 2026 | $0.07 | Cash | Aug 3, 2026 |
| 3 | Apr 15, 2026 | $0.07 | Cash | May 1, 2026 |
| 4 | Jan 15, 2026 | $0.07 | Cash | Feb 2, 2026 |
| 5 | Oct 15, 2025 | $0.07 | Cash | Nov 3, 2025 |
| 6 | Jul 15, 2025 | $0.07 | Cash | Aug 1, 2025 |
| 7 | Apr 15, 2025 | $0.07 | Cash | May 1, 2025 |
| 8 | Jan 15, 2025 | $0.07 | Cash | Feb 3, 2025 |
| 9 | Oct 15, 2024 | $0.07 | Cash | Nov 1, 2024 |
| 10 | Jul 15, 2024 | $0.07 | Cash | Aug 1, 2024 |
| 11 | Apr 12, 2024 | $0.07 | Cash | May 1, 2024 |
| 12 | Jan 11, 2024 | $0.07 | Cash | Feb 1, 2024 |
| 13 | Oct 12, 2023 | $0.07 | Cash | Nov 1, 2023 |
| 14 | Jul 13, 2023 | $0.07 | Cash | Aug 1, 2023 |
| 15 | Apr 13, 2023 | $0.07 | Cash | May 1, 2023 |
| 16 | Jan 12, 2023 | $0.07 | Cash | Feb 1, 2023 |
| 17 | Oct 13, 2022 | $0.07 | Cash | Nov 1, 2022 |
| 18 | Jul 14, 2022 | $0.07 | Cash | Aug 1, 2022 |
| 19 | Apr 13, 2022 | $0.07 | Cash | May 2, 2022 |
| 20 | Jan 13, 2022 | $0.07 | Cash | Feb 1, 2022 |
Pull Freeport-Mcmoran Inc'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=FCX&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "FCX", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=FCX&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();