Freeport-Mcmoran (FCX) Cash from Investing Activities (2009 - 2026)
Freeport-Mcmoran's (FCX) quarterly Cash from Investing Activities came in at -$1.2 billion in Q2 2026, up 5.1% year-over-year from -$1.1 billion in Q2 2025, and down 21.02% quarter-over-quarter from -$985.0 million in Q1 2026.
Freeport-Mcmoran (FCX) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Freeport-Mcmoran (FCX) has reported Cash from Investing Activities for 18 consecutive years, with -$1.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 5.1% year-over-year to -$1.2 billion in Q2 2026; TTM through Jun 2026 was -$4.2 billion, a 16.91% increase from a year earlier, with the FY2025 full-year figure at -$4.5 billion, up 11.06% from the prior year.
- Cash from Investing Activities was -$1.2 billion for Q2 2026 at Freeport-Mcmoran, down from -$985.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$714.0 million in Q1 2022 and troughed at -$1.4 billion in Q3 2024.
- A 5-year average of -$1.1 billion and a median of -$1.2 billion in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities plunged 113.82% in 2022 and grew 28.47% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$1.1 billion in 2022, then retreated by 29.56% to -$1.4 billion in 2023, then grew by 10.28% to -$1.2 billion in 2024, then advanced by 16.33% to -$1.0 billion in 2025, then fell by 15.73% to -$1.2 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$1.2 billion (Q2 2026), -$985.0 million (Q1 2026), and -$1.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | -1.65 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -731.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | -142.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | -1.19 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | -1.19 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -900.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | -510.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | -505.00 Mn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | -432.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.19 Bn |
| Mar 31, 2026 | -985.00 Mn |
| Dec 31, 2025 | -1.03 Bn |
| Sep 30, 2025 | -1.01 Bn |
| Jun 30, 2025 | -1.26 Bn |
| Mar 31, 2025 | -1.18 Bn |
| Dec 31, 2024 | -1.23 Bn |
| Sep 30, 2024 | -1.41 Bn |
| Jun 30, 2024 | -1.11 Bn |
| Mar 31, 2024 | -1.28 Bn |
| Dec 31, 2023 | -1.37 Bn |
| Sep 30, 2023 | -1.22 Bn |
| Jun 30, 2023 | -1.20 Bn |
| Mar 31, 2023 | -1.16 Bn |
| Dec 31, 2022 | -1.06 Bn |
| Sep 30, 2022 | -851.00 Mn |
| Jun 30, 2022 | -816.00 Mn |
| Mar 31, 2022 | -714.00 Mn |
| Dec 31, 2021 | -733.00 Mn |
| Sep 30, 2021 | -398.00 Mn |
Freeport-Mcmoran Cash from Investing Activities 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=cash-from-investing-activities&ticker=FCX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=FCX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();