Skip to main content
POST
Business Days Between

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
start_date
string<date>
required

Start date in ISO format (YYYY-MM-DD), excluded from count

Example:

"2024-01-02"

end_date
string<date>
required

End date in ISO format (YYYY-MM-DD), included in count

Example:

"2024-01-31"

calendar
enum<string>
default:US

Calendar to use for business day calculation. Options: US, UK, TARGET, Japan, Weekend

Available options:
US,
UK,
TARGET,
Japan,
Weekend
Example:

"US"

Response

Successful Response

success
boolean
Example:

true

data
object