empyrical-reloaded is a fork of the original empyrical library that computes performance and risk statistics commonly used in quantitative finance, such as Sharpe ratio, Sortino ratio, max drawdown, and others. Current version 0.5.12 targets Python >=3.9 and is under active maintenance with occasional releases.
pip install empyrical-reloadedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes common risk/performance metrics from a returns series.
Uninstall empyrical and install empyrical-reloaded: pip uninstall empyrical; pip install empyrical-reloaded
Ensure returns are sorted by date ascending before passing to empyrical functions
Always provide 'period' and 'annualization' for metrics that depend on frequency (Sharpe, Sortino, Calmar, etc.).
Always pass annualization=252 for daily data, 52 for weekly, 12 for monthly.