クレジットカード

クレジットカード残高を清算するのにどれだけ時間がかかるか、そしてそれがかかる利息を見てみてください。

$
%
$
$
カードに毎月追加する 支出の額です
時間を払い戻す
利子総額
支払総額

結果はタイプすると更新されます。

この計算機の情報

you have a credit card, you can use this calculator to calculate how many months it takes to pay off a credit card balance at a fixed monthly payment, and how much interest you pay along the way. Each month it charges interest of one-twelfth of the APR on the remaining balance, adds any new spending you enter, then subtracts your payment — repeating until the balance reaches zero. A higher monthly payment clears the balance far faster and costs far less interest. If you have a credit card, you can use this calculator to calculate how many months it takes to pay off a credit card balance at a fixed monthly payment, and how much interest you pay along the way.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to build a realistic payoff plan.Use this calculator to

よくある質問

なぜカードの返済に 時間がかかるの?

月払いが月利に近いときは、ほとんど残高を減らさない。最低限以上の支払いは、返済期間を劇的に短縮し、利息を減らす。

給料が低すぎたら?

月々の支払いが最初の月の利息をカバーしない場合、残高は決して減らされません。この計算機はその場合は支払いを表示しません。

クレジットカードの利息はどう計算されますか。

月利は、残高に適用されます。 22%の月利で、月に約1.83%です。 4,000の残高は、最初の月だけで約73の利息を生み出します。

早く解決するために 毎月何を払うべきですか?

最小額を超える金額は直接本金に戻り、 返済期間が劇的に短縮されます。 計算機で月額を増やしてみてください。 増やすごとにどれだけの月数と利子が節約されるのかを見てください。

新しい罪は 私の報酬にどう影響する?

毎月追加する支出は利息もかかり、支払いを抵当にするので、残高はゆっくりと減少します。新しい料金が進捗を吸い取った場合は決してクリアされません。 カードの継続的な使用をモデル化するために、高度なオプションで数字を入力してください。

最低限の支払いで カードをクリアできるのか?

これは可能だが、非常にゆっくりと、大きなコストを伴う。最低支払い金の大部分が初期に利子に使われるからである。これが、最低支払い金より多く支払うと、返済期間と総利子が急激に縮小する理由である。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/credit-card-payoff/

curl

curl "https://calculator.free/api/v1/credit-card-payoff/?balance=4000&apr=22&payment=200"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/credit-card-payoff/?" + new URLSearchParams({
    "balance": "4000",
    "apr": "22",
    "payment": "200"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。