Blended Loan Interest Rate Calculator
MathCompute the single weighted-average interest rate across a list of loan balances (e.g. credit cards or student loans considered for consolidation), plus total balance and combined monthly and annual interest accrual
Enter each loan's balance and interest rate and this tool weights every rate by its share of the combined balance to produce the single blended rate that represents all of them together. It also breaks out each loan's monthly interest and share of the total, plus the combined monthly and annual interest accrual, which is the number most people actually want when deciding whether consolidating several debts into one new loan is worth it. It is pure arithmetic over the numbers you enter, there is no live rate lookup or credit account connection involved.
How to use Blended Loan Interest Rate Calculator
- 1.Add each loan's balance and annual interest rate as a percent.
- 2.Read the blended rate, total balance, and combined monthly/annual interest at the top.
- 3.Check each loan's row for its individual monthly interest and share of the total balance.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/blended-loan-rate-calculator \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"loans":[{"label":"Credit card","balance":10000,"ratePercent":20},{"label":"Student loan","balance":5000,"ratePercent":5}]}'Get an API key from your dashboard · Full API docs →