US Soybean Production was last reported at 123,422 Thousand Tonnes as of January 1, 2026. That is up 6.41% from the prior reading of 115,989 Thousand Tonnes. This indicator is reported Annual, and is tracked under the Agriculture category.
| Date | Value (Thousand Tonnes) |
|---|---|
| 2026 | 123,422 |
| 2025 | 115,989 |
| 2024 | 119,047 |
| 2023 | 113,273 |
| 2022 | 116,221 |
| 2021 | 121,504 |
| 2020 | 114,749 |
| 2019 | 96,644 |
| 2018 | 120,515 |
| 2017 | 120,065 |
| Date | Value (Thousand Tonnes) |
|---|---|
| 2016 | 116,931 |
| 2015 | 106,869 |
| 2014 | 106,905 |
| 2013 | 91,363 |
| 2012 | 82,791 |
| 2011 | 84,291 |
| 2010 | 90,663 |
| 2009 | 91,470 |
| 2008 | 80,749 |
| 2007 | 72,859 |
Pull the full history of US 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=USSOYPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSOYPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSOYPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();