シンプルな利息計算器
時間経過に伴う本金の単純利息を計算する。複合化はしない。
結果はタイプすると更新されます。
この計算機の情報
interest is charged on the original principal, never on interest that has already accrued. The formula is Interest = Principal × Rate × Time, with the rate as a decimal and the time in years. Because the base never grows, the interest is the same every year and the balance climbs in a straight line rather than a curve. Double the time to 6 years and the interest simply doubles to 1,500 — there is no compounding to accelerate it. Simple interest is charged only on the original principal, never on interest that has already accrued.For example,Simple interest is common on some car, personal or bridging loans, and on certain bonds and savings products. Use this calculator to check the cost of such a loan, and compare it with the compound interest calculator.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some car, personal or bridging loans, and on some bonds and savings products.Simple interest is common on some
よくある質問
単純利子公式は何ですか。
利息=本金×利率×時間、利率は小数点で表す。5000円を5%で3年間貯めたら、5000×0.05×3=750。
単純利子と複合利子の違いは何か。
単純利息は本金のみで計算され、直線的に増加します。複合利息は本金と前利息で計算され、時間とともに速く増加します。
借金の総額はどうやって計算しますか。
本金に利息を加えます。3 年間で 5% の利率で 5,000 円を借りた場合、利息は 750 円になります。返済すべき総額は 5,000 + 750 = 5,750 円です。計算機は利息と総額を表示します。
半年間の入学はできますか。
時間フィールドは分数を受け入れます 18ヶ月は1.5年 6ヶ月は0.5年です 利息は時間と直接関係します 半年は半分の利息です
支払った利息から利率をどうやって見つける?
式を再配置して下さい: 利率 = 利息÷(本金×時間) 3 年間に 5,000 円で 750 円を稼いだ場合、利率は 750÷(5,000×3) = 0.05 つまり年間 5% です。
複利の代わりに単利を用いるのはいつであるか。
これは短期貸付、自動車や個人貸付、再投資よりも利息を支払う債券やノートなどに典型的である。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/simple-interest/
curl
curl "https://calculator.free/api/v1/simple-interest/?principal=5000&rate=5&years=3"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/simple-interest/?" + new URLSearchParams({
"principal": "5000",
"rate": "5",
"years": "3"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。