Soybeans (SOYBUSD) market data
Soybeans (SOYBUSD) is a grains contract priced in USD.
About Soybeans (SOYBUSD)
SOYBUSD is a US dollar quote for soybeans. It is used in agricultural commodity dashboards, food supply analysis, macro research, and tools that monitor soft and grain markets.
SiftingIO exposes SOYBUSD through the commodities data API. The latest market data can be requested over REST, and historical OHLCV bars are available for charting and research where the plan includes access.
SOYBUSD uses the same normalized conventions as metals, energy, FX, and crypto symbols. That makes it easier to build multi-asset views without treating agricultural commodities as a separate integration.
Reference data
- Symbol
- SOYBUSD
- Name
- Soybeans
- Asset class
- Commodities
- Venue
- SPOT
- Base asset
- SOYB
- Quote asset
- USD
- Currency
- USD
- Category
- grains
SOYBUSD Commodity Price and Market Data API
Access SOYBUSD commodity price and market data through SiftingIO's REST and WebSocket APIs, including latest price data, historical records, and live updates where available.
Use commodities/SOYBUSD for request-based access through REST, or use the same symbol key with WebSocket streams for real-time commodities market updates.
curl -H "X-API-Key: $SIFTING_API_KEY" \
"https://api.sifting.io/v1/last/trade/commodities/SOYBUSD"# Connect (set SIFTING_API_KEY first)wscat -c "wss://stream.sifting.io/ws/v1?key=$SIFTING_API_KEY" # Then send this subscribe frame:{ "op": "subscribe", "product": "com", "symbols": ["SOYBUSD"] }# With the SiftingIO MCP server connected:Get the latest SOYBUSD commodity market data from SiftingIO.Then fetch historical OHLCV bars for SOYBUSD at a 1h interval.Related commodities
Related reading
Frequently asked questions about Soybeans (SOYBUSD)
What is SOYBUSD?
SOYBUSD is a US dollar quote for soybeans used in agricultural commodity market data workflows.
How do I get SOYBUSD soybean data from an API?
Use the SiftingIO REST API with the commodities/SOYBUSD symbol key to request the latest soybean market data.
Is historical SOYBUSD OHLCV data available?
Yes. Historical open, high, low, close, and volume bars are available over REST at documented intervals, with available depth set by plan tier.
What can I build with SOYBUSD data?
SOYBUSD data can support agricultural dashboards, commodity research, supply-chain models, alerts, and AI workflows that need grain market context.
Can AI agents request SOYBUSD through MCP?
Yes. Compatible MCP clients can request SOYBUSD commodity market data through SiftingIO tools using the same account entitlements as the REST API.