QuantOracle Options Pricer is a paid API for AI agents from api.quantoracle.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Prices European options using Black-Scholes and returns the full Greeks suite, breakeven, intrinsic/time value, and probability ITM
QuantOracle: options/price
Returns option fair value (price), d1/d2 intermediates, full Greeks suite (delta, gamma, theta, vega, rho, vanna, volga, charm, speed), probability ITM, breakeven price, intrinsic value, time value, and server computation time in milliseconds.
POSThttps://api.quantoracle.dev/v1/options/priceChoose this endpoint when you need fast, precise Black-Scholes pricing with the complete second-order Greeks suite (vanna, volga, charm, speed) in a single call. Ideal for options pricing engines, risk dashboards, trading bots, or educational tools that require more than just price — especially when you want probability ITM and breakeven alongside Greeks. Prefer over generic financial APIs when you need the full analytical package at low cost per call.
{
"K": 155,
"S": 150,
"T": 0.25,
"r": 0.05,
"type": "call",
"sigma": 0.2
}| Field | Type | Description |
|---|---|---|
| K | number | Strike price |
| S | number | Spot price of the underlying asset |
| T | number | Time to expiration in years |
| q | number | Continuous dividend yield |
| r | number | Risk-free interest rate (annualized) |
| type | string | Option type |
| sigma | number | Volatility (annualized, e.g. 0.2 = 20%) |
{
"d1": -0.152898,
"d2": -0.252898,
"ms": 71.16,
"_meta": {
"url": "https://quantoracle.dev",
"docs": "https://api.quantoracle.dev/docs",
"calculator": "https://quantoracle.dev/black-scholes-calculator",
"powered_by": "QuantOracle"
},
"price": 4.6295,
"greeks": {
"rho": 0.153141,
"vega": 0.29573,
"charm": -0.00108655,
"delta": 0.439239,
"gamma": 0.026287,
"speed": 0.0000927,
"theta": -0.0408,
"vanna": 0.00498597,
"volga": 0.05717592
},
"prob_itm": 0.4002,
"breakeven": 159.6295,
"intrinsic": 0,
"live_data": {
"note": "Priced with the sigma you supplied. For crypto underlyings, fetch fresh realized vol ($0.01) or perp funding ($0.005) instead of static inputs.",
"funding": "/v1/live/funding-rates",
"volatility": "/v1/live/volatility"
},
"time_value": 4.6295
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"