Futures
Premium
Get historical Brent futures data
Canonical instrument-generic path (#4170). Legacy alias: /v1/futures/ice-brent/historical (identical response).
get/v1/futures/brent/historical
Query parameters
contract_monthstring
Example:2026-09
Specific contract month (e.g., "M1", "M2")
period'1d' | '1w' | '1m' | '3m' | '1y'
Example:1y
Time period
interval'hourly' | 'daily' | 'weekly' | 'monthly'
Example:daily
Data interval for historical data
Response
Historical futures data
Example response
{
"status": "success",
"data": [
{
"contract_month": "M1",
"price": 82.45
}
]
}