Wheat Price was last reported at 229 $ per metric ton as of July 1, 2026. That is up 14.57% from the prior reading of 200 $ per metric ton. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Markets category.
| Date | Value ($ per metric ton) |
|---|---|
| Jul 2026 | 229 |
| Jun 2026 | 200 |
| May 2026 | 221 |
| Apr 2026 | 203 |
| Mar 2026 | 194 |
| Feb 2026 | 175 |
| Jan 2026 | 169 |
| Dec 2025 | 166 |
| Nov 2025 | 169 |
| Oct 2025 | 157 |
| Date | Value ($ per metric ton) |
|---|---|
| Sep 2025 | 155 |
| Aug 2025 | 159 |
| Jul 2025 | 165 |
| Jun 2025 | 173 |
| May 2025 | 197 |
| Apr 2025 | 175 |
| Mar 2025 | 180 |
| Feb 2025 | 190 |
| Jan 2025 | 191 |
| Dec 2024 | 186 |
Pull the full history of Wheat 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=CMDWHEAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDWHEAT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDWHEAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();