Skip to main content
GET
/
quantlib
/
scheduling
/
calendar
/
list
List Calendars
curl --request GET \
  --url https://finceptbackend.share.zrok.io/quantlib/scheduling/calendar/list \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    "US",
    "UK",
    "TARGET",
    "Japan",
    "Weekend"
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register

Response

Successful Response

success
boolean
Example:

true

data
string[]

List of available calendar names

Example:
["US", "UK", "TARGET", "Japan", "Weekend"]