Southern Copper (SCCO) Change in Acquisitions & Divestments (2009 - 2026)
Southern Copper (SCCO) posted Change in Acquisitions & Divestments of $18.2 million for Q2 2012, up 337.39% on a QoQ basis from $4.2 million in Q4 2009.
Southern Copper (SCCO) Change in Acquisitions & Divestments (2009 - 2026) Analysis & Trends
Southern Copper has reported Change in Acquisitions & Divestments for 2 years, with the latest figure at $18.2 million in Q2 2012.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to $18.2 million in Q2 2012; TTM through Dec 2012 was $22.4 million, a N/A change from a year earlier, with the FY2025 full-year figure at $1.7 billion, up 75.43% from the prior year.
- Change in Acquisitions & Divestments was $18.2 million for Q2 2012 at Southern Copper, up from $4.2 million in the prior quarter.
- The five-year high for Change in Acquisitions & Divestments was $18.7 million in Q2 2009, with the low at $4.2 million in Q4 2009.
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 | 1.23 Bn |
| Mar 31, 2026 | -170.50 Mn |
| Sep 30, 2025 | -99.50 Mn |
| Jun 30, 2025 | 457.30 Mn |
| Mar 31, 2025 | -27.10 Mn |
| Sep 30, 2024 | -10.30 Mn |
| Jun 30, 2024 | -100,000.00 |
| Mar 31, 2024 | -270.00 Mn |
| Sep 30, 2023 | 246.80 Mn |
| Jun 30, 2023 | -140.30 Mn |
| Mar 31, 2023 | -67.70 Mn |
| Sep 30, 2022 | -242.30 Mn |
| Jun 30, 2022 | -163.90 Mn |
| Mar 31, 2022 | -80.40 Mn |
| Sep 30, 2021 | 81.00 Mn |
| Jun 30, 2021 | 129.90 Mn |
| Mar 31, 2021 | 5.20 Mn |
| Jun 30, 2020 | -10.10 Mn |
| Mar 31, 2020 | -40.00 Mn |
| Sep 30, 2019 | -117.10 Mn |
Southern Copper Change in Acquisitions & Divestments 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=change-in-acquisitions-and-divestments&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();