---
title: "Get historical ICE Brent futures data"
method: GET
path: "/v1/futures/ice-brent/historical"
tags: ["Futures", "Premium"]
---

# Get historical ICE Brent futures data

`GET /v1/futures/ice-brent/historical`

Get historical ICE Brent futures data

## Query parameters

- `contract_month` string
- `period` '1d' | '1w' | '1m' | '3m' | '1y'
- `interval` 'hourly' | 'daily' | 'weekly' | 'monthly'

## Response `200`

Historical futures data

- HistoricalFuturesResponse
  - `status` string
  - `data` object[]
    - `date` string, date
    - `contract_month` string
    - `price` number
    - `volume` integer
    - `open_interest` integer

## Other responses

- `401` — Unauthorized — missing or invalid API key

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
