3D Price Surface
A tilted surface shows how price changes across spot price and time. The bright marker is the current parameter point.
Finance · Mathematical Visualization
Interactive Black-Scholes option pricing visualizer with 3D price surface, Greek heatmaps, and live parameter controls.
See how option value and Delta, Gamma, Theta, Vega, and Rho react when spot price, time, volatility, and rates change together.
Adjust the Black-Scholes inputs and update every chart in real time.
A tilted surface shows how price changes across spot price and time. The bright marker is the current parameter point.
Each heatmap uses spot price on the x-axis and time on the y-axis so you can compare sensitivity regimes at a glance.
Price plotted over spot price and time to expiry under the Black-Scholes model.
The marker shows the current state. Warm and cool colors reveal where sensitivity accelerates, fades, or changes sign.
Black-Scholes models the underlying asset with geometric Brownian motion and prices a European option under risk-neutral valuation.
C = S N(d1) - K e^-rT N(d2)
P = K e^-rT N(-d2) - S N(-d1)
d1 = [ln(S/K) + (r + 0.5σ²)T] / (σ√T)
d2 = d1 - σ√T
Delta, Gamma, Theta, Vega, Rho = first-order and second-order sensitivities
Use these cues to connect the math with common trading intuition.
Designed for students, traders, quants, and developers exploring financial derivatives.