Skip to main content
POST
Volatility Surface Grid

Authorizations

X-API-Key
string
header
required

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

Body

application/json
expiries
number[]
required

Array of expiry times in years (must be strictly increasing)

Minimum array length: 2
Example:
strikes
number[]
required

Array of strike prices (must be strictly increasing)

Minimum array length: 2
Example:
vol_matrix
number[][]
required

2D matrix of volatilities [expiry_index][strike_index]. Dimensions must match expiries x strikes

Example:
query_expiry
number
required

Expiry time in years for the query point

Required range: x >= 0
Example:

0.5

query_strike
number
required

Strike price for the query point

Required range: x >= 0
Example:

102.5

Response

Successful Response

success
boolean
Example:

true

data
object