Skip to main content
POST
Add Business Days

Authorizations

X-API-Key
string
header
required

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

Body

application/json
date
string<date>
required

Starting date in ISO format (YYYY-MM-DD)

Example:

"2024-06-14"

days
integer
required

Number of business days to add (positive) or subtract (negative)

Example:

5

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