Utility functions for parsing, normalizing, and translating between various capital market symbology types. This library is a thin wrapper over the symbologyl2 library, written in rust.
- US equities
- CMS Concatenated/Suffix
- Nasdaq Integrated
- CQS (NYSE/CTA plan)
uv sync && uv sync --dev
source .venv/bin/activate
maturin develop
Given how maturin operates, it's necessary to bump release versions in both
pyproject.toml and Cargo.toml.
pyproject.toml
[project]
version = "x.y.z"
Cargo.toml
[package]
version = "x.y.z"