Corn Price was last reported at 224 USD/T as of August 1, 2026. That is up 4.97% from the prior reading of 213 USD/T. This indicator is reported Monthly, and is tracked under the Agriculture category. The next scheduled release is October 5, 2026.
| Date | Value (USD/T) |
|---|---|
| Aug 2026 | 224 |
| Jul 2026 | 213 |
| Jun 2026 | 197 |
| May 2026 | 216 |
| Apr 2026 | 214 |
| Mar 2026 | 213 |
| Feb 2026 | 210 |
| Jan 2026 | 205 |
| Dec 2025 | 206 |
| Nov 2025 | 202 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 198 |
| Sep 2025 | 197 |
| Aug 2025 | 186 |
| Jul 2025 | 192 |
| Jun 2025 | 196 |
| May 2025 | 204 |
| Apr 2025 | 215 |
| Mar 2025 | 207 |
| Feb 2025 | 221 |
| Jan 2025 | 214 |
Pull the full history of Corn 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=CMDCORN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDCORN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDCORN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();