貯蓄・投資利息
単利 計算ツール
元本にかかる単利を期間にわたって、そしてなぜ年を追うごとにその区別が重要になるかを示す、複利との並列比較付きで。
数値
- 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}'スキーマ: GET /api/v1/tools/simple-interest · MCP ツール名: simple_interest