KCharselect unicode block name
Calculate simple interest on a principal over time — no compounding.
Results update as you type.
[Translation temporarily unavailable. Please try again.]
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 charged only on the original principal, never on interest that has already accrued.Simple interest is common on some short-term and 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.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
Tambayoyi da ake yi da yawa
Mẽne ne ma'anar ƙididdiga?
% 1: request type
Mẽne ne ya sãɓa wa riba?
Simple interest is calculated only on the principal, so it grows in a straight line. Compound interest is calculated on the principal plus prior interest, so it grows faster over time.
Ta yaya zan iya ƙididdige yawan kudin da ake bin ni?
Ƙara riba ga babban kudin. Ga 5,000 a 5% a cikin shekaru 3 riba ce 750, don haka adadin da za'a biya shi ne 5,000 + 750 = 5,750. Kalkulator na nuna riba da wannan adadin duka.
Shin, zan iya shiga wata shekara ta yanki?
Yanzu, za ka iya canza wannan maɓalli zuwa "%s":%s
How do I find the interest rate from the interest paid?
Rearrange the formula: Rate = Interest ÷ (Principal × Time). If 5,000 over 3 years earned 750, the rate is 750 ÷ (5,000 × 3) = 0.05, or 5% a year.
Shin, a yaushe ake amfani da riba mai sauƙi a matsayin riba mai haɗari?
A cikin wannan littafin, an yi bayani game da wasu daga cikin manyan abubuwan da suka faru a cikin tarihin duniya, da kuma wasu daga cikin manyan abubuwan da suka faru a cikin tarihin duniya, da kuma wasu daga cikin manyan abubuwan da suka faru a cikin tarihin duniya.
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.] Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. [Translation temporarily unavailable. Please try again.] →
Endpoint
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);
Results are estimates for general guidance only, not financial, medical or tax advice.