Rust Market Simulation Library with a Python API
Last updated May 22, 2026
24
Stars
1
Forks
0
Issues
0
Stars/day
Attention Score
10
Topics
Language breakdown
No language data available.
▸ Files
click to expand
README
Bourse
Rust market-simulator with a Python API
Python
Full documentation can be found here.
Getting Started
Bourse can be installed via pip
pip install bourse
Examples
See here for simulation examples and the docs for an annotated example.
Rust
Getting Started
The library consists of two core crates:
bourse-booka library implementing a limit order
bourse-dea discrete-event market simulation library.
Both can be installed using cargo
cargo add bourse-book bourse-de
Examples
Examples can be found in the relevant crates order book and simulation.
Examples can be run via cargo using
cargo run --example ...
Contributing
Bourse is in active development. If you notice a problem or have a feature suggestion please open an issue.
Contributions are very welcome, see here for development notes.
🔗 More in this category