US Soybean Ending Stocks was last reported at 8,432 Thousand Tonnes as of January 1, 2026. That is down 4.67% from the prior reading of 8,845 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 8,432 |
| 2025 | 8,845 |
| 2024 | 8,840 |
| 2023 | 9,319 |
| 2022 | 7,190 |
| 2021 | 7,468 |
| 2020 | 6,994 |
| 2019 | 14,657 |
| 2018 | 25,176 |
| 2017 | 11,923 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 8,208 |
| 2015 | 5,354 |
| 2014 | 5,188 |
| 2013 | 2,504 |
| 2012 | 3,825 |
| 2011 | 4,610 |
| 2010 | 5,852 |
| 2009 | 4,106 |
| 2008 | 3,761 |
| 2007 | 5,580 |
Pull the full history of US 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=USSOYSTOCKS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSOYSTOCKS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSOYSTOCKS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();