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}'

스키마: GET /api/v1/tools/simple-interest · MCP 도구 이름: simple_interest