Tin Price was last reported at 55,385 USD/T as of August 1, 2026. That is up 4.56% from the prior reading of 52,971 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 | 55,385 |
| Jul 2026 | 52,971 |
| Jun 2026 | 53,037 |
| May 2026 | 53,563 |
| Apr 2026 | 48,806 |
| Mar 2026 | 47,324 |
| Feb 2026 | 48,694 |
| Jan 2026 | 49,538 |
| Dec 2025 | 41,220 |
| Nov 2025 | 36,963 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 36,012 |
| Sep 2025 | 34,484 |
| Aug 2025 | 33,834 |
| Jul 2025 | 33,610 |
| Jun 2025 | 32,544 |
| May 2025 | 31,981 |
| Apr 2025 | 32,565 |
| Mar 2025 | 34,048 |
| Feb 2025 | 31,833 |
| Jan 2025 | 29,612 |
Pull the full history of Tin 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=CMDTIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDTIN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDTIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();