xearno.tools

儲蓄與投資利息

單利計算器

本金隨時間的單利,並附上並排的複利對照,呈現這個差別為何一年比一年更重要。

不想一欄一欄填?

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

數字

Total (simple interest)
13,000.00
Interest earned
3,000.00
Same rate, compounded yearly
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