Silver Price was last reported at 65.40 USD/t.oz as of August 1, 2026. That is up 11.22% from the prior reading of 58.80 USD/t.oz. This indicator is reported Monthly, and is tracked under the Markets category. The next scheduled release is October 5, 2026.
| Date | Value (USD/t.oz) |
|---|---|
| Aug 2026 | 65.40 |
| Jul 2026 | 58.80 |
| Jun 2026 | 66.70 |
| May 2026 | 78.00 |
| Apr 2026 | 75.90 |
| Mar 2026 | 77.90 |
| Feb 2026 | 81.90 |
| Jan 2026 | 92.10 |
| Dec 2025 | 62.30 |
| Nov 2025 | 50.40 |
| Date | Value (USD/t.oz) |
|---|---|
| Oct 2025 | 49.40 |
| Sep 2025 | 42.80 |
| Aug 2025 | 38.20 |
| Jul 2025 | 37.70 |
| Jun 2025 | 36.00 |
| May 2025 | 32.80 |
| Apr 2025 | 32.20 |
| Mar 2025 | 33.20 |
| Feb 2025 | 32.20 |
| Jan 2025 | 30.40 |
Pull the full history of Silver 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=CMDSILVER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDSILVER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDSILVER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();