Solve Implied Volatility
solve_ivSolve for implied volatility from option market price. Reverse-engineers BSM to find what vol is priced in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dte | Yes | Days to expiration | |
| spot | Yes | Current stock price | |
| type | Yes | 'call' or 'put' | |
| price | Yes | Option market price | |
| apiKey | No | FlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp. | |
| strike | Yes | Strike price |