Southern Copper (SCCO) Inventory (2009 - 2026)
Southern Copper (SCCO) posted Inventory of $1.1 billion for Q2 2026, up 10.6% on a QoQ basis from $959.2 million in Q1 2026, and up 5.54% year-over-year from $1.0 billion in Q2 2025.
Southern Copper (SCCO) Inventory (2009 - 2026) Analysis & Trends
Southern Copper has reported Inventory for 18 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Inventory rose 5.54% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 5.54% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, up 0.88% from the prior year.
- Inventory was $1.1 billion for Q2 2026 at Southern Copper, up from $959.2 million in the prior quarter.
- The five-year high for Inventory was $1.1 billion in Q2 2022, with the low at $959.2 million in Q1 2026.
- Average Inventory over 5 years is $1.0 billion, with a median of $1.0 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Inventory increased 19.88% in 2022, then fell 8.05% in 2023.
- Over 5 years, Inventory stood at $1.0 billion in 2022, then gained by 0.3% to $1.0 billion in 2023, then rose by 3.15% to $1.0 billion in 2024, then grew by 0.88% to $1.1 billion in 2025, then rose by 0.26% to $1.1 billion in 2026.
- The last three Inventory figures came in at $1.1 billion (Q2 2026), $959.2 million (Q1 2026), and $1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Southern Copper Inventory 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=inventory&ticker=SCCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=SCCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();