Query a term structure (expiry-dependent) volatility surface where volatility varies by expiry but is constant across strikes. Interpolates between provided expiry points. Useful for modeling volatility term structure for ATM options or when strike dependency is negligible.
API key for authentication. Get your key at https://finceptbackend.share.zrok.io/auth/register
Array of expiry times in years (must be strictly increasing)
2[0.25, 0.5, 1, 2]Array of volatilities corresponding to each expiry
2[0.22, 0.24, 0.25, 0.23]Expiry time in years for the query (will be interpolated)
x >= 00.75