World Soybean Ending Stocks was last reported at 124,015 Thousand Tonnes as of January 1, 2026. That is down 1.00% from the prior reading of 125,267 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 124,015 |
| 2025 | 125,267 |
| 2024 | 125,945 |
| 2023 | 115,096 |
| 2022 | 101,838 |
| 2021 | 93,698 |
| 2020 | 98,839 |
| 2019 | 95,214 |
| 2018 | 114,250 |
| 2017 | 99,744 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 95,632 |
| 2015 | 79,694 |
| 2014 | 79,309 |
| 2013 | 63,842 |
| 2012 | 58,314 |
| 2011 | 58,058 |
| 2010 | 73,496 |
| 2009 | 62,808 |
| 2008 | 45,640 |
| 2007 | 54,661 |
Pull the full history of World Soybean Ending Stocks 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=WLDSOYSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDSOYSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDSOYSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();