Platinum Price was last reported at 1,780 USD/t.oz as of August 1, 2026. That is up 9.74% from the prior reading of 1,622 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 | 1,780 |
| Jul 2026 | 1,622 |
| Jun 2026 | 1,726 |
| May 2026 | 1,998 |
| Apr 2026 | 2,028 |
| Mar 2026 | 2,046 |
| Feb 2026 | 2,137 |
| Jan 2026 | 2,434 |
| Dec 2025 | 1,893 |
| Nov 2025 | 1,565 |
| Date | Value (USD/t.oz) |
|---|---|
| Oct 2025 | 1,616 |
| Sep 2025 | 1,435 |
| Aug 2025 | 1,343 |
| Jul 2025 | 1,391 |
| Jun 2025 | 1,251 |
| May 2025 | 980 |
| Apr 2025 | 959 |
| Mar 2025 | 980 |
| Feb 2025 | 978 |
| Jan 2025 | 949 |
Pull the full history of Platinum 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=CMDPLATINUM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDPLATINUM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDPLATINUM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();