Southern Copper (SCCO) Revenue (2009 - 2026)
Southern Copper (SCCO) posted Revenue of $4.3 billion for Q2 2026, up 0.88% on a QoQ basis from $4.3 billion in Q1 2026, and up 40.58% year-over-year from $3.1 billion in Q2 2025.
Southern Copper (SCCO) Revenue (2009 - 2026) Analysis & Trends
Southern Copper has reported Revenue for 18 years, with the latest figure at $4.3 billion in Q2 2026.
- On a quarterly basis, Revenue rose 40.58% year-over-year to $4.3 billion in Q2 2026; TTM through Jun 2026 was $15.8 billion, a 32.8% increase from a year earlier, with the FY2025 full-year figure at $13.4 billion, up 17.38% from the prior year.
- Revenue was $4.3 billion for Q2 2026 at Southern Copper, up from $4.3 billion in the prior quarter.
- The five-year high for Revenue was $4.3 billion in Q2 2026, with the low at $2.2 billion in Q3 2022.
- Average Revenue over 5 years is $3.0 billion, with a median of $2.8 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2026: Revenue declined 20.37% in 2022, then soared 40.58% in 2026.
- Over 5 years, Revenue stood at $2.8 billion in 2022, then retreated by 18.6% to $2.3 billion in 2023, then climbed by 21.29% to $2.8 billion in 2024, then surged by 38.98% to $3.9 billion in 2025, then gained by 10.83% to $4.3 billion in 2026.
- The last three Revenue figures came in at $4.3 billion (Q2 2026), $4.3 billion (Q1 2026), and $3.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 4.29 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 6.12 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 4.34 Bn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 7.03 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 | 5.29 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 10.40 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 16.76 Bn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 3.10 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.29 Bn |
| Mar 31, 2026 | 4.25 Bn |
| Dec 31, 2025 | 3.87 Bn |
| Sep 30, 2025 | 3.38 Bn |
| Jun 30, 2025 | 3.05 Bn |
| Mar 31, 2025 | 3.12 Bn |
| Dec 31, 2024 | 2.78 Bn |
| Sep 30, 2024 | 2.93 Bn |
| Jun 30, 2024 | 3.12 Bn |
| Mar 31, 2024 | 2.60 Bn |
| Dec 31, 2023 | 2.30 Bn |
| Sep 30, 2023 | 2.51 Bn |
| Jun 30, 2023 | 2.30 Bn |
| Mar 31, 2023 | 2.79 Bn |
| Dec 31, 2022 | 2.82 Bn |
| Sep 30, 2022 | 2.16 Bn |
| Jun 30, 2022 | 2.31 Bn |
| Mar 31, 2022 | 2.76 Bn |
| Dec 31, 2021 | 2.82 Bn |
| Sep 30, 2021 | 2.68 Bn |
Southern Copper Revenue 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=revenue&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();