Production-grade pricing engine powered by QuantLib. Price bonds, swaps, caps, swaptions, and credit derivatives via REST or gRPC.
# Price a 5-year fixed rate bond curl -X POST https://api.quantra.io/price-fixed-rate-bond \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "pricing": { "as_of_date": "2025-01-15", "curves": [{ "id": "USD_SOFR", "points": [...] }] }, "bonds": [{ "face_amount": 1000000, "coupon_rate": 0.045, "maturity": "2030-01-15" }] }' # Response { "npv": 1023456.78, "clean_price": 102.35, "yield": 0.0412, "duration": 4.23, "convexity": 21.56 }
Battle-tested implementations of the most common financial instruments, with more being added regularly.
NPV, clean/dirty price, yield, duration, convexity, and cash flow analytics.
AvailableIBOR-linked notes with customizable day counts, spreads, and payment frequencies.
AvailableVanilla fixed-for-floating swaps with full leg analytics and fair rate calculation.
AvailableFRA pricing with implied forward rates and settlement calculations.
AvailableInterest rate caps, floors, and collars using Black model volatilities.
AvailableEuropean swaptions with multiple volatility surface support.
AvailableCDS pricing with hazard rate curves and fair spread calculation.
AvailableEuropean and American vanilla options with Greeks.
Coming SoonEnterprise-grade infrastructure that scales with your needs.
Industry-standard C++ pricing library used by major banks and financial institutions worldwide. Battle-tested and continuously improved since 2000.
Native C++ implementation with gRPC and FlatBuffers serialization. No Python overhead, no cold starts. Price thousands of instruments per second.
JSON REST API for simplicity, gRPC for performance. Use what fits your stack. Full OpenAPI documentation included.
Distributed architecture with Envoy load balancing. Auto-scales based on demand. Deploy on your cloud or use our managed service.
The pricing engine is fully open source. Audit the code, run it locally, or contribute improvements. No black boxes.
First-class Python support with type hints, async support, and seamless integration with pandas and numpy.
Quantra's pricing engine is fully open source. We believe financial infrastructure should be transparent, auditable, and community-driven. The managed API adds convenience, scalability, and support—but you can always run it yourself.
View on GitHubGet your API key and start pricing in minutes. Free tier available.