Calendars
API Reference
DraftLast reviewed 2026-06-23Holiday calendar management, business day checks, and date adjustment
Get calendar by code
Returns all holidays for the given financial centre code. Optional 'year' parameter restricts to a single year.
Update calendar metadata
Updates the calendar name and whether it is the system EOD calendar.
Delete a calendar
Removes the calendar metadata row and every holiday for the given code. Returns 404 if no calendar exists for the code.
Upload holidays
Bulk upload holidays for a calendar code. Replaces existing entries for the same dates.
Check business day
Returns whether a given date is a business day across the specified calendars.
Adjust date to business day
Rolls a date to the nearest business day per the given convention.
List all calendars
Returns summary of all stored financial centre calendars
Delete a single holiday
Removes a single holiday row from the calendar. Date must be ISO-8601 (yyyy-MM-dd).