Southern Copper (SCCO) Cash from Investing Activities (2009 - 2026)
Southern Copper (SCCO) posted Cash from Investing Activities of -$1.7 billion for Q2 2026, down 509.51% on a QoQ basis from -$271.3 million in Q1 2026, and down 138.65% year-over-year from $4.3 billion in Q2 2025.
Southern Copper (SCCO) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Southern Copper has reported Cash from Investing Activities for 18 years, with the latest figure at -$1.7 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 138.65% year-over-year to -$1.7 billion in Q2 2026; TTM through Jun 2026 was -$2.6 billion, a 90.09% decrease from a year earlier, with the FY2025 full-year figure at -$1.7 billion, down 150.2% from the prior year.
- Cash from Investing Activities was -$1.7 billion for Q2 2026 at Southern Copper, down from -$271.3 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $56.2 million in Q1 2024, with the low at -$1.7 billion in Q2 2026.
- Average Cash from Investing Activities over 5 years is -$352.7 million, with a median of -$260.5 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities plunged 3634.72% in 2023, then surged 132.98% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$495.8 million in 2022, then retreated by 22.43% to -$607.0 million in 2023, then surged by 73.34% to -$161.8 million in 2024, then slumped by 178.92% to -$451.3 million in 2025, then tumbled by 266.41% to -$1.7 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$1.7 billion (Q2 2026), -$271.3 million (Q1 2026), and -$451.3 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 | -1.65 Bn |
| Mar 31, 2026 | -271.30 Mn |
| Dec 31, 2025 | -451.30 Mn |
| Sep 30, 2025 | -249.70 Mn |
| Jun 30, 2025 | -692.90 Mn |
| Mar 31, 2025 | -290.70 Mn |
| Dec 31, 2024 | -161.80 Mn |
| Sep 30, 2024 | -236.00 Mn |
| Jun 30, 2024 | -331.70 Mn |
| Mar 31, 2024 | 56.20 Mn |
| Dec 31, 2023 | -607.00 Mn |
| Sep 30, 2023 | -509.00 Mn |
| Jun 30, 2023 | -112.10 Mn |
| Mar 31, 2023 | -170.40 Mn |
| Dec 31, 2022 | -495.80 Mn |
| Sep 30, 2022 | 14.40 Mn |
| Jun 30, 2022 | -60.60 Mn |
| Mar 31, 2022 | -124.90 Mn |
| Dec 31, 2021 | -60.80 Mn |
| Sep 30, 2021 | -314.20 Mn |
Southern Copper 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=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "SCCO", "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=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();