Southern Copper (SCCO) Other Non Operating Income (2009 - 2026)
Southern Copper (SCCO) posted Other Non Operating Income of $6.8 million for Q2 2026, up 1.49% on a QoQ basis from $6.7 million in Q1 2026, and up 395.65% year-over-year from $1.4 million in Q2 2025.
Southern Copper (SCCO) Other Non Operating Income (2009 - 2026) Analysis & Trends
Southern Copper has reported Other Non Operating Income for 18 years, with the latest figure at $6.8 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 395.65% year-over-year to $6.8 million in Q2 2026; TTM through Jun 2026 was -$18.1 million, a 88.54% decrease from a year earlier, with the FY2025 full-year figure at -$47.7 million, down 967.27% from the prior year.
- Other Non Operating Income was $6.8 million for Q2 2026 at Southern Copper, up from $6.7 million in the prior quarter.
- The five-year high for Other Non Operating Income was $62.7 million in Q4 2022, with the low at -$30.5 million in Q4 2025.
- Average Other Non Operating Income over 5 years is $5.1 million, with a median of $6.1 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Other Non Operating Income soared 2136.84% in 2022, then tumbled 455.36% in 2024.
- Over 5 years, Other Non Operating Income stood at $62.7 million in 2022, then tumbled by 133.97% to -$21.3 million in 2023, then jumped by 30.52% to -$14.8 million in 2024, then sank by 106.08% to -$30.5 million in 2025, then soared by 122.3% to $6.8 million in 2026.
- The last three Other Non Operating Income figures came in at $6.8 million (Q2 2026), $6.7 million (Q1 2026), and -$30.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 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 |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.80 Mn |
| Mar 31, 2026 | 6.70 Mn |
| Dec 31, 2025 | -30.50 Mn |
| Sep 30, 2025 | -1.10 Mn |
| Jun 30, 2025 | -2.30 Mn |
| Mar 31, 2025 | -13.70 Mn |
| Dec 31, 2024 | -14.80 Mn |
| Sep 30, 2024 | 21.20 Mn |
| Jun 30, 2024 | -19.90 Mn |
| Mar 31, 2024 | 19.00 Mn |
| Dec 31, 2023 | -21.30 Mn |
| Sep 30, 2023 | 8.90 Mn |
| Jun 30, 2023 | 5.60 Mn |
| Mar 31, 2023 | 10.50 Mn |
| Dec 31, 2022 | 62.70 Mn |
| Sep 30, 2022 | 38.70 Mn |
| Jun 30, 2022 | 3.90 Mn |
| Mar 31, 2022 | 11.70 Mn |
| Dec 31, 2021 | -10.60 Mn |
| Sep 30, 2021 | -1.90 Mn |
Southern Copper Other Non 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=other-non-operating-income&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();