Analysts expect Southern Copper Corp/ to report revenue of 4.55 B for Q3 26, against a range of 4.40 B to 4.69 B. The most recent reported quarter, Q2 26, came in at 4.29 B, a 4.7% beat against the 4.10 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 2.93 B | 2.78 B | 3.12 B | 3.05 B | 3.38 B | 3.87 B | 4.25 B | 4.29 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 3.23 B | 3.01 B | 3.00 B | 3.32 B | 3.71 B | 4.25 B | 4.17 B | 4.51 B | 4.69 B | 4.26 B | 4.42 B | 4.06 B | 4.40 B | 4.47 B | 4.06 B | 3.68 B | ||||||||||
| Low Estimate | 3.02 B | 2.57 B | 2.65 B | 3.08 B | 3.12 B | 3.51 B | 3.85 B | 3.69 B | 4.40 B | 3.96 B | 3.84 B | 3.72 B | 3.94 B | 4.14 B | 3.58 B | 3.42 B | ||||||||||
| Consensus Estimate | 3.12 B | 2.79 B | 2.83 B | 3.20 B | 3.42 B | 3.88 B | 4.01 B | 4.10 B | 4.55 B | 4.11 B | 4.13 B | 3.89 B | 4.17 B | 4.30 B | 3.82 B | 3.55 B |
Analysts expect Southern Copper Corp/ to report earnings per share of 1.81 for Q3 26, against a range of 1.64 to 1.98. The most recent reported quarter, Q2 26, came in at 1.99, a 2.9% miss against the 2.05 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.07 | 0.95 | 1.12 | 1.16 | 1.30 | 1.51 | 1.88 | 1.99 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.04 | 0.99 | 1.14 | 1.21 | 1.30 | 1.70 | 2.08 | 2.20 | 1.98 | 2.05 | 1.80 | 1.73 | 1.97 | 2.33 | 1.73 | 1.82 | ||||||||||
| Low Estimate | 0.94 | 0.81 | 1.06 | 0.99 | 1.20 | 1.46 | 1.74 | 1.90 | 1.64 | 1.87 | 1.60 | 1.63 | 1.65 | 1.95 | 1.53 | 1.68 | ||||||||||
| Consensus Estimate | 0.99 | 0.90 | 1.10 | 1.10 | 1.25 | 1.58 | 1.91 | 2.05 | 1.81 | 1.96 | 1.70 | 1.68 | 1.81 | 2.14 | 1.63 | 1.75 |
Pull Wall Street consensus for Southern Copper Corp/ (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=SCCO&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "SCCO", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=SCCO&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();