حساب سداد بطاقات الائتمان
انظر كم من الوقت يستغرق لتصفية رصيد بطاقة الائتمان والفائدة التي تكلفها.
النتائج تحديث كما تكتب.
عن هذه الحاسبة
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, add 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 see how long it takes to pay off a credit card balance at a fixed monthly payment, and how much interest you pay.Use this calculator to see how long 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
الأسئلة المتكررة
لماذا بطاقتي تستغرق وقتاً طويلاً لتسديدها؟
عندما تكون مدفوعاتك الشهرية قريبة من رسوم الفائدة الشهرية، فإن أياً منها لا يقلل من الرصيد. والدفع أكثر من الحد الأدنى يقلص بشكل كبير من وقت السداد ويخفض الفائدة.
ماذا لو كان دخلي منخفضاً جداً؟
إذا لم تكن المدفوعات الشهرية تغطي الفائدة في الشهر الأول، فإن الرصيد لن ينخفض أبدا. ولا تظهر هذه الحاسبة أي مدفوعات عندما يحدث ذلك.
كيف يتم حساب الفائدة على بطاقات الائتمان؟
ويتم قسمة معدل الفائدة السنوي على 12 للحصول على سعر شهري، والذي يتم تطبيقه على رصيدك المتبقي كل شهر. وبمعدل فائدة سنوي قدره 22%، فإن هذا يعني نحو 1.83% شهريا ــ لذا فإن رصيد 4000 دولار يتراكم نحو 73 فائدة في الشهر الأول وحده.
كم يجب أن أدفع كل شهر لأتخلص منه بسرعة؟
إن أي مبلغ يتجاوز الحد الأدنى يذهب مباشرة إلى رأس المال ويقصر فترة السداد بشكل كبير. وحاول رفع الدفعة الشهرية في الحاسب الآلي لمعرفة عدد الأشهر وكم الفائدة التي توفرها كل زيادة.
ماذا تفعل التهم الجديدة بدفعي؟
إن الإنفاق الذي تضيفه كل شهر يحمل فائدة أيضاً ويقابل دفعك، لذا فإن الرصيد ينخفض ببطء أكبر ــ أو لا يزال كذلك إذا ابتلعت الرسوم الجديدة التقدم. وأدخل رقماً تحت الخيارات المتقدمة لنماذج الاستخدام المستمر للبطاقة.
هل دفع الحد الأدنى فقط يزيل البطاقة؟
إن الاستثمار في البنوك قادر على إعادة بناء الاقتصاد، ولكن ببطء شديد وبتكلفة باهظة، وذلك لأن أغلب الحد الأدنى من المدفوعات يذهب إلى الفائدة في وقت مبكر. وهذا هو السبب في تقلص وقت السداد والفائدة الإجمالية بشكل حاد عندما تدفع أكثر من الحد الأدنى.
API - استخدام هذا الحاسب من الشفرة
استدعاء هذه الحاسبة كنقطة نهاية JSON مجانية - لا مفتاح مطلوب. إرسال قيم الحقل أدناه كبارامترات الاستفسار أو JSON. أي شيء تحذفه يستخدم نفس الافتراض الذي تم ملء هذه الصفحة مسبقاً به؛ البارامترات غير المعروفة هي 400، لا صفر صامت أبداً. اقرأ كامل وثائق 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);
النتائج هي تقديرات للتوجيه العام فقط، وليس المشورة المالية أو الطبية أو الضريبية.