Home / MCP Tools / Bond Price Calculator
Live MCP toolfinance

Bond Price Calculator

Fair value of a fixed-coupon bond given face value, coupon rate, market yield, and maturity.

Free tier eligible — 500 calls/month with a free key from /pricing; x402 pay-per-call above quota.

Parameters

ParameterTypeRequiredDescription
face_valuenumberoptionalFace/par value (default 1000)
coupon_ratenumberrequiredAnnual coupon rate as a decimal
market_ratenumberrequiredAnnual market yield as a decimal
yearsnumberrequiredYears to maturity
frequencyintegeroptionalCoupons per year (default 2)

Call it over MCP (JSON-RPC 2.0)

curl -s https://wingmanprotocol.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "bond_price", "arguments": {"coupon_rate": 0.07, "market_rate": 0.07, "years": 30}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/bond_price \
  -H 'Content-Type: application/json' \
  -d '{"coupon_rate": 0.07, "market_rate": 0.07, "years": 30}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/bond_price from your browser.

Related tools in Finance

finance
Loan Amortization Schedule
Full month-by-month amortization table with principal, interest, and balance columns.
finance
Annuity Present / Future Value
Compute the present or future value of an ordinary annuity or annuity-due.
finance
CAGR (Compound Annual Growth Rate) Calculator
Compound annual growth rate and total growth between two values over N years.
finance
Compound Interest / Future Value Calculator
Future value, total contributions and interest with optional periodic deposits.
finance
Depreciation Schedule Calculator
Straight-line or double-declining-balance schedule for an asset.
finance
Effective Rate (APR <-> APY)
Convert a nominal rate to effective annual yield, or back, at any compounding frequency.