Southern Copper (SCCO) Shares Outstanding (2009 - 2026)
Southern Copper (SCCO) posted Shares Outstanding (Entity) of $834.3 million for Q2 2026, up 1.0% on a QoQ basis from $826.1 million in Q1 2026, and up 3.76% year-over-year from $804.1 million in Q2 2025.
Southern Copper (SCCO) Shares Outstanding (2009 - 2026) Analysis & Trends
Southern Copper has reported Shares Outstanding (Entity) for 18 years, with the latest figure at $834.3 million in Q2 2026.
- On a quarterly basis, Shares Outstanding (Entity) rose 3.76% year-over-year to $834.3 million in Q2 2026; TTM through Jun 2026 was $834.3 million, a 3.76% increase from a year earlier, with the FY2025 full-year figure at $819.1 million, up 2.88% from the prior year.
- Shares Outstanding (Entity) was $834.3 million for Q2 2026 at Southern Copper, up from $826.1 million in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $834.3 million in Q2 2026, with the low at $790.4 million in Q1 2022.
- Average Shares Outstanding (Entity) over 5 years is $799.0 million, with a median of $790.4 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2026: Shares Outstanding (Entity) climbed 0.0% in 2024, then rose 3.76% in 2026.
- Over 5 years, Shares Outstanding (Entity) stood at $790.4 million in 2022, then grew by 0.0% to $790.4 million in 2023, then advanced by 0.73% to $796.2 million in 2024, then gained by 2.88% to $819.1 million in 2025, then rose by 1.86% to $834.3 million in 2026.
- The last three Shares Outstanding (Entity) figures came in at $834.3 million (Q2 2026), $826.1 million (Q1 2026), and $819.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | 1.62 Bn |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 829.10 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 1.07 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 1.96 Bn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 1.44 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 501.99 Mn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 1.71 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 228.20 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 763.00 Mn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | 508.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 829.10 Mn |
| Mar 31, 2026 | 821.70 Mn |
| Dec 31, 2025 | 826.60 Mn |
| Sep 30, 2025 | 822.70 Mn |
| Jun 30, 2025 | 807.80 Mn |
| Mar 31, 2025 | 792.50 Mn |
| Dec 31, 2024 | 780.40 Mn |
| Sep 30, 2024 | 787.75 Mn |
| Jun 30, 2024 | 787.11 Mn |
| Mar 31, 2024 | 790.38 Mn |
| Dec 31, 2023 | 790.38 Mn |
| Sep 30, 2023 | 790.38 Mn |
| Jun 30, 2023 | 790.38 Mn |
| Mar 31, 2023 | 790.38 Mn |
| Dec 31, 2022 | 790.38 Mn |
| Sep 30, 2022 | 790.38 Mn |
| Jun 30, 2022 | 790.38 Mn |
| Mar 31, 2022 | 790.38 Mn |
| Dec 31, 2021 | 790.38 Mn |
| Sep 30, 2021 | 790.38 Mn |
Southern Copper Shares Outstanding 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=shares-outstanding&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();