Market Brief
Multi-commodity market brief
Compact multi-commodity snapshot for agents and MCP clients: latest price, 24h change, and a 1-month forecast per commodity, plus optional spreads and macro context. The codes parameter is REQUIRED (comma-separated commodity codes).
get/v1/market-brief
Query parameters
codesstring required
Comma-separated commodity codes (e.g. WTI_USD,BRENT_CRUDE_USD).
narrativeboolean
Example:true
When true, adds a data.context block (disruptions, macro indicators).
Response
Market brief
Example response
{
"status": "success",
"data": {
"commodities": [
{
"code": "WTI_USD",
"name": "WTI Crude Oil",
"price": 68.65,
"currency": "USD",
"unit": "barrel",
"change_24h_pct": 1.51,
"change_24h_abs": 1.02,
"source": "market_reporting",
"forecast_1m": {
"point": 77.4,
"low": 74.56,
"high": 80.24,
"confidence": 0.7
}
}
]
}
}