GET /api/v1/commodity-prices
IMF commodity benchmark prices, sourced via the FRED API. Series cover wheat, corn, soybeans, crude oil (Brent and WTI), coal, US natural gas, and iron ore. Refreshed weekly on Monday at 06:00 UTC.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
commodity | string | e.g. ‘wheat’, ‘crude_oil_brent’, ‘iron_ore’ | |
since | string | ISO date | |
limit | number | Default 100, max 500 |
GET /api/v1/transport-data
USDA Grain Transportation Report data: barge, rail, and truck volumes.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
mode | string | ’barge’ | ‘rail’ | ‘truck’ | |
commodity | string | Commodity filter | |
region | string | Origin region (fuzzy match) | |
since | string | ISO date | |
limit | number | Default 100, max 500 |
GET /api/v1/anomalies
Seasonal and trailing anomalies in export volumes.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
port | string | Port ID | |
type | string | ’trailing’ | ‘yoy’ | ‘seasonal_avg’ | ‘seasonal_range’ | |
severity | string | ’moderate’ | ‘high’ | ‘critical’ | |
limit | number | Default 100, max 500 |