Skip to content

v0.3.1

Choose a tag to compare

@deepentropy deepentropy released this 17 Mar 10:59
· 266 commits to main since this release

High-performance Rust trading engine with Python bindings (PyO3).

Highlights

  • Full order lifecycle: 21 order types, bracket orders, conditional orders, algo strategies
  • Real-time market data: L1 ticks, tick-by-tick, real-time bars
  • Historical data: bars, ticks, histogram, schedule
  • Account management: positions, P&L, account summary
  • Python compatibility layer with familiar API patterns
  • Sub-millisecond latency on critical paths

Install

pip install ibx

Or build from source:

cargo build --release

AGPL-3.0 licensed.