xearno.tools

储蓄与投资利息

单利计算器

全球通用——纯算术,不涉及各地规则

一笔本金随时间产生的单利,并列出复利对照,展示为什么这个区别随年份增加而愈发要紧。

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

用一句话描述你的情况——任何语言都行。我来填表,工具来算。

数值

合计(单利)
13,000.00
利息收益
3,000.00
同样利率,按年复利
13,382.26
+382.26 more than simple

行家的解读

值得了解

The gap to compounding grows with time: 382 here, and it accelerates — check which one your loan or investment actually uses. Most bank products compound; many private/informal loans quote simple interest.

方法说明

单利:I = P × r × t。对照行:P × (1+r)^t,按年复利。

面向智能体

调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →

curl -s https://xearno.tools/api/v1/tools/simple-interest \
  -H 'content-type: application/json' \
  -d '{"principal":10000,"rate":6,"years":5}'

Schema: GET /api/v1/tools/simple-interest · MCP 工具名: simple_interest