Options Rho
Calculates Rho, which measures the sensitivity of an option's price to changes in the risk-free interest rate.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| CurrentStockPrice | number | Yes | Current underlying stock price |
| MarketOptionPrice | number | Yes | Current option market price |
| ExpiryDate | date | Yes | Option expiration date |
| OptionType | string | Yes | "Call" or "Put" |
| StrikePrice | number | Yes | Option strike price |
| RiskFreeRate | number | No | Risk-free rate (default 0.05) |
| ImpliedVolatility | number | No | IV as decimal |
Interpretation
- Call options have positive Rho (benefit from rising rates)
- Put options have negative Rho (hurt by rising rates)
- Rho is typically smaller for short-dated options
Syntax
=mxls.opt_Rho(CurrentStockPrice, MarketOptionPrice, ExpiryDate, OptionType, StrikePrice, [RiskFreeRate], [ImpliedVolatility])Parameters
Current stock price
Current option market price
Option expiration date
Call or Put
Option strike price
Risk-free interest rate as decimal
Implied volatility as decimal
Returns
Rho value (sensitivity to interest rates)
Examples
When to Use
- Analyzing interest rate exposure
- Portfolio hedging for rate changes
- Options pricing models
- Risk management
When NOT to Use
| Scenario | Use Instead |
|---|---|
| Price sensitivity | opt_Delta() |
| Delta sensitivity | opt_Gamma() |
| Time decay | opt_Theta() |
| Volatility sensitivity | opt_Vega() |
Common Issues & FAQ
Why is Rho smaller than other Greeks?
Rho measures sensitivity to a 1% change in rates, which typically has less impact than price or volatility changes.
When is Rho most important?
For longer-dated options and LEAPS where rate changes have more time to compound.
Excel Templates Using Options Rho
These ready-made MarketXLS templates call opt_Rho() in their worksheet formulas. Open one to see the function working inside a complete model.
Related Formulas
More MarketXLS Options formulas you can use in the same worksheet:
- Options Total Volume Historical
- Options Volume Leaders
- Put Interest (Specific Expiry)
- QM Get Option Chain Active Dynamic
- QM Get Option Chain At The Money Dynamic
- QM Get Option Chain Dynamic
- QM Get Option Chain In The Money Dynamic
- QM Get Option Chain Monthlies Dynamic
See opt_Rho used in a complete workbook: Options Greeks API MCP: One Live Greek Feed for Excel and Your AI Assistant (2026)
