Commodity Price API for energy and agriculture
Query energy and agricultural commodity symbols through a clean REST API, ask for non-USD output currencies, and pull historical series with summary statistics. For gold, silver, platinum, and palladium, see the dedicated Metals API.
Energy daily via EIA/FRED · Agriculture monthly via IMF PCPS · Precious metals → use Metals API
Prices are indicative and sourced from averaged public data (Central Banks, digital markets). They do not constitute an official LBMA fixing.
Why teams use the Commodity API
One API across categories
Serve precious metals, energy benchmarks, and agricultural contracts from one commodity endpoint family.
FX conversion built in
Request non-USD output currencies and let the API resolve conversions via tracked FX rates.
Historical summaries included
Historical responses include min, max, average, first, last, and percentage change across mixed-frequency source data.
Same key as the rest of the stack
Commodity endpoints are unlocked with the same public API tier model as gold, FX, and MCP.
Endpoints
/api/v1/commodity/symbols
Public list of supported commodity symbols. No auth required.
/api/v1/commodity/price?symbol=BRENT¤cy=USD
Current price for a commodity symbol. Use BRENT, WTI, NATURAL_GAS for daily data; WHEAT, CORN, etc. for monthly.
/api/v1/commodity/price/historical?symbol=BRENT¤cy=EUR&start_date=2025-01-01&end_date=2025-12-31&interval=monthly
Historical price series with FX conversion and summary stats.
Quick Start
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://www.sentisignal.com/api/v1/commodity/price?symbol=BRENT¤cy=EUR"
{
"status": "success",
"data": {
"symbol": "BRENT",
"price": 74.21,
"currency": "EUR",
"unit": "barrel",
"price_date": "2026-03-13",
"source": "EIA",
"fx_rate": 0.921304
},
"meta": { "credits_used": 1, "plan": "starter" }
}
Get notified when the Commodity Price API launches
We're finalising pricing and terms. Register your email and we'll let you know the moment access opens.
No spam. One email when the Commodity Price API opens.
Typical use cases
FAQ
Explore the full API suite
One API key covers all products. Finance Hub ->
Umbrella landing for the full API suite with one key, one plan, and a shared product story.
View ->Gold spot prices, historical series back to 2004, and conversions across five weight units.
View ->Daily precious metals coverage with FX conversion and weight-unit support.
View ->Daily ECB reference rates and historical currency pairs for reporting, analytics, and conversion.
View ->Daily sentiment scores, rolling windows, and top-asset rankings derived from thousands of AI-analyzed financial news articles.
View ->Keyword and semantic search over AI-analyzed financial news, with importance, quality, and sentiment scores.
View ->Finance tools for Claude, Cursor, and other MCP clients using the same API access model.
View ->