vectorbt
Package — FinancePython 3.7+Advanced
High-performance backtesting and analysis with vectorized operations
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, pandas, plotly, scipy, numba
- Install
pip install vectorbt
Learn by Difficulty
Quick Example
python
# Install: pip install vectorbt import vectorbt # Basic vectorbt usage print(f"Using vectorbt") # See documentation for detailed examples
vectorbt is a third-party package. High-performance backtesting and analysis with vectorized operations. Install with: pip install vectorbt
Try in PlaygroundTags
packagefinancetradingquantitative