ta

Package — FinancePython 3.7+Advanced

Technical analysis library: 80+ indicators (RSI, MACD, Bollinger)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pandas, NumPy
Install
pip install ta

Learn by Difficulty

Quick Example

python
# Install: pip install ta
import ta

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

ta is a third-party package. Technical analysis library: 80+ indicators (RSI, MACD, Bollinger). Install with: pip install ta

Try in Playground

Tags

packagefinancetradingquantitative