借贷与债务贷款
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