{"id":903,"date":"2023-11-27T10:04:26","date_gmt":"2023-11-27T10:04:26","guid":{"rendered":"https:\/\/wpwebtest.ncfe.org.in\/be\/?page_id=903"},"modified":"2023-11-27T10:21:58","modified_gmt":"2023-11-27T10:21:58","slug":"simple-and-compound-interest-calculator","status":"publish","type":"page","link":"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/","title":{"rendered":"Simple and Compound Interest Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"903\" class=\"elementor elementor-903\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a120942 e-flex e-con-boxed e-con e-parent\" data-id=\"a120942\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46457b3 elementor-widget elementor-widget-shortcode\" data-id=\"46457b3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-datepicker\/1.9.0\/css\/bootstrap-datepicker.min.css\">\n<style>\n    .blueBgColor {\n        background-color: #2E4AB8;\n        color: #fff;\n    }\n    .pensionValueBox, .apypensionValueBox {\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        border-radius: 6px;\n        width: 100%;\n        text-align: center;\n        padding: 15px 10px;\n    }\n\n    .my-4 {\n        margin-top: 1.5rem!important;\n        margin-bottom: 1.5rem!important;\n    }\n\n    p.m-0 {\n        font-size: 22px;\n        font-weight: bold;\n    }\n\n    \/* CSS for the loader image *\/\n    #loader {\n        position: fixed;\n        z-index: 9999;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(255, 255, 255, 0.7);\n        text-align: center;\n        padding-top: 12%;\n        font-size: 30px;\n        font-weight: bolder;\n        text-transform: uppercase;\n    }\n    #loader img {\n        \/* Set width, height, or other styles for the loader image *\/\n        width: 50px;\n        height: 50px;\n        \/* Add any additional styles as needed *\/\n    }\n\n    .calculate_simple_compound,input#datepicker {\n        padding: 5px 10px 5px 10px !important;\n    }\n\n<\/style>\n<div class=\"container-fluid calculator-form\" style=\"max-width: 100%;\">\n\n    <div id=\"loader\" style=\"display: none;\">\n        <!--<img decoding=\"async\" src=\"\" alt=\"Loader\">-->\n\n        <!-- Your loader\/spinner HTML or image goes here -->\n        Loading...\n    <\/div>\n\n\n    <div class=\"row\">\n        <div class=\"col-md-6\">\n            <div class=\"card\">\n                <div class=\"card-body\">\n                    <h5 class=\"card-title\">Calculator Form<\/h5>\n                    <p class=\"card-text\">A simple interest calculator is a utility tool that calculates the interest on loans or savings without compounding. You may calculate the simple interest on the principal amount on a daily, monthly, or yearly basis. The simple interest calculator has a formula box, where you enter the principal amount, annual rate, and period in days, months, or years. The calculator will display interest on the loan or the investment.<\/p>\n                    <form id=\"custom-form-simpcom\" class=\"form-horizontal\" method=\"post\">\n\n                        <div class=\"form-group\">\n                            <label for=\"rangeInput\" class=\"col-sm-5\"> Interest Type :<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <div class=\"dropdown col-sm-12\">\n                                    <select id=\"interset_type\" class=\"calculate_simpcom\" name=\"interset_type\">\n                                        <option value=\"simple\">Simple<\/option>\n                                        <option value=\"compound\">Compound<\/option>\n                                    <\/select>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n                        <div class=\"form-group\" id=\"interset_type_compound\" style=\"display:none;\">\n                            <label for=\"rangeInput\" class=\"col-sm-5\"> Compound Frequency :<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <div class=\"dropdown col-sm-12\">\n                                    <select id=\"compound_frequency\" class=\"calculate_simpcom\" name=\"compound_frequency\">\n                                        <option value=\"DAILY\">Daily<\/option>\n                                        <option value=\"WEEKLY\">Weekly<\/option>\n                                        <option value=\"MONTHLY\">Monthly<\/option>\n                                        <option value=\"QUARTERLY\">Quarterly<\/option>\n                                        <option value=\"SEMI-ANNUALLY\">Semi-Annually<\/option>\n                                        <option value=\"ANNUALLY\">Annually<\/option><!-- comment -->\n                                    <\/select>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n\n                        <div class=\"form-group\">\n                            <label for=\"rangeInput\" class=\"col-sm-5\">Principal Amount (Rs.):<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <input type=\"text\" class=\"form-control calculate_simpcom check_max_and_min\" min=\"100\" max=\"50000000\" maxlength=\"10\" name=\"simple_pri_amt\" id=\"simple_pri_amt\"  value=\"5000\">\n                                <div id=\"validationMessage\"><\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n\n\n\n                        <div class=\"form-group\">\n                            <label for=\"rangeInput\" class=\"col-sm-4\">Annual rate :<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <input type=\"text\" class=\"form-control calculate_simpcom\" name=\"annual_rate_simple\" id=\"annual_rate_simple\" value=\"1\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"rangeInput\" class=\"col-sm-5\"> Period Unit :<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <div class=\"dropdown col-sm-12\">\n                                    <select id=\"cars\" class=\"calculate_simpcom\" name=\"period_unit_simple\">\n                                        <option value=\"DAYS\">Days<\/option>\n                                        <option value=\"WEEKS\">Weeks<\/option>\n                                        <option value=\"MONTHS\">Months<\/option>\n                                        <option value=\"QUARTERS\">Quarters<\/option>\n                                        <option value=\"YEARS\">Years<\/option>\n                                    <\/select>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"clearfix mb-4\"><\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"rangeInput\" class=\"col-sm-4\">Period :<\/label>\n                            <div class=\"input-group col-sm-7\" style=\"float: right;\">\n                                <input type=\"text\" class=\"form-control calculate_simpcom\" name=\"period_simple\" id=\"period_simple\" value=\"1\">\n                            <\/div>\n                        <\/div>\n\n\n\n                        <!-- Add more form fields here -->\n                        <div class=\"form-group\">\n                            <div class=\"col-sm-offset-2 col-sm-10\">\n                                <button type=\"button\" id=\"calculator\" data-click=\"calculate_simpcom\" class=\"btn btn-primary submit_button_click\">Calculate<\/button>\n                            <\/div>\n                        <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"col-md-6\">\n            <div class=\"card\">\n                <div class=\"card-body\">\n                    <div class=\"pensionValueBox blueBgColor my-4 \">\n                        <p class=\"m-2\">Interest Earned  <br> \n                            &#8377; <span id=\"investment_earned_simple\">70,396<\/span>\n                        <\/p> \n                        <p class=\"m-2\">Principal Amount <br> \n                            &#8377; <span id=\"principal_amt_simple\">70,396<\/span>\n                        <\/p>\n                        <p class=\"m-2\">Total Value <br> \n                            &#8377; <span id=\"total_value_simple\">70,396<\/span>\n                        <\/p>\n                    <\/div><!-- comment -->\n                    <!--<h5 class=\"card-title\">Status of your Pension Account at retirement<\/h5>-->\n                    <div class=\"col-md-12\">\n                        <canvas id=\"myPieChart_simple\"><\/canvas>\n                    <\/div>\n\n\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-datepicker\/1.9.0\/js\/bootstrap-datepicker.min.js\"><\/script>\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@popperjs\/core@2.9.2\/dist\/umd\/popper.min.js\"><\/script>\n\n\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-903","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Simple and Compound Interest Calculator - Bengali<\/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:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple and Compound Interest Calculator - Bengali\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Bengali\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-27T10:21:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/\",\"name\":\"Simple and Compound Interest Calculator - Bengali\",\"isPartOf\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#website\"},\"datePublished\":\"2023-11-27T10:04:26+00:00\",\"dateModified\":\"2023-11-27T10:21:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simple and Compound Interest Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#website\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/\",\"name\":\"Bengali\",\"description\":\"National Centre for Financial Education (NCFE) is a Section 8 (Not for Profit) Company promoted by Reserve Bank of India (RBI), Securities and Exchange Board of India (SEBI), Insurance Regulatory and Development Authority of India (IRDAI) and Pension Fund Regulatory and Development Authority (PFRDA), under the aegis of Financial Stability and Development Council (FSDC), Ministry of Finance, Government of India.\",\"publisher\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization\",\"name\":\"Bengali\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png\",\"contentUrl\":\"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png\",\"width\":436,\"height\":113,\"caption\":\"Bengali\"},\"image\":{\"@id\":\"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple and Compound Interest Calculator - Bengali","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:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Simple and Compound Interest Calculator - Bengali","og_url":"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/","og_site_name":"Bengali","article_modified_time":"2023-11-27T10:21:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/","url":"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/","name":"Simple and Compound Interest Calculator - Bengali","isPartOf":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#website"},"datePublished":"2023-11-27T10:04:26+00:00","dateModified":"2023-11-27T10:21:58+00:00","breadcrumb":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/simple-and-compound-interest-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpwebtest.ncfe.org.in\/be\/"},{"@type":"ListItem","position":2,"name":"Simple and Compound Interest Calculator"}]},{"@type":"WebSite","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#website","url":"https:\/\/wpwebtest.ncfe.org.in\/be\/","name":"Bengali","description":"National Centre for Financial Education (NCFE) is a Section 8 (Not for Profit) Company promoted by Reserve Bank of India (RBI), Securities and Exchange Board of India (SEBI), Insurance Regulatory and Development Authority of India (IRDAI) and Pension Fund Regulatory and Development Authority (PFRDA), under the aegis of Financial Stability and Development Council (FSDC), Ministry of Finance, Government of India.","publisher":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpwebtest.ncfe.org.in\/be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#organization","name":"Bengali","url":"https:\/\/wpwebtest.ncfe.org.in\/be\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/","url":"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png","contentUrl":"https:\/\/wpwebtest.ncfe.org.in\/wp-content\/uploads\/2023\/11\/NCFE_logo.png","width":436,"height":113,"caption":"Bengali"},"image":{"@id":"https:\/\/wpwebtest.ncfe.org.in\/be\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages\/903","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/comments?post=903"}],"version-history":[{"count":3,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages\/903\/revisions"}],"predecessor-version":[{"id":906,"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/pages\/903\/revisions\/906"}],"wp:attachment":[{"href":"https:\/\/wpwebtest.ncfe.org.in\/be\/wp-json\/wp\/v2\/media?parent=903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}