Skip to main content
POST
Calculate Bond Convexity

Authorizations

X-API-Key
string
header
required

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

Body

application/json
coupon
number
required

Annual coupon rate as a decimal

Example:

0.06

maturity
number
required

Time to maturity in years

Example:

10

ytm
number
required

Yield to maturity as a decimal

Example:

0.05

face
number
default:100

Face value of the bond

Example:

100

frequency
enum<integer>
default:2

Coupon payment frequency per year

Available options:
1,
2,
4,
12
Example:

2

Response

Successful Response

success
boolean
Example:

true

data
object