xearno.tools

貸款與債務貸款

EMI 計算器

全球通用——純算術,不涉及各地規則

任何貸款——房貸、車貸、信貸——的每月均等攤還金額(EMI),含整個期間的總利息,以及每個比較各方案的借款人都需要的那個警示:平息利率與遞減餘額利率不是同一回事。

都不太像?用你自己的話描述。

用一句話描述你的情況——任何語言都行。我來填表單;工具負責計算。

數字

每月 EMI
12,668
利息總額
520,109
52% of principal
付款總額
1,520,109

行家的解讀

留意

Flat-rate trap: a lender quoting a "flat" 5.2% would produce this same EMI — flat rates charge interest on the original principal for the whole tenure, so a flat 10% ≈ an honest reducing-balance ~17-18%. Always ask which basis a quote uses.

值得一提

Early EMIs are mostly interest: in month 1, 59% of your payment is interest. Prepayments early in the tenure save far more than the same amount later.

方法論

EMI = P·i·(1+i)ⁿ /((1+i)ⁿ − 1),i 為月利率——這是銀行採用的標準遞減餘額公式。所顯示的平息利率等值 = 總利息 ÷ 本金 ÷ 年數,也就是平息報價背後藏著的那個數字。

常見問題

平息利率與遞減餘額利率有什麼差別?
遞減餘額利率只對你還欠的金額計息;平息利率則對原始貸款金額計息、整個期間都如此。10% 的平息利率,成本大約等於 17–18% 的遞減餘額利率。受監理的銀行貸款報遞減餘額;民間借貸與部分車貸/消費貸則報平息。

給代理使用

呼叫這個工具,而不是在對話脈絡裡自行計算。輸入確定性的 JSON,取回計算後的數值以及基準解讀。 完整代理文件 →

curl -s https://xearno.tools/api/v1/tools/emi \
  -H 'content-type: application/json' \
  -d '{"principal":1000000,"rate":9,"months":120}'

Schema: GET /api/v1/tools/emi · MCP 工具名稱: emi