{"sistema":"PRICE","principal":10000,"monthly_rate_percent":1.5,"months":12,"primeira_prestacao":916.8,"ultima_prestacao":916.8,"total_pago":11001.6,"total_juros":1001.6,"schedule":[{"parcela":1,"prestacao":916.8,"juros":150,"amortizacao":766.8,"saldo":9233.2},{"parcela":2,"prestacao":916.8,"juros":138.5,"amortizacao":778.3,"saldo":8454.9},{"parcela":3,"prestacao":916.8,"juros":126.82,"amortizacao":789.98,"saldo":7664.92},{"parcela":4,"prestacao":916.8,"juros":114.97,"amortizacao":801.83,"saldo":6863.1},{"parcela":5,"prestacao":916.8,"juros":102.95,"amortizacao":813.85,"saldo":6049.24},{"parcela":6,"prestacao":916.8,"juros":90.74,"amortizacao":826.06,"saldo":5223.18},{"parcela":7,"prestacao":916.8,"juros":78.35,"amortizacao":838.45,"saldo":4384.73},{"parcela":8,"prestacao":916.8,"juros":65.77,"amortizacao":851.03,"saldo":3533.7},{"parcela":9,"prestacao":916.8,"juros":53.01,"amortizacao":863.79,"saldo":2669.91},{"parcela":10,"prestacao":916.8,"juros":40.05,"amortizacao":876.75,"saldo":1793.15},{"parcela":11,"prestacao":916.8,"juros":26.9,"amortizacao":889.9,"saldo":903.25},{"parcela":12,"prestacao":916.8,"juros":13.55,"amortizacao":903.25,"saldo":0}]}
curl --location --request GET 'https://zylalabs.com/api/13141/loan+calculator+api/26655/amortization+schedule?principal=10000&monthly_rate=1.5&months=12' --header 'Authorization: Bearer YOUR_API_KEY'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए लोन कैलकुलेटर API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
फिक्स्ड किस्त विधि और स्थिर अमोर्टाइजेशन विधि का उपयोग करते हुए पूर्ण ऋण अमोर्टाइजेशन अनुसूचियों की गणना करें प्रधान राशि मासिक ब्याज दर और किस्तों की संख्या प्रदान करें और प्रत्येक किस्त उसके ब्याज अमोर्टाइजेशन और शेष संतुलन के साथ प्राप्त करें साथ ही कुल भुगतान किए गए
लोन कैलकुलेटर एपीआई ऋणों के लिए एक पूर्ण अमोर्टाइजेशन अनुसूची लौटाता है जिसमें प्रत्येक किस्त राशि, भुगतान किए गए ब्याज, मुख्य अमोर्टाइजेशन, शेष राशि और ऋण अवधि के दौरान भुगतान की गई कुल राशि जैसे विवरण शामिल हैं
Key fields in the response include "principal," "monthly_rate_percent," "months," "schedule" (which contains installment details), "total_pago" (total paid), and "total_juros" (total interest).
The endpoint accepts three parameters: "principal" (loan amount), "monthly_rate_percent" (interest rate), and "months" (number of installments). Users can customize their requests by adjusting these values.
The response data is structured in JSON format, with a main object containing loan details and an array called "schedule" that lists each installment's breakdown, including interest, amortization, and remaining balance.
सामान्य उपयोग के मामले व्यक्तिगत वित्त अनुप्रयोगों उधार मंचों और वित्तीय तकनीक के समाधानों को शामिल करते हैं जिन्हें उपयोगकर्ता ऋणों के लिए विस्तृत ऋण चुकौती कार्यक्रम की आवश्यकता होती है जिससे उपयोगकर्ताओं को उनके भुगतान के दायित्वों को समझने में मदद मिलती है
Users can analyze the "schedule" array to track payment progress, assess interest versus principal contributions, and calculate remaining balances, aiding in financial planning and decision-making.
Data accuracy is maintained through consistent calculations based on standard amortization formulas. The API ensures that the results reflect accurate financial principles for fixed installment and constant amortization methods.
Users can expect a consistent pattern where each installment shows a fixed payment amount, decreasing interest, and increasing principal amortization over time, culminating in a zero balance at the end of the term.