Copper Price was last reported at 13,543 $ per metric ton as of July 1, 2026. That is down 0.07% from the prior reading of 13,552 $ per metric ton. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Markets category.
| Date | Value ($ per metric ton) |
|---|---|
| Jul 2026 | 13,543 |
| Jun 2026 | 13,552 |
| May 2026 | 13,512 |
| Apr 2026 | 12,891 |
| Mar 2026 | 12,529 |
| Feb 2026 | 12,951 |
| Jan 2026 | 12,987 |
| Dec 2025 | 11,791 |
| Nov 2025 | 10,812 |
| Oct 2025 | 10,740 |
| Date | Value ($ per metric ton) |
|---|---|
| Sep 2025 | 9,995 |
| Aug 2025 | 9,672 |
| Jul 2025 | 9,771 |
| Jun 2025 | 9,835 |
| May 2025 | 9,531 |
| Apr 2025 | 9,173 |
| Mar 2025 | 9,736 |
| Feb 2025 | 9,331 |
| Jan 2025 | 8,977 |
| Dec 2024 | 8,910 |
Pull the full history of Copper Price into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=CMDCOPPER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDCOPPER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDCOPPER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();