Zinc Price was last reported at 3,875 USD/T as of August 1, 2026. That is up 7.67% from the prior reading of 3,599 USD/T. This indicator is reported Monthly, and is tracked under the Markets category. The next scheduled release is October 5, 2026.
| Date | Value (USD/T) |
|---|---|
| Aug 2026 | 3,875 |
| Jul 2026 | 3,599 |
| Jun 2026 | 3,539 |
| May 2026 | 3,482 |
| Apr 2026 | 3,364 |
| Mar 2026 | 3,182 |
| Feb 2026 | 3,324 |
| Jan 2026 | 3,213 |
| Dec 2025 | 3,168 |
| Nov 2025 | 3,177 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 3,152 |
| Sep 2025 | 2,933 |
| Aug 2025 | 2,789 |
| Jul 2025 | 2,763 |
| Jun 2025 | 2,655 |
| May 2025 | 2,644 |
| Apr 2025 | 2,622 |
| Mar 2025 | 2,889 |
| Feb 2025 | 2,800 |
| Jan 2025 | 2,819 |
Pull the full history of Zinc 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=CMDZINC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDZINC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDZINC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();