Drawdown Thirty Days
Returns the maximum drawdown (peak-to-trough decline) over the last 30 trading days. Drawdown measures the largest percentage drop from any peak during the period.
Formula
Drawdown = (Trough Price - Peak Price) / Peak Price
Return Value
Negative percentage (e.g., -15.2 means 15.2% max decline from peak).
Examples
=DrawdownThirtyDays("AAPL")When to Use
Short-term risk assessment, recent volatility analysis
Common Issues & FAQ
Q: Why am I getting "NA"? A: Check that the symbol is valid and has sufficient trading history for the requested period.
Q: Are returns price-only or total return? A: These are typically price returns. Dividend-adjusted returns may differ.
