---
title: "Settlement Calendar"
method: GET
path: "/settlement-calendar"
tags: ["market-data"]
---

# Settlement Calendar

`GET /settlement-calendar`

Return the settlement calendar entry used to resolve the dated future for a futures-based QFEX product at a given time. This is the source of truth for oracle roll state for symbols such as CL-USD, US100-USD, COPPER-USD, and NATGAS-USD. If `time` is omitted, the currently active contract is returned.

## Query parameters

- `symbol` string, required
- `time` string, date-time

## Response `200`

OK

- SettlementCalendarEntry
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `active_until` string, date-time, required — Last timestamp at which this dated future remains active for oracle and settlement purposes for the QFEX symbol.
  - `expiration` string, date-time, required — Expiration timestamp of the underlying dated future contract.
  - `future_symbol` string, required — Dated futures contract used for pricing, for example `CLK6` or `NQM6`.
  - `qfex_symbol` string, required — QFEX perpetual symbol whose oracle references the dated future.

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/qfex/apis/qfex-rest-api.md) · [All operations](https://skmtc.dev/qfex/apis/qfex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qfex/qfex-rest-api/revisions/19b17e5a1f6b/schema)
