World Soybean Production was last reported at 442,345 Thousand Tonnes as of January 1, 2026. That is up 3.01% from the prior reading of 429,408 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 442,345 |
| 2025 | 429,408 |
| 2024 | 428,112 |
| 2023 | 396,448 |
| 2022 | 378,210 |
| 2021 | 360,631 |
| 2020 | 369,626 |
| 2019 | 341,728 |
| 2018 | 363,451 |
| 2017 | 343,632 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 350,805 |
| 2015 | 316,072 |
| 2014 | 321,444 |
| 2013 | 283,320 |
| 2012 | 268,923 |
| 2011 | 241,166 |
| 2010 | 265,046 |
| 2009 | 260,986 |
| 2008 | 212,295 |
| 2007 | 219,309 |
Pull the full history of World Soybean Production 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=WLDSOYPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDSOYPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDSOYPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();