Skip to main content
GET
/
quantlib
/
scheduling
/
adjustment
/
methods
List Adjustment Methods
curl --request GET \
  --url https://finceptbackend.share.zrok.io/quantlib/scheduling/adjustment/methods \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    "Following",
    "Modified Following",
    "Preceding",
    "Modified Preceding",
    "Unadjusted"
  ]
}

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register

Response

Successful Response

success
boolean
Example:

true

data
string[]

List of supported business day adjustment method names

Example:
[
"Following",
"Modified Following",
"Preceding",
"Modified Preceding",
"Unadjusted"
]