{"id":32,"date":"2023-09-05T05:29:34","date_gmt":"2023-09-05T04:29:34","guid":{"rendered":"https:\/\/efinlab.in\/?page_id=32"},"modified":"2023-09-05T19:22:33","modified_gmt":"2023-09-05T18:22:33","slug":"emi-calculator","status":"publish","type":"page","link":"https:\/\/efinlab.in\/?page_id=32","title":{"rendered":"EMI Calculator"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n<p><!DOCTYPE html> <html> <head> <title>Loan EMI Calculator<\/title> <\/head> <body> <\/p>\n<h1>Loan EMI Calculator<\/h1>\n<form id=\"loan-form\"> <label for=\"loan-amount\">Loan Amount (in Rs):<\/label> <input type=\"number\" id=\"loan-amount\" required><\/p>\n<p> <label for=\"interest-rate\">Annual Interest Rate (%):<\/label> <input type=\"number\" id=\"interest-rate\" required><\/p>\n<p> <label for=\"loan-tenure\">Loan Tenure (in months):<\/label> <input type=\"number\" id=\"loan-tenure\" required><\/p>\n<p> <input type=\"button\" value=\"Calculate EMI\" onclick=\"calculateEMI()\"> <\/form>\n<h2>EMI Result:<\/h2>\n<p id=\"emi-result\">\n<p> <script> function calculateEMI() { const loanAmount = parseFloat(document.getElementById('loan-amount').value); const annualInterestRate = parseFloat(document.getElementById('interest-rate').value); const loanTenure = parseFloat(document.getElementById('loan-tenure').value); if (isNaN(loanAmount) || isNaN(annualInterestRate) || isNaN(loanTenure)) { alert(\"Please enter valid numeric values.\"); return; } const monthlyInterestRate = (annualInterestRate \/ 12) \/ 100; const emi = (loanAmount * monthlyInterestRate * Math.pow(1 + monthlyInterestRate, loanTenure)) \/ (Math.pow(1 + monthlyInterestRate, loanTenure) - 1); document.getElementById('emi-result').textContent = `Your EMI: Rs.${emi.toFixed(2)} per month`; } <\/script> <\/body> <\/html><\/p>","protected":false},"excerpt":{"rendered":"<p>Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-32","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/efinlab.in\/?page_id=32\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"eFinlab \u2022\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"EMI Calculator \u2022 eFinlab\" \/>\n\t\t<meta property=\"og:description\" content=\"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/efinlab.in\/?page_id=32\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-09-05T04:29:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-09-05T18:22:33+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61550757221511\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"EMI Calculator \u2022 eFinlab\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/efinlab.in\\\/?page_id=32#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/efinlab.in#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/efinlab.in\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/efinlab.in\\\/?page_id=32#listItem\",\"name\":\"EMI Calculator\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/efinlab.in\\\/?page_id=32#listItem\",\"position\":2,\"name\":\"EMI Calculator\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/efinlab.in#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/efinlab.in\\\/#organization\",\"name\":\"eFinlab\",\"url\":\"https:\\\/\\\/efinlab.in\\\/\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61550757221511\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/efinlab.in\\\/?page_id=32#webpage\",\"url\":\"https:\\\/\\\/efinlab.in\\\/?page_id=32\",\"name\":\"EMI Calculator \\u2022 eFinlab\",\"description\":\"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/efinlab.in\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/efinlab.in\\\/?page_id=32#breadcrumblist\"},\"datePublished\":\"2023-09-05T05:29:34+01:00\",\"dateModified\":\"2023-09-05T19:22:33+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/efinlab.in\\\/#website\",\"url\":\"https:\\\/\\\/efinlab.in\\\/\",\"name\":\"eFinlab\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/efinlab.in\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"EMI Calculator \u2022 eFinlab","description":"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:","canonical_url":"https:\/\/efinlab.in\/?page_id=32","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/efinlab.in\/?page_id=32#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/efinlab.in#listItem","position":1,"name":"Home","item":"https:\/\/efinlab.in","nextItem":{"@type":"ListItem","@id":"https:\/\/efinlab.in\/?page_id=32#listItem","name":"EMI Calculator"}},{"@type":"ListItem","@id":"https:\/\/efinlab.in\/?page_id=32#listItem","position":2,"name":"EMI Calculator","previousItem":{"@type":"ListItem","@id":"https:\/\/efinlab.in#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/efinlab.in\/#organization","name":"eFinlab","url":"https:\/\/efinlab.in\/","sameAs":["https:\/\/www.facebook.com\/profile.php?id=61550757221511"]},{"@type":"WebPage","@id":"https:\/\/efinlab.in\/?page_id=32#webpage","url":"https:\/\/efinlab.in\/?page_id=32","name":"EMI Calculator \u2022 eFinlab","description":"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/efinlab.in\/#website"},"breadcrumb":{"@id":"https:\/\/efinlab.in\/?page_id=32#breadcrumblist"},"datePublished":"2023-09-05T05:29:34+01:00","dateModified":"2023-09-05T19:22:33+01:00"},{"@type":"WebSite","@id":"https:\/\/efinlab.in\/#website","url":"https:\/\/efinlab.in\/","name":"eFinlab","inLanguage":"en-US","publisher":{"@id":"https:\/\/efinlab.in\/#organization"}}]},"og:locale":"en_US","og:site_name":"eFinlab \u2022","og:type":"article","og:title":"EMI Calculator \u2022 eFinlab","og:description":"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:","og:url":"https:\/\/efinlab.in\/?page_id=32","article:published_time":"2023-09-05T04:29:34+00:00","article:modified_time":"2023-09-05T18:22:33+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=61550757221511","twitter:card":"summary_large_image","twitter:title":"EMI Calculator \u2022 eFinlab","twitter:description":"Loan EMI Calculator Loan EMI Calculator Loan Amount (in Rs): Annual Interest Rate (%): Loan Tenure (in months): EMI Result:"},"aioseo_meta_data":{"post_id":"32","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-03-18 12:38:39","updated":"2025-06-10 21:57:38","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/efinlab.in\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tEMI Calculator\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/efinlab.in"},{"label":"EMI Calculator","link":"https:\/\/efinlab.in\/?page_id=32"}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/efinlab.in\/index.php?rest_route=\/wp\/v2\/pages\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/efinlab.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/efinlab.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/efinlab.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/efinlab.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=32"}],"version-history":[{"count":7,"href":"https:\/\/efinlab.in\/index.php?rest_route=\/wp\/v2\/pages\/32\/revisions"}],"predecessor-version":[{"id":55,"href":"https:\/\/efinlab.in\/index.php?rest_route=\/wp\/v2\/pages\/32\/revisions\/55"}],"wp:attachment":[{"href":"https:\/\/efinlab.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}