Produceiq: Get Commodity History
Produceiq via Parse · food_dining
Get historical weekly price data for a specific commodity. Returns the commodity's current price, rate of change, and an array of weekly price records optionally filtered by year. Limit controls how many historical records are returned (most recent first). If the commodity name does not match any known commodity, returns a stale_input error. Live produce commodity prices ($/lb) from ProduceIQ's Produce Price Index. Covers 39 commodities across 11 categories (fruits, vegetables, melons, etc.) with weekly price updates and historical data back to 2005. Fulfilled by Parse from www.produceiq.com.
- ecommerce
- finance
- food-dining
- parse
- platform-key
- produceiq
- www-produceiq-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3e41a1c7-b374-4d5b-8ee5-21fd64fcd470/get_commodity_history
- Interface artifact
- sha256:97f0bdbc3a3ff545c580ce006fce7821a65a2b0e1a05d46ae396ac1d1f12f19d
- Manifest digest
- sha256:c94820c4ea58df63a734ccd483bb7f2a412627b07815fe3e34c3672d1efd691b
Request fields
- year (string): Filter prices to a specific year (e.g. '2025', '2026').
- limit (integer): Maximum number of weekly price records to return.
- commodity (string, required): Commodity name to look up (case-insensitive partial match). Examples: 'avocados', 'strawberries', 'tomatoes', 'limes', 'potatoes'.
Example queries
- {"year":"2026","limit":"10","commodity":"avocados"}