Southern Copper (SCCO) Net Income (2009 - 2026)
Southern Copper (SCCO) posted Net Income of $2.6 billion for Q2 2026, up 6.35% on a QoQ basis from $2.4 billion in Q1 2026, and up 68.37% year-over-year from $1.5 billion in Q2 2025.
Southern Copper (SCCO) Net Income (2009 - 2026) Analysis & Trends
Southern Copper has reported Net Income for 18 years, with the latest figure at $2.6 billion in Q2 2026.
- On a quarterly basis, Net Income rose 68.37% year-over-year to $2.6 billion in Q2 2026; TTM through Jun 2026 was $8.8 billion, a 70.41% increase from a year earlier, with the FY2025 full-year figure at $6.8 billion, up 26.63% from the prior year.
- Net Income was $2.6 billion for Q2 2026 at Southern Copper, up from $2.4 billion in the prior quarter.
- The five-year high for Net Income was $2.6 billion in Q2 2026, with the low at $435.1 million in Q2 2022.
- Average Net Income over 5 years is $1.2 billion, with a median of $904.7 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Net Income slumped 53.28% in 2022, then surged 183.42% in 2024.
- Over 5 years, Net Income stood at $909.1 million in 2022, then sank by 51.7% to $439.1 million in 2023, then soared by 183.42% to $1.2 billion in 2024, then soared by 63.74% to $2.0 billion in 2025, then advanced by 27.57% to $2.6 billion in 2026.
- The last three Net Income figures came in at $2.6 billion (Q2 2026), $2.4 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
Southern Copper Net 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=net-income&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();