Now in public beta

Financial derivatives pricing, as an API

Production-grade pricing engine powered by QuantLib. Price bonds, swaps, caps, swaptions, and credit derivatives via REST or gRPC.

Get Started View Products
# 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
}

What you can price

Battle-tested implementations of the most common financial instruments, with more being added regularly.

Fixed Rate Bonds

NPV, clean/dirty price, yield, duration, convexity, and cash flow analytics.

Available

Floating Rate Bonds

IBOR-linked notes with customizable day counts, spreads, and payment frequencies.

Available

Interest Rate Swaps

Vanilla fixed-for-floating swaps with full leg analytics and fair rate calculation.

Available

Forward Rate Agreements

FRA pricing with implied forward rates and settlement calculations.

Available

Caps & Floors

Interest rate caps, floors, and collars using Black model volatilities.

Available

Swaptions

European swaptions with multiple volatility surface support.

Available

Credit Default Swaps

CDS pricing with hazard rate curves and fair spread calculation.

Available

Equity Options

European and American vanilla options with Greeks.

Coming Soon

Built for production

Enterprise-grade infrastructure that scales with your needs.

01

Powered by QuantLib

Industry-standard C++ pricing library used by major banks and financial institutions worldwide. Battle-tested and continuously improved since 2000.

02

Sub-millisecond latency

Native C++ implementation with gRPC and FlatBuffers serialization. No Python overhead, no cold starts. Price thousands of instruments per second.

03

REST & gRPC

JSON REST API for simplicity, gRPC for performance. Use what fits your stack. Full OpenAPI documentation included.

04

Horizontally scalable

Distributed architecture with Envoy load balancing. Auto-scales based on demand. Deploy on your cloud or use our managed service.

05

Open source core

The pricing engine is fully open source. Audit the code, run it locally, or contribute improvements. No black boxes.

06

Python client

First-class Python support with type hints, async support, and seamless integration with pandas and numpy.

Open source at heart

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 GitHub

Ready to get started?

Get your API key and start pricing in minutes. Free tier available.