/api/commodity-outlookAgricultural commodity market outlook for grower and ag-trader agents. Synthesizes USDA WASDE and FAO data, futures price context, supply/demand balance, and exporter/importer outlooks for any crop.
Agricultural commodity market outlook and price intelligence
Synthesizes USDA WASDE, FAO Food Price Index, and futures market data into a 30-90 day commodity outlook. Returns supply/demand balance, major exporter/importer conditions, price targets, and grower decision guidance. Covers all major global commodities: wheat, corn, soybeans, rice, coffee, cocoa, cotton, palm oil, sugar, canola.
**Price:** $0.1 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"crop": {
"description": "Commodity: wheat, corn, soybeans, rice, cotton, coffee, cocoa, sugar, canola, palm-oil, barley, oats",
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"lang": {
"default": "en",
"description": "Response language",
"required": false,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"crop"
],
"type": "object"
}{
"properties": {
"demand_factors": {
"type": "array"
},
"farmer_decision_guidance": {
"type": "string"
},
"market_outlook": {
"type": "object"
},
"price_targets": {
"type": "object"
},
"supply_factors": {
"type": "array"
}
},
"type": "object"
}{
"demand_factors": [],
"farmer_decision_guidance": "test",
"market_outlook": {},
"price_targets": {},
"supply_factors": []
}