mplfinance

Package — FinancePython 3.7+Advanced

Matplotlib-based financial charting (candlestick, OHLC, volume)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
matplotlib, pandas
Install
pip install mplfinance

Learn by Difficulty

Quick Example

python
# Install: pip install mplfinance
import mplfinance

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

mplfinance is a third-party package. Matplotlib-based financial charting (candlestick, OHLC, volume). Install with: pip install mplfinance

Try in Playground

Tags

packagefinancetradingquantitative