Murabaha Calculator
Sharia-compliant cost-plus financing — the bank buys the asset and resells it to you at an agreed markup, payable in fixed monthly installments. No riba; markup is embedded in the sale price upfront.
Inputs
Percentage of asset cost added to the sale price.
Result
Monthly installment
$2,166.67
Over 5 years (60 payments)
Sale & financing structure
Transparency comparison (NOT an interest charge)
The effective APR is the annualised IRR of your cashflow stream — it answers "what conventional loan rate would produce the same payment?". This is a transparency disclosure required by some regulators (e.g. UAE Central Bank), NOT an interest charge. Murabaha is a sale contract; the markup is fixed at signing and cannot increase on default.
Powered by the calcnook engine
Same deterministic math runs as a Python package, an MCP server for AI agents, and on this page. No API keys, no network — pure stdlib.
>>> from calcnook.core.islamic.murabaha import calculate >>> r = calculate(100_000, 30.0, 5) >>> round(r.monthly_installment, 2) 2166.67