PyneCore Plugins

Plugins extend PyneCore with exchange data, live trading and extra CLI commands. Each one is a normal Python package: install it with pip and PyneCore picks it up automatically.

bybit

Official

Bybit v5 integration for PyneCore

  • Broker
  • Live data
  • Data provider
pynesys-pynecore-bybit 0.9.1 177 Jul 24, 2026

ctrader

Official

cTrader Open API integration for PyneCore (multi-broker)

  • Broker
  • CLI
  • Live data
  • Data provider
pynesys-pynecore-ctrader 0.9.1 173 Jul 24, 2026

capitalcom

Official

Capital.com integration for PyneCore

  • Broker
  • Live data
  • Data provider
pynesys-pynecore-capitalcom 0.9.1 157 Jul 24, 2026

Plugins are ordinary Python packages — install one with pip install <package> and PyneCore discovers it through its pyne.plugin entry point. Publishing yours to PyPI is all it takes: this list picks it up on its own, nothing to submit or register.

Write your own plugin