Home › Calculators › Value at Risk
Value at Risk Calculator
Estimate a single-position VaR amount using a normal parametric model or a historical return sample.
VaR inputs
VaR result
See what a real trade would cost you
Before you place this, compare brokers on the one number that matters — the all-in cost of spread and commission — using our open, for-sale-proof methodology.
Compare broker trading costs →Disclosure. Some outbound links may be affiliate links; they never change a calculator’s result. How we make money.
Educational tools for non-US traders · not directed at US persons.
Parametric VaR uses VaR = (z × sigma × sqrt(t) - mu) × position value. At 95% confidence, z = 1.645. For a $1,000,000 position with daily sigma 2% and one-day horizon, VaR is 1.645 × 0.02 × 1,000,000 = $32,900.
How it works
What VaR means
Value at Risk estimates a loss threshold at a chosen confidence level and horizon. A one-day 95% VaR is a model estimate of the loss level exceeded in the worst 5% tail under the model or sample. VaR is not the maximum possible loss.
Parametric formula
This tool uses the single-tail z table from the clean-room spec:
90% = 1.282, 95% = 1.645, 97.5% = 1.960, 99% = 2.326
The formula is:
sigma_t = sigma × sqrt(horizon days)
VaR = (z × sigma_t - mu) × position value
With mu = 0, a $1,000,000 position, sigma = 0.02, one day and 95% confidence gives $32,900. At 99%, the same inputs give $46,520.
Historical simulation formula
Historical VaR converts each return into position P&L, sorts the P&L values ascending, and takes the loss-tail percentile. This implementation uses linear interpolation: rank = p × (n - 1), then blends between the lower and upper ranked observations.
For returns [-5%, -4%, ..., 4%], a $100,000 position and 90% confidence, the 10th percentile rank is 0.10 × 9 = 0.9. Interpolating between -$5,000 and -$4,000 gives -$4,100, so VaR is $4,100.
Important limitations
- VaR is not a maximum loss. Losses beyond the VaR threshold can be much larger.
- Normal VaR can understate fat tails. The parametric method assumes a normal return shape and can miss crisis tails.
- Do not add separate VaRs for a portfolio. VaR is not subadditive in general, and portfolio VaR needs correlations or a full joint sample.
- Historical VaR is sample-bound. It only replays the returns you entered and cannot show regimes absent from the sample.
Frequently asked questions
What does a 95% VaR mean?
Why is VaR shown as a positive number?
What z values does the calculator use?
How does the historical percentile work?
rank = p × (n - 1), where p = 1 - confidence.