EU Carbon Futures
EU carbon futures for EU ETS allowance workflows.
EUA Relationship
/v1/futures/eua-carbon is the established EUA Carbon futures page. /v1/futures/eu-carbon is documented here as a distinct live route family until product/backend confirms whether it should remain a separate series or become an alias.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/futures/eu-carbon | Current contract prices |
| GET | /v1/futures/eu-carbon/historical | Historical contract data |
| GET | /v1/futures/eu-carbon/curve | Current futures curve |
| GET | /v1/futures/eu-carbon/ohlc | Daily OHLC |
| GET | /v1/futures/eu-carbon/intraday | Intraday intervals |
| GET | /v1/futures/eu-carbon/spreads | Calendar spreads |
| GET | /v1/futures/eu-carbon/spread-history | Historical spread analysis |
Access
Requires futures data access, typically Professional+ or an equivalent enterprise entitlement.
Example
curl "https://api.oilpriceapi.com/v1/futures/eu-carbon/curve" \
-H "Authorization: Token YOUR_API_KEY"
{
"commodity": "EU_CARBON_FUTURES",
"source": "ICE",
"currency": "EUR",
"unit": "tCO2e",
"updated_at": "2026-07-15T14:30:00.000Z",
"contracts": [
{
"contract_month": "2026-12",
"last_price": 71.25,
"settlement": 71.18
}
]
}