Freeport-Mcmoran (FCX) Raw Materials (2009 - 2026)
Freeport-Mcmoran's (FCX) quarterly Raw Materials came in at $2.9 billion in Q2 2026, up 16.22% year-over-year from $2.5 billion in Q2 2025, and up 2.06% quarter-over-quarter from $2.9 billion in Q1 2026.
Freeport-Mcmoran (FCX) Raw Materials (2009 - 2026) Analysis & Trends
Freeport-Mcmoran (FCX) has reported Raw Materials for 18 consecutive years, with $2.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Raw Materials rose 16.22% year-over-year to $2.9 billion in Q2 2026; TTM through Jun 2026 was $2.9 billion, a 16.22% increase from a year earlier, with the FY2025 full-year figure at $2.7 billion, up 14.08% from the prior year.
- Raw Materials was $2.9 billion for Q2 2026 at Freeport-Mcmoran, up from $2.9 billion in the prior quarter.
- Over five years, Raw Materials peaked at $2.9 billion in Q2 2026 and troughed at $1.7 billion in Q1 2022.
- A 5-year average of $2.3 billion and a median of $2.2 billion in 2024 frame the typical range for Raw Materials.
- Across the five-year window, Raw Materials climbed 7.1% in 2024 and gained 18.49% in 2026, its largest moves.
- Over 5 years, Raw Materials stood at $2.0 billion in 2022, then grew by 12.02% to $2.2 billion in 2023, then climbed by 9.09% to $2.4 billion in 2024, then grew by 14.08% to $2.7 billion in 2025, then increased by 6.79% to $2.9 billion in 2026.
- The last three Raw Materials figures came in at $2.9 billion (Q2 2026), $2.9 billion (Q1 2026), and $2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.92 Bn |
| Mar 31, 2026 | 2.87 Bn |
| Dec 31, 2025 | 2.74 Bn |
| Sep 30, 2025 | 2.63 Bn |
| Jun 30, 2025 | 2.52 Bn |
| Mar 31, 2025 | 2.42 Bn |
| Dec 31, 2024 | 2.40 Bn |
| Sep 30, 2024 | 2.33 Bn |
| Jun 30, 2024 | 2.28 Bn |
| Mar 31, 2024 | 2.20 Bn |
| Dec 31, 2023 | 2.20 Bn |
| Sep 30, 2023 | 2.13 Bn |
| Jun 30, 2023 | 2.10 Bn |
| Mar 31, 2023 | 2.06 Bn |
| Dec 31, 2022 | 1.96 Bn |
| Sep 30, 2022 | 1.87 Bn |
| Jun 30, 2022 | 1.78 Bn |
| Mar 31, 2022 | 1.74 Bn |
| Dec 31, 2021 | 1.67 Bn |
| Sep 30, 2021 | 1.62 Bn |
Freeport-Mcmoran Raw Materials 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=raw-materials&ticker=FCX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "ticker": "FCX", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=raw-materials&ticker=FCX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();