Skip to main content
GET
/
settlement-calendar
Settlement Calendar
curl --request GET \
  --url https://api.qfex.com/settlement-calendar
{
  "active_until": "2023-11-07T05:31:56Z",
  "expiration": "2023-11-07T05:31:56Z",
  "future_symbol": "<string>",
  "qfex_symbol": "<string>",
  "$schema": "<string>"
}

Query Parameters

symbol
string
time
string<date-time>

Response

OK

active_until
string<date-time>
required
expiration
string<date-time>
required
future_symbol
string
required
qfex_symbol
string
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://api.qfex.com/schemas/SettlementCalendarEntry.json"