Business Days Between
quantlib-scheduling
Business Days Between
Count the number of business days between two dates, excluding weekends and holidays according to the specified calendar. Returns the count excluding the start date but including the end date. Essential for accrual calculations, SLA tracking, and interest period determination. [Tier: FREE, Credits: 0]
POST
Business Days Between
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Start date in ISO format (YYYY-MM-DD), excluded from count
Example:
"2024-01-02"
End date in ISO format (YYYY-MM-DD), included in count
Example:
"2024-01-31"
Calendar to use for business day calculation. Options: US, UK, TARGET, Japan, Weekend
Available options:
US, UK, TARGET, Japan, Weekend Example:
"US"
