Gold Price was last reported at 4,411 USD/t.oz as of August 1, 2026. That is up 8.30% from the prior reading of 4,073 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 | 4,411 |
| Jul 2026 | 4,073 |
| Jun 2026 | 4,228 |
| May 2026 | 4,587 |
| Apr 2026 | 4,721 |
| Mar 2026 | 4,856 |
| Feb 2026 | 5,020 |
| Jan 2026 | 4,753 |
| Dec 2025 | 4,309 |
| Nov 2025 | 4,087 |
| Date | Value (USD/t.oz) |
|---|---|
| Oct 2025 | 4,058 |
| Sep 2025 | 3,668 |
| Aug 2025 | 3,368 |
| Jul 2025 | 3,340 |
| Jun 2025 | 3,353 |
| May 2025 | 3,309 |
| Apr 2025 | 3,218 |
| Mar 2025 | 2,983 |
| Feb 2025 | 2,895 |
| Jan 2025 | 2,710 |
Pull the full history of Gold 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=CMDGOLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDGOLD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDGOLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();