market-data
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.
get/settlement-calendar
Query parameters
symbolstring required
Example:CL-USD
QFEX symbol to resolve, for example CL-USD, US100-USD, COPPER-USD, or NATGAS-USD.
timestring date-time
Example:2026-04-14T00:00:00Z
Optional timestamp to resolve against the settlement calendar. If omitted, QFEX returns the currently active dated future.
Response
OK
Example response
{
"$schema": "https://api.qfex.com/schemas/SettlementCalendarEntry.json",
"active_until": "2026-04-13T21:30:00Z",
"expiration": "2026-04-21T21:30:00Z",
"future_symbol": "CLK6",
"qfex_symbol": "CL-USD"
}