A Python package for calculating and analyzing time series performance metrics for financial data.
- Calculate annualized returns (CAGR method and days-based method)
- Generate monthly returns tables
- Create monthly cumulative returns tables
- Calculate relative performance against benchmarks
- Compute maximum drawdown metrics
- Calculate annualized volatility
- Generate performance tables with customizable formatting options
pip install timeseries-performance-calculatorOr install from source:
git clone https://github.com/nailen1/timeseries-performance-calculator.git
cd timeseries-performance-calculator
pip install -e .# Code examples will be updated in future releases.
# Detailed usage examples and documentation will be provided in upcoming versions.Note: This package is currently under development. More detailed usage examples and documentation will be provided in future updates.
- fund_insight_engine
- universal_timeseries_transformer
- string_date_controller
- canonical_transformer
MIT
June Young Park (juneyoungpaak@gmail.com)