bt

Package — FinancePython 3.7+Advanced

Flexible backtesting framework for quantitative strategies

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
ffn, pandas, NumPy, matplotlib, scikit-learn
Install
pip install bt

Learn by Difficulty

Quick Example

python
# Install: pip install bt
import bt

# Basic bt usage
print(f"Using bt")
# See documentation for detailed examples

bt is a third-party package. Flexible backtesting framework for quantitative strategies. Install with: pip install bt

Try in Playground

Tags

packagefinancetradingquantitative