Skip to main content
POST
Calculate Black76 Implied Volatility

Authorizations

X-API-Key
string
header
required

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

Body

application/json
price
number
required

Market price of the option

Example:

3.5

forward
number
required

Forward price of the underlying

Example:

50

strike
number
required

Option strike price

Example:

52

time
number
required

Time to expiry in years

Example:

0.25

rate
number
required

Risk-free interest rate as a decimal

Example:

0.03

option_type
enum<string>
default:call

Type of option

Available options:
call,
put
Example:

"call"

Response

Successful Response

success
boolean
Example:

true

data
object