Dear community,
We are pleased to announce the release of a new API in the B2B channel.
Calendar Services
Calendar services helps to determine whether a calendar day is a business day or not. The distinction is: country, currency and individual public-holiday based.
This new API contains 6 endpoints:
- GET /business-days/month: Calculates the number of working days and provides a list of the non working days of a specific calendar month and year on a selected country and currency calendar
- GET /business-days/period: Calculates the number of working days and provides a list of non-working days for a specified time period (between start date and end date) on a selected country and currency calendar
- GET /business-days/period: Calculates a target business date based on a start date and the number of working days, on a selected country and currency calendar. Start date is expected to be a working day
- GET /business-days/{requestedDate}: Indicates whether a specific requested date is a business day or not, on a selected country and currency calendar
- GET /supported-countries: List of the country calendars supported by the service
- GET /supported-currencies: List of the currency calendars supported by the service
More documentation here.