貸款與債務貸款
EMI 計算器
任何貸款——房貸、車貸、信貸——的每月均等攤還金額(EMI),含整個期間的總利息,以及每個比較各方案的借款人都需要的那個警示:平息利率與遞減餘額利率不是同一回事。
數字
- Monthly EMI
- 12,668
- Total interest
- 520,109
- 52% of principal
- Total payment
- 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