{"id":83,"date":"2025-09-22T15:46:31","date_gmt":"2025-09-22T15:46:31","guid":{"rendered":"https:\/\/appleskart.com\/?p=83"},"modified":"2025-09-22T15:54:44","modified_gmt":"2025-09-22T15:54:44","slug":"iphone-emi-calculator-online-2","status":"publish","type":"post","link":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/","title":{"rendered":"iPhone EMI Calculator online"},"content":{"rendered":"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>iPhone EMI Calculator | ApplesKart<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\r\n        }\r\n        \r\n        body {\r\n            background-color: #f5f5f7;\r\n            color: #1d1d1f;\r\n            line-height: 1.6;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            min-height: 100vh;\r\n            padding: 20px;\r\n        }\r\n        \r\n        .calculator-container {\r\n            width: 100%;\r\n            max-width: 600px;\r\n            background: white;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .calculator-header {\r\n            background: linear-gradient(135deg, #0071e3 0%, #5e9eed 100%);\r\n            color: white;\r\n            padding: 25px;\r\n            text-align: center;\r\n        }\r\n        \r\n        .calculator-header h1 {\r\n            font-size: 1.8rem;\r\n            margin-bottom: 8px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 10px;\r\n        }\r\n        \r\n        .calculator-header p {\r\n            opacity: 0.9;\r\n            font-size: 1rem;\r\n        }\r\n        \r\n        .calculator-body {\r\n            padding: 25px;\r\n        }\r\n        \r\n        .input-group {\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        .input-label {\r\n            display: block;\r\n            margin-bottom: 8px;\r\n            font-weight: 600;\r\n            color: #1d1d1f;\r\n            font-size: 1rem;\r\n        }\r\n        \r\n        .input-field {\r\n            width: 100%;\r\n            padding: 15px;\r\n            border: 2px solid #e8e8ed;\r\n            border-radius: 12px;\r\n            font-size: 1.1rem;\r\n            transition: all 0.3s;\r\n        }\r\n        \r\n        .input-field:focus {\r\n            outline: none;\r\n            border-color: #0071e3;\r\n            box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.2);\r\n        }\r\n        \r\n        .range-container {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            margin-top: 10px;\r\n        }\r\n        \r\n        .range-slider {\r\n            flex: 1;\r\n            -webkit-appearance: none;\r\n            height: 8px;\r\n            border-radius: 5px;\r\n            background: #e8e8ed;\r\n            outline: none;\r\n        }\r\n        \r\n        .range-slider::-webkit-slider-thumb {\r\n            -webkit-appearance: none;\r\n            width: 22px;\r\n            height: 22px;\r\n            border-radius: 50%;\r\n            background: #0071e3;\r\n            cursor: pointer;\r\n            transition: background 0.3s;\r\n        }\r\n        \r\n        .range-slider::-webkit-slider-thumb:hover {\r\n            background: #0056b3;\r\n        }\r\n        \r\n        .range-value {\r\n            min-width: 60px;\r\n            text-align: center;\r\n            font-weight: 600;\r\n            color: #0071e3;\r\n        }\r\n        \r\n        .calculate-button {\r\n            width: 100%;\r\n            padding: 17px;\r\n            background: #0071e3;\r\n            color: white;\r\n            border: none;\r\n            border-radius: 12px;\r\n            font-size: 1.2rem;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: background 0.3s;\r\n            margin-top: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 10px;\r\n        }\r\n        \r\n        .calculate-button:hover {\r\n            background: #0056b3;\r\n        }\r\n        \r\n        .results-container {\r\n            margin-top: 30px;\r\n            background: #f5f5f7;\r\n            border-radius: 15px;\r\n            padding: 20px;\r\n            display: none;\r\n        }\r\n        \r\n        .results-title {\r\n            font-size: 1.3rem;\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n            color: #1d1d1f;\r\n            text-align: center;\r\n        }\r\n        \r\n        .emi-amount {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            color: #0071e3;\r\n            text-align: center;\r\n            margin: 15px 0;\r\n        }\r\n        \r\n        .results-details {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 15px;\r\n            margin-top: 20px;\r\n        }\r\n        \r\n        .detail-card {\r\n            background: white;\r\n            padding: 15px;\r\n            border-radius: 10px;\r\n            text-align: center;\r\n            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);\r\n        }\r\n        \r\n        .detail-value {\r\n            font-size: 1.4rem;\r\n            font-weight: 600;\r\n            color: #0071e3;\r\n        }\r\n        \r\n        .detail-label {\r\n            font-size: 0.9rem;\r\n            color: #86868b;\r\n            margin-top: 5px;\r\n        }\r\n        \r\n        .disclaimer {\r\n            margin-top: 20px;\r\n            font-size: 0.8rem;\r\n            color: #86868b;\r\n            text-align: center;\r\n            line-height: 1.4;\r\n        }\r\n        \r\n        .footer {\r\n            text-align: center;\r\n            margin-top: 25px;\r\n            padding-top: 15px;\r\n            border-top: 1px solid #e8e8ed;\r\n            color: #86868b;\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .calculator-container {\r\n                max-width: 100%;\r\n                border-radius: 15px;\r\n            }\r\n            \r\n            .calculator-header {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .calculator-header h1 {\r\n                font-size: 1.5rem;\r\n            }\r\n            \r\n            .calculator-body {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .emi-amount {\r\n                font-size: 2rem;\r\n            }\r\n            \r\n            .results-details {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 480px) {\r\n            body {\r\n                padding: 10px;\r\n            }\r\n            \r\n            .calculator-header h1 {\r\n                font-size: 1.3rem;\r\n            }\r\n            \r\n            .input-field {\r\n                padding: 12px;\r\n                font-size: 1rem;\r\n            }\r\n            \r\n            .calculate-button {\r\n                padding: 15px;\r\n                font-size: 1.1rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"calculator-container\">\r\n        <div class=\"calculator-header\">\r\n            <h1><i class=\"fas fa-calculator\"><\/i> iPhone EMI Calculator<\/h1>\r\n            <p>Calculate your monthly payments easily<\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"calculator-body\">\r\n            <div class=\"input-group\">\r\n                <label for=\"loan-amount\" class=\"input-label\">iPhone Price (\u20b9)<\/label>\r\n                <input type=\"number\" id=\"loan-amount\" class=\"input-field\" placeholder=\"Enter iPhone price\" value=\"79900\">\r\n                <div class=\"range-container\">\r\n                    <input type=\"range\" id=\"loan-amount-range\" class=\"range-slider\" min=\"10000\" max=\"200000\" step=\"1000\" value=\"79900\">\r\n                    <span id=\"loan-amount-value\" class=\"range-value\">\u20b979,900<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"input-group\">\r\n                <label for=\"interest-rate\" class=\"input-label\">Interest Rate (% per year)<\/label>\r\n                <input type=\"number\" id=\"interest-rate\" class=\"input-field\" placeholder=\"Enter interest rate\" value=\"12\" step=\"0.1\">\r\n                <div class=\"range-container\">\r\n                    <input type=\"range\" id=\"interest-rate-range\" class=\"range-slider\" min=\"5\" max=\"30\" step=\"0.5\" value=\"12\">\r\n                    <span id=\"interest-rate-value\" class=\"range-value\">12%<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"input-group\">\r\n                <label for=\"loan-tenure\" class=\"input-label\">Loan Tenure (months)<\/label>\r\n                <input type=\"number\" id=\"loan-tenure\" class=\"input-field\" placeholder=\"Enter tenure in months\" value=\"12\" min=\"3\" max=\"36\">\r\n                <div class=\"range-container\">\r\n                    <input type=\"range\" id=\"loan-tenure-range\" class=\"range-slider\" min=\"3\" max=\"36\" step=\"1\" value=\"12\">\r\n                    <span id=\"loan-tenure-value\" class=\"range-value\">12 months<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <button id=\"calculate-button\" class=\"calculate-button\">\r\n                <i class=\"fas fa-calculator\"><\/i> Calculate EMI\r\n            <\/button>\r\n            \r\n            <div id=\"results-container\" class=\"results-container\">\r\n                <div class=\"results-title\">Your Monthly Payment<\/div>\r\n                <div id=\"emi-amount\" class=\"emi-amount\">\u20b97,327<\/div>\r\n                \r\n                <div class=\"results-details\">\r\n                    <div class=\"detail-card\">\r\n                        <div id=\"total-payment\" class=\"detail-value\">\u20b987,924<\/div>\r\n                        <div class=\"detail-label\">Total Payment<\/div>\r\n                    <\/div>\r\n                    <div class=\"detail-card\">\r\n                        <div id=\"total-interest\" class=\"detail-value\">\u20b98,024<\/div>\r\n                        <div class=\"detail-label\">Total Interest<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <p class=\"disclaimer\">\r\n                    This calculation is for illustrative purposes only. Actual terms may vary based on your credit profile and lender policies.\r\n                <\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"footer\">\r\n                <p>Powered by <strong>ApplesKart.com<\/strong><\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ DOM elements\r\n        const loanAmountInput = document.getElementById('loan-amount');\r\n        const loanAmountRange = document.getElementById('loan-amount-range');\r\n        const loanAmountValue = document.getElementById('loan-amount-value');\r\n        \r\n        const interestRateInput = document.getElementById('interest-rate');\r\n        const interestRateRange = document.getElementById('interest-rate-range');\r\n        const interestRateValue = document.getElementById('interest-rate-value');\r\n        \r\n        const loanTenureInput = document.getElementById('loan-tenure');\r\n        const loanTenureRange = document.getElementById('loan-tenure-range');\r\n        const loanTenureValue = document.getElementById('loan-tenure-value');\r\n        \r\n        const calculateButton = document.getElementById('calculate-button');\r\n        const resultsContainer = document.getElementById('results-container');\r\n        const emiAmount = document.getElementById('emi-amount');\r\n        const totalPayment = document.getElementById('total-payment');\r\n        const totalInterest = document.getElementById('total-interest');\r\n\r\n        \/\/ Format currency (Indian numbering system)\r\n        function formatCurrency(amount) {\r\n            return '\u20b9' + amount.toFixed(0).toString().replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, \",\");\r\n        }\r\n\r\n        \/\/ Update range value displays\r\n        function updateRangeValues() {\r\n            loanAmountValue.textContent = formatCurrency(parseInt(loanAmountRange.value));\r\n            interestRateValue.textContent = interestRateRange.value + '%';\r\n            loanTenureValue.textContent = loanTenureRange.value + ' months';\r\n        }\r\n\r\n        \/\/ Initialize the calculator\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            \/\/ Set initial values\r\n            updateRangeValues();\r\n            \r\n            \/\/ Calculate initial EMI\r\n            calculateEMI();\r\n            \r\n            \/\/ Set up event listeners for input fields\r\n            loanAmountInput.addEventListener('input', function() {\r\n                loanAmountRange.value = this.value;\r\n                updateRangeValues();\r\n                calculateEMI();\r\n            });\r\n            \r\n            loanAmountRange.addEventListener('input', function() {\r\n                loanAmountInput.value = this.value;\r\n                updateRangeValues();\r\n                calculateEMI();\r\n            });\r\n            \r\n            interestRateInput.addEventListener('input', function() {\r\n                interestRateRange.value = this.value;\r\n                updateRangeValues();\r\n                calculateEMI();\r\n            });\r\n            \r\n            interestRateRange.addEventListener('input', function() {\r\n                interestRateInput.value = this.value;\r\n                updateRangeValues();\r\n                calculateEMI();\r\n            });\r\n            \r\n            loanTenureInput.addEventListener('input', function() {\r\n                loanTenureRange.value = this.value;\r\n                updateRangeValues();\r\n                calculateEMI();\r\n            });\r\n            \r\n            loanTenureRange.addEventListener('input', function() {\r\n                loanTenureInput.value = this.value;\r\n                updateRangeValues();\r\n                calculateEMI();\r\n            });\r\n            \r\n            calculateButton.addEventListener('click', calculateEMI);\r\n        });\r\n\r\n        \/\/ Function to calculate EMI\r\n        function calculateEMI() {\r\n            const loanAmount = parseFloat(loanAmountInput.value);\r\n            const interestRate = parseFloat(interestRateInput.value);\r\n            const loanTenure = parseInt(loanTenureInput.value);\r\n            \r\n            \/\/ Validate inputs\r\n            if (!loanAmount || !interestRate || !loanTenure) {\r\n                return;\r\n            }\r\n            \r\n            if (loanAmount <= 0 || interestRate <= 0 || loanTenure <= 0) {\r\n                return;\r\n            }\r\n            \r\n            \/\/ Calculate monthly interest rate\r\n            const monthlyInterestRate = interestRate \/ 12 \/ 100;\r\n            \r\n            \/\/ Calculate EMI using the formula: \r\n            \/\/ EMI = P * r * (1+r)^n \/ ((1+r)^n - 1)\r\n            const emi = loanAmount * monthlyInterestRate * \r\n                       Math.pow(1 + monthlyInterestRate, loanTenure) \/ \r\n                       (Math.pow(1 + monthlyInterestRate, loanTenure) - 1);\r\n            \r\n            \/\/ Calculate total payment and total interest\r\n            const totalPaymentValue = emi * loanTenure;\r\n            const totalInterestValue = totalPaymentValue - loanAmount;\r\n            \r\n            \/\/ Display results\r\n            emiAmount.textContent = formatCurrency(Math.round(emi));\r\n            totalPayment.textContent = formatCurrency(Math.round(totalPaymentValue));\r\n            totalInterest.textContent = formatCurrency(Math.round(totalInterestValue));\r\n            \r\n            \/\/ Show results container\r\n            resultsContainer.style.display = 'block';\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":65,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,2],"tags":[],"class_list":["post-83","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-iphone","category-smartphone"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>iPhone EMI Calculator online - appleskart<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"iPhone EMI Calculator online - appleskart\" \/>\n<meta property=\"og:url\" content=\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\" \/>\n<meta property=\"og:site_name\" content=\"appleskart\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-22T15:46:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-22T15:54:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"875\" \/>\n\t<meta property=\"og:image:height\" content=\"651\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"appleskart\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"appleskart\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\"},\"author\":{\"name\":\"appleskart\",\"@id\":\"https:\/\/appleskart.com\/#\/schema\/person\/0a42f0d8ec864f68f5af753e528d8504\"},\"headline\":\"iPhone EMI Calculator online\",\"datePublished\":\"2025-09-22T15:46:31+00:00\",\"dateModified\":\"2025-09-22T15:54:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\"},\"wordCount\":8,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/appleskart.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg\",\"articleSection\":[\"iphone\",\"Smartphone\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\",\"url\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\",\"name\":\"iPhone EMI Calculator online - appleskart\",\"isPartOf\":{\"@id\":\"https:\/\/appleskart.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg\",\"datePublished\":\"2025-09-22T15:46:31+00:00\",\"dateModified\":\"2025-09-22T15:54:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage\",\"url\":\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg\",\"contentUrl\":\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg\",\"width\":875,\"height\":651,\"caption\":\"iphone-EMI-calculator-online-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/appleskart.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"iPhone EMI Calculator online\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/appleskart.com\/#website\",\"url\":\"https:\/\/appleskart.com\/\",\"name\":\"appleskart\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/appleskart.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/appleskart.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/appleskart.com\/#organization\",\"name\":\"appleskart\",\"url\":\"https:\/\/appleskart.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appleskart.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/cropped-appleskart-1.png\",\"contentUrl\":\"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/cropped-appleskart-1.png\",\"width\":59,\"height\":60,\"caption\":\"appleskart\"},\"image\":{\"@id\":\"https:\/\/appleskart.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/appleskart.com\/#\/schema\/person\/0a42f0d8ec864f68f5af753e528d8504\",\"name\":\"appleskart\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appleskart.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e6208fd02107708f64abb665f5a442cbe24c28e4bf3f93c0f74f0f5055436100?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e6208fd02107708f64abb665f5a442cbe24c28e4bf3f93c0f74f0f5055436100?s=96&d=mm&r=g\",\"caption\":\"appleskart\"},\"sameAs\":[\"https:\/\/appleskart.com\"],\"url\":\"https:\/\/appleskart.com\/author\/appleskart\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"iPhone EMI Calculator online - appleskart","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/","og_locale":"en_US","og_type":"article","og_title":"iPhone EMI Calculator online - appleskart","og_url":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/","og_site_name":"appleskart","article_published_time":"2025-09-22T15:46:31+00:00","article_modified_time":"2025-09-22T15:54:44+00:00","og_image":[{"width":875,"height":651,"url":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg","type":"image\/jpeg"}],"author":"appleskart","twitter_card":"summary_large_image","twitter_misc":{"Written by":"appleskart"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#article","isPartOf":{"@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/"},"author":{"name":"appleskart","@id":"https:\/\/appleskart.com\/#\/schema\/person\/0a42f0d8ec864f68f5af753e528d8504"},"headline":"iPhone EMI Calculator online","datePublished":"2025-09-22T15:46:31+00:00","dateModified":"2025-09-22T15:54:44+00:00","mainEntityOfPage":{"@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/"},"wordCount":8,"commentCount":0,"publisher":{"@id":"https:\/\/appleskart.com\/#organization"},"image":{"@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage"},"thumbnailUrl":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg","articleSection":["iphone","Smartphone"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/","url":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/","name":"iPhone EMI Calculator online - appleskart","isPartOf":{"@id":"https:\/\/appleskart.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage"},"image":{"@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage"},"thumbnailUrl":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg","datePublished":"2025-09-22T15:46:31+00:00","dateModified":"2025-09-22T15:54:44+00:00","breadcrumb":{"@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#primaryimage","url":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg","contentUrl":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/iphone-EMI-calculator-online-1.jpg","width":875,"height":651,"caption":"iphone-EMI-calculator-online-1"},{"@type":"BreadcrumbList","@id":"https:\/\/appleskart.com\/index.php\/2025\/09\/22\/iphone-emi-calculator-online-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/appleskart.com\/"},{"@type":"ListItem","position":2,"name":"iPhone EMI Calculator online"}]},{"@type":"WebSite","@id":"https:\/\/appleskart.com\/#website","url":"https:\/\/appleskart.com\/","name":"appleskart","description":"","publisher":{"@id":"https:\/\/appleskart.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/appleskart.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/appleskart.com\/#organization","name":"appleskart","url":"https:\/\/appleskart.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appleskart.com\/#\/schema\/logo\/image\/","url":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/cropped-appleskart-1.png","contentUrl":"https:\/\/appleskart.com\/wp-content\/uploads\/2025\/09\/cropped-appleskart-1.png","width":59,"height":60,"caption":"appleskart"},"image":{"@id":"https:\/\/appleskart.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/appleskart.com\/#\/schema\/person\/0a42f0d8ec864f68f5af753e528d8504","name":"appleskart","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appleskart.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e6208fd02107708f64abb665f5a442cbe24c28e4bf3f93c0f74f0f5055436100?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e6208fd02107708f64abb665f5a442cbe24c28e4bf3f93c0f74f0f5055436100?s=96&d=mm&r=g","caption":"appleskart"},"sameAs":["https:\/\/appleskart.com"],"url":"https:\/\/appleskart.com\/author\/appleskart\/"}]}},"_links":{"self":[{"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/posts\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":2,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/posts\/83\/revisions"}],"predecessor-version":[{"id":86,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/posts\/83\/revisions\/86"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/media\/65"}],"wp:attachment":[{"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/media?parent=83"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/categories?post=83"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appleskart.com\/index.php\/wp-json\/wp\/v2\/tags?post=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}