Newmont (NEM) Cash from Investing Activities (2009 - 2026)
Newmont (NEM) posted Cash from Investing Activities of -$731.0 million for Q2 2026, down 142.05% on a QoQ basis from -$302.0 million in Q1 2026, and down 207.66% year-over-year from $679.0 million in Q2 2025.
Newmont (NEM) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Newmont has reported Cash from Investing Activities for 18 years, with the latest figure at -$731.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 207.66% year-over-year to -$731.0 million in Q2 2026; TTM through Jun 2026 was -$1.8 billion, a 184500.0% decrease from a year earlier, with the FY2025 full-year figure at $606.0 million, up 121.23% from the prior year.
- Cash from Investing Activities was -$731.0 million for Q2 2026 at Newmont, down from -$302.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $738.0 million in Q1 2025, with the low at -$1.2 billion in Q3 2022.
- Average Cash from Investing Activities over 5 years is -$403.7 million, with a median of -$517.0 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities plunged 305.7% in 2024, then jumped 205.93% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$726.0 million in 2022, then soared by 65.7% to -$249.0 million in 2023, then sank by 181.53% to -$701.0 million in 2024, then retreated by 11.27% to -$780.0 million in 2025, then advanced by 6.28% to -$731.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$731.0 million (Q2 2026), -$302.0 million (Q1 2026), and -$780.0 million (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 | -731.00 Mn |
| Mar 31, 2026 | -302.00 Mn |
| Dec 31, 2025 | -780.00 Mn |
| Sep 30, 2025 | -31.00 Mn |
| Jun 30, 2025 | 679.00 Mn |
| Mar 31, 2025 | 738.00 Mn |
| Dec 31, 2024 | -701.00 Mn |
| Sep 30, 2024 | -715.00 Mn |
| Jun 30, 2024 | -641.00 Mn |
| Mar 31, 2024 | -798.00 Mn |
| Dec 31, 2023 | -249.00 Mn |
| Sep 30, 2023 | -253.00 Mn |
| Jun 30, 2023 | -158.00 Mn |
| Mar 31, 2023 | -342.00 Mn |
| Dec 31, 2022 | -726.00 Mn |
| Sep 30, 2022 | -1.22 Bn |
| Jun 30, 2022 | -515.00 Mn |
| Mar 31, 2022 | -519.00 Mn |
| Dec 31, 2021 | -351.00 Mn |
| Sep 30, 2021 | -390.00 Mn |
Newmont 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=NEM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "NEM", "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=NEM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();