đ How is volatility calculated?
3/16/2026 05:08am
**Bottom-line:** Volatility is simply the statistical âspreadâ of an assetâs price movementsâmost often measured as the standard deviation of returns and then annualized. đâ¨
---
### 1. Historical Volatility (HV) â âWhat actually happenedâ đ°ď¸đ
⢠Collect daily (or periodic) prices for the asset.
⢠Compute the natural logarithm of each dayâs return: `ln(Price_today / Price_yesterday)`.
⢠Find the standard deviation of those log-returns.
⢠Multiply that standard deviation by the square root of the number of trading days in a year (typically 252) to annualize the figure .
⢠Result: an annualized percentage that tells you how âfarâ prices typically move from their average each year. đ
### 2. Implied Volatility (IV) â âWhat the market expects nextâ đ
đŽ
⢠Start with the current price of an option on the asset.
⢠Plug every variable of the Black-Scholes formulaâexcept volatilityâinto the model.
⢠Back-solve for the volatility number that makes the modelâs output match the real-world option price .
⢠The result is a forward-looking estimate of how much the underlying asset is expected to swing over the optionâs life. đŻ
### 3. Portfolio Volatility â âYour whole basketâ đđ§Ž
⢠For a portfolio with multiple assets, you need:
1. The weight of each asset in the portfolio.
2. The historical volatility of each individual asset.
3. The correlation between every pair of assets.
⢠Use matrix algebra or the expanded variance formula to combine these inputs; the result is the portfolioâs overall volatility .
---
#### Quick reference cheat-sheet đ
| Step | Input Data | Formula / Method | Output |
|------|------------|------------------|--------|
| 1 | Historical prices | Standard deviation of log-returns Ă â252 | Annualized Historical Volatility |
| 2 | Option price | Black-Scholes inverse for volatility | Implied Volatility |
| 3 | Portfolio weights & asset volatilities | Variance-covariance matrix | Portfolio Volatility |
*(Table included to show the distinct calculation paths that a visualization alone canât capture.)*
---
Ready to plug in your favorite tech namesâsay, NVDA or AAPLâand see how their volatilities stack up? đđĄ