Soybean Price was last reported at 482 USD/T as of August 1, 2026. That is up 0.84% from the prior reading of 478 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 | 482 |
| Jul 2026 | 478 |
| Jun 2026 | 464 |
| May 2026 | 473 |
| Apr 2026 | 463 |
| Mar 2026 | 473 |
| Feb 2026 | 459 |
| Jan 2026 | 425 |
| Dec 2025 | 440 |
| Nov 2025 | 446 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 404 |
| Sep 2025 | 404 |
| Aug 2025 | 407 |
| Jul 2025 | 410 |
| Jun 2025 | 416 |
| May 2025 | 414 |
| Apr 2025 | 408 |
| Mar 2025 | 401 |
| Feb 2025 | 412 |
| Jan 2025 | 411 |
Pull the full history of Soybean 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=CMDSOYBEANS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDSOYBEANS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDSOYBEANS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();