Skip to content

santarsierilorenzo/sigma-quant

Repository files navigation

Python NumPy Pandas Quant Finance Research Grade

Research-Grade Performance & Risk Metrics
Statistically consistent analytics for quantitative finance

sigmaquant is a lightweight Python library providing performance, risk, and distribution metrics for quantitative finance workflows.

📦 Installation (PyPI Package)


Install the package from PyPI:

pip install sigma-quant

📘Documentation


This README is intentionally high-level.

For the complete API reference, mathematical definitions, statistical conventions, and usage examples, please refer to the official documentation:

https://quant-kit.readthedocs.io/en/stable/index.html

ASCII Report

Generate a fast portfolio performance report using ascii_report. If the input series represents PnL, set kind="pnl" and optionally specify the currency.

import sigmaquant

report = sigmaquant.ascii_report(
    returns=portfolio_returns,
    frequency="D",
    strategy_name="My Portfolio",
    kind="simple",
)

print(report)

# Optional exports
df = report.to_dataframe()
data = report.to_dict()

🪪 License


MIT © 2025 — Developed with ❤️ by Lorenzo Santarsieri & Tommaso Grandi

About

Python library providing performance, risk, and distribution metrics for quantitative finance workflows.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages