Southern Copper (SCCO) Operating Income (2009 - 2026)
Southern Copper (SCCO) posted Operating Income of $2.6 billion for Q2 2026, up 5.76% on a QoQ basis from $2.5 billion in Q1 2026, and up 65.29% year-over-year from $1.6 billion in Q2 2025.
Southern Copper (SCCO) Operating Income (2009 - 2026) Analysis & Trends
Southern Copper has reported Operating Income for 18 years, with the latest figure at $2.6 billion in Q2 2026.
- On a quarterly basis, Operating Income rose 65.29% year-over-year to $2.6 billion in Q2 2026; TTM through Jun 2026 was $9.0 billion, a 52.76% increase from a year earlier, with the FY2025 full-year figure at $7.0 billion, up 26.05% from the prior year.
- Operating Income was $2.6 billion for Q2 2026 at Southern Copper, up from $2.5 billion in the prior quarter.
- The five-year high for Operating Income was $2.6 billion in Q2 2026, with the low at $787.2 million in Q3 2022.
- Average Operating Income over 5 years is $1.5 billion, with a median of $1.4 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Operating Income slumped 51.74% in 2022, then jumped 78.45% in 2024.
- Over 5 years, Operating Income stood at $1.4 billion in 2022, then slumped by 36.6% to $868.7 million in 2023, then surged by 50.5% to $1.3 billion in 2024, then surged by 61.42% to $2.1 billion in 2025, then advanced by 24.3% to $2.6 billion in 2026.
- The last three Operating Income figures came in at $2.6 billion (Q2 2026), $2.5 billion (Q1 2026), and $2.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Southern Copper Operating Income 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=operating-income&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();