{"id":2958,"date":"2025-07-25T11:15:14","date_gmt":"2025-07-25T09:15:14","guid":{"rendered":"https:\/\/eixfinancer.es\/mortgage-calculator\/"},"modified":"2025-07-30T09:03:53","modified_gmt":"2025-07-30T07:03:53","slug":"mortgage-calculator","status":"publish","type":"page","link":"https:\/\/eixfinancer.es\/en\/mortgage-calculator\/","title":{"rendered":"Mortgage Calculator"},"content":{"rendered":"<p><section data-bb-version=\"5.4.2\" id=\"bt_bb_section69fb2261b342a\" class=\"bt_bb_section bt_bb_layout_boxed_1200 bt_bb_vertical_align_top bt_bb_top_spacing_none bt_bb_bottom_spacing_medium bt_bb_section_show_right_boxed_content\"  data-bt-override-class=\"{&quot;bt_bb_top_spacing_&quot;:{&quot;current_class&quot;:&quot;bt_bb_top_spacing_none&quot;,&quot;def&quot;:&quot;none&quot;},&quot;bt_bb_bottom_spacing_&quot;:{&quot;current_class&quot;:&quot;bt_bb_bottom_spacing_medium&quot;,&quot;def&quot;:&quot;medium&quot;},&quot;bt_bb_animation_&quot;:{&quot;current_class&quot;:&quot;bt_bb_animation_no_animation&quot;,&quot;def&quot;:&quot;no_animation&quot;}}\"><div class=\"bt_bb_port\"><div class=\"bt_bb_cell\"><div class=\"bt_bb_cell_inner\"><div class=\"bt_bb_row \"  data-bt-override-class=\"{}\"><div class=\"bt_bb_row_holder\" ><div data-bb-version=\"5.4.2\"  class=\"bt_bb_column col-xxl-12 col-xl-12 col-xs-12 col-sm-12 col-md-12 col-lg-12 bt_bb_vertical_align_middle bt_bb_align_left bt_bb_padding_normal bt_bb_animation_fade_in move_up animate\" style=\"; --column-width:12;\" data-width=\"12\" data-bt-override-class=\"{&quot;bt_bb_align_&quot;:{&quot;current_class&quot;:&quot;bt_bb_align_left&quot;,&quot;def&quot;:&quot;left&quot;},&quot;bt_bb_padding_&quot;:{&quot;current_class&quot;:&quot;bt_bb_padding_normal&quot;,&quot;def&quot;:&quot;normal&quot;},&quot;bt_bb_animation_&quot;:{&quot;current_class&quot;:&quot;bt_bb_animation_fade_in move_up animate&quot;,&quot;def&quot;:&quot;fade_in move_up animate&quot;}}\"><div class=\"bt_bb_column_content\"><div class=\"bt_bb_column_content_inner\"><div class=\"bt_bb_separator bt_bb_border_style_none bt_bb_top_spacing_small bt_bb_bottom_spacing_normal bt_bb_hidden_xs bt_bb_hidden_ms bt_bb_hidden_sm\" data-bt-override-class=\"null\"><\/div><div class=\"bt_bb_shortcode\">    <div id=\"simulador-hipoteca\" class=\"simulador-container\">\n        <div class=\"simulador-formulario\">\n<label>Preu de l'immoble \/ Precio del inmueble \/ Property price\n                <input type=\"number\" id=\"precio\" value=\"200000\" min=\"50000\" step=\"1000\">\n            <\/label>\n\n<label>Aportaci\u00f3 inicial \/ Aportaci\u00f3n inicial \/ Initial down payment\n                <input type=\"range\" id=\"ahorro\" min=\"0\" max=\"180000\" value=\"40000\" step=\"1000\">\n                <div class=\"range-output\"><span id=\"ahorro_valor\">40.000 \u20ac<\/span><\/div>\n            <\/label>\n\n<label>Termini (anys) \/ Plazo (a\u00f1os) \/ Term (years)\n                <input type=\"range\" id=\"plazo\" min=\"5\" max=\"40\" value=\"25\">\n                <div class=\"range-output\"><span id=\"plazo_valor\">25 anys<\/span><\/div>\n            <\/label>\n\n<label>Inter\u00e8s anual (%) \/ Inter\u00e9s anual \/ Annual interest rate\n                <input type=\"number\" id=\"interes\" value=\"1.85\" min=\"0.1\" max=\"10\" step=\"0.01\">\n            <\/label>\n\n<label>Estat de l'immoble \/ Estado del inmueble \/ Property condition\n                <select id=\"estado_inmueble\">\n                    <option value=\"nou\" selected>Nou<\/option>\n                    <option value=\"segona_ma\">Segona m\u00e0<\/option>\n                <\/select>\n            <\/label>\n\n            <button onclick=\"calcularCuota()\">Calcular \/ Calcular \/ Calculate<\/button>\n        <\/div>\n\n        <div class=\"simulador-resultado\">\n            <div class=\"cuota-mensual\">\n<h3>Quota mensual \/ Cuota mensual \/ Monthly payment<\/h3>\n                <p class=\"cuota\" id=\"cuota-mensual\">-- \u20ac<\/p>\n            <\/div>\n            <ul class=\"resumen-detallado\" id=\"resumen-detallado\"><\/ul>\n            <div class=\"barras\">\n                <div class=\"barra\" id=\"barra-ahorro\"><\/div>\n                <div class=\"barra\" id=\"barra-hipoteca\"><\/div>\n                <div class=\"barra\" id=\"barra-interes\"><\/div>\n            <\/div>\n            <div class=\"leyenda-barras\">\n                <span><span class=\"color-caja ahorro\"><\/span> Aportaci\u00f3 inicial \/ Aportaci\u00f3n inicial \/ Initial payment<\/span>\n                <span><span class=\"color-caja hipoteca\"><\/span> Hipoteca \/ Hipoteca \/ Mortgage<\/span>\n                <span><span class=\"color-caja interes\"><\/span> Interessos \/ Intereses \/ Interest<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const precioInput = document.getElementById(\"precio\");\n        const ahorroInput = document.getElementById(\"ahorro\");\n        const ahorroValor = document.getElementById(\"ahorro_valor\");\n        const plazoInput = document.getElementById(\"plazo\");\n        const plazoValor = document.getElementById(\"plazo_valor\");\n        const interesInput = document.getElementById(\"interes\");\n        const estadoInput = document.getElementById(\"estado_inmueble\");\n\n        function formatNumber(num) {\n            return num.toLocaleString(\"es-ES\");\n        }\n\n        function parseNumber(str) {\n            return parseFloat(str.replace(\/\\.\/g, '').replace(',', '.'));\n        }\n\n        function actualizarMaxAhorro() {\n            const precio = parseNumber(precioInput.value);\n            const nuevoMax = Math.round(precio * 0.9);\n            ahorroInput.max = nuevoMax;\n            if (parseFloat(ahorroInput.value) > nuevoMax) {\n                ahorroInput.value = nuevoMax;\n            }\n            ahorroValor.innerText = formatNumber(ahorroInput.value) + \" \u20ac\";\n        }\n\n        \/\/ Al cambiar precio\n        precioInput.addEventListener(\"blur\", () => {\n            let val = parseNumber(precioInput.value);\n            if (!isNaN(val)) {\n                precioInput.value = formatNumber(val);\n                actualizarMaxAhorro();\n                calcularCuota();\n            }\n        });\n\n        \/\/ Slider de ahorro\n        ahorroInput.addEventListener(\"input\", () => {\n            ahorroValor.innerText = formatNumber(ahorroInput.value) + \" \u20ac\";\n            calcularCuota();\n        });\n\n        \/\/ Plazo\n        plazoInput.addEventListener(\"input\", () => {\n            plazoValor.innerText = `${plazoInput.value} anys`;\n            calcularCuota();\n        });\n\n        \/\/ Tipo de inter\u00e9s o estado del inmueble\n        interesInput.addEventListener(\"input\", calcularCuota);\n        estadoInput.addEventListener(\"change\", calcularCuota);\n\n        actualizarMaxAhorro();\n        calcularCuota();\n    });\n\n    function calcularCuota() {\n        const precio = parseFloat(document.getElementById(\"precio\").value.replace(\/\\.\/g, '').replace(',', '.'));\n        const ahorro = parseFloat(document.getElementById(\"ahorro\").value);\n        const plazo = parseInt(document.getElementById(\"plazo\").value);\n        const interesAnual = parseFloat(document.getElementById(\"interes\").value) \/ 100;\n        const estado = document.getElementById(\"estado_inmueble\").value;\n\n        const impuestos = estado === \"nou\" ? precio * 0.115 : precio * 0.10;\n\n        const notaria = 950;\n        const registro = 475;\n        const gestor\u00eda = 300;\n        const tasacion = 400;\n\n        const gastosTotales = impuestos + notaria + registro + gestor\u00eda + tasacion;\n\n        const total = precio + gastosTotales;\n        const capital = total - ahorro;\n        const interesMensual = interesAnual \/ 12;\n        const nPagos = plazo * 12;\n\n        const cuota = (capital * interesMensual) \/ (1 - Math.pow(1 + interesMensual, -nPagos));\n        const totalPagado = cuota * nPagos;\n        const interesesTotales = totalPagado - capital;\n\n        const porcentajeAhorro = (ahorro \/ precio) * 100;\n\n        document.getElementById(\"cuota-mensual\").innerText = `${cuota.toFixed(2).toLocaleString(\"es-ES\")} \u20ac`;\n\n        document.getElementById(\"resumen-detallado\").innerHTML = `\n        <li><strong>Preu immoble \/ Precio inmueble \/ Property price:<\/strong> ${precio.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Aportaci\u00f3 \/ Aportaci\u00f3n \/ Down payment:<\/strong> ${ahorro.toLocaleString(\"es-ES\")} \u20ac (${porcentajeAhorro.toFixed(1)}%)<\/li>\n        <li><strong>Impostos \/ Impuestos \/ Taxes (${estado === \"nou\" ? 'IVA + AJD' : 'ITP'}):<\/strong> ${impuestos.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Notaria \/ Notar\u00eda \/ Notary fees:<\/strong> ${notaria.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Registre \/ Registro \/ Land registry:<\/strong> ${registro.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Gestoria \/ Gestor\u00eda \/ Administration:<\/strong> ${gestor\u00eda.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Tasaci\u00f3 \/ Tasaci\u00f3n \/ Appraisal:<\/strong> ${tasacion.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Total despeses \/ Total gastos \/ Total costs:<\/strong> ${gastosTotales.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Finan\u00e7ament \/ Financiaci\u00f3n \/ Financing:<\/strong> ${capital.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Interessos \/ Intereses \/ Interest:<\/strong> ${interesesTotales.toLocaleString(\"es-ES\")} \u20ac<\/li>\n        <li><strong>Termini \/ Plazo  \/ Term:<\/strong> ${plazo} anys<\/li>\n        `;\n\n        const totalConHipoteca = ahorro + capital + interesesTotales;\n        const percentAhorro = (ahorro \/ totalConHipoteca) * 100;\n        const percentHipoteca = (capital \/ totalConHipoteca) * 100;\n        const percentInteres = (interesesTotales \/ totalConHipoteca) * 100;\n\n        document.getElementById(\"barra-ahorro\").style.width = `${percentAhorro}%`;\n        document.getElementById(\"barra-hipoteca\").style.width = `${percentHipoteca}%`;\n        document.getElementById(\"barra-interes\").style.width = `${percentInteres}%`;\n    }\n    <\/script>\n    <\/div><\/div><\/div><\/div><\/div><\/div><\/div><!-- cell_inner --><\/div><!-- cell --><\/div><!-- port --><\/section><section data-bb-version=\"5.4.2\" id=\"bt_bb_section69fb2261b38eb\" class=\"bt_bb_section bt_bb_layout_boxed_1100 bt_bb_vertical_align_top bt_bb_top_spacing_none bt_bb_bottom_spacing_large\" style=\";background-color:#f5f5f5;background-position:bottom;\" data-bt-override-class=\"{&quot;bt_bb_top_spacing_&quot;:{&quot;current_class&quot;:&quot;bt_bb_top_spacing_none&quot;,&quot;def&quot;:&quot;none&quot;},&quot;bt_bb_bottom_spacing_&quot;:{&quot;current_class&quot;:&quot;bt_bb_bottom_spacing_large&quot;,&quot;def&quot;:&quot;large&quot;},&quot;bt_bb_animation_&quot;:{&quot;current_class&quot;:&quot;bt_bb_animation_no_animation&quot;,&quot;def&quot;:&quot;no_animation&quot;}}\"><div class=\"bt_bb_background_image_holder_wrapper\"><div class=\"bt_bb_background_image_holder btLazyLoadBackground\"  data-background_image_src=\"https:\/\/eixfinancer.es\/wp-content\/uploads\/2019\/04\/bgn-searching.png\" data-parallax-zoom-start=\"1\" data-parallax-zoom-end=\"1\" data-parallax-blur-start=\"0\" data-parallax-blur-end=\"0\" data-parallax-opacity-start=\"1\" data-parallax-opacity-end=\"1\" style=\" background-image: url(&#039;https:\/\/eixfinancer.es\/wp-content\/plugins\/bold-page-builder\/img\/blank.gif&#039;);\"><\/div><\/div><div class=\"bt_bb_port\"><div class=\"bt_bb_cell\"><div class=\"bt_bb_cell_inner\"><div class=\"bt_bb_row \"  data-bt-override-class=\"{}\"><div class=\"bt_bb_row_holder\" ><div data-bb-version=\"5.4.2\"  class=\"bt_bb_column col-xxl-12 col-xl-12 bt_bb_vertical_align_top bt_bb_align_left btLazyLoadBackground bt_bb_column_background_image bt_bb_padding_normal\" style=\"background-color:rgba(33, 88, 119, 1);background-image:url(&#039;https:\/\/eixfinancer.es\/wp-content\/plugins\/bold-page-builder\/img\/blank.gif&#039;);; --column-width:12;\" data-background_image_src='https:\/\/eixfinancer.es\/wp-content\/uploads\/2019\/04\/bgn-searching.jpg' data-width=\"12\" data-bt-override-class=\"{&quot;bt_bb_align_&quot;:{&quot;current_class&quot;:&quot;bt_bb_align_left&quot;,&quot;def&quot;:&quot;left&quot;},&quot;bt_bb_padding_&quot;:{&quot;current_class&quot;:&quot;bt_bb_padding_normal&quot;,&quot;def&quot;:&quot;normal&quot;},&quot;bt_bb_animation_&quot;:{&quot;current_class&quot;:&quot;bt_bb_animation_no_animation&quot;,&quot;def&quot;:&quot;no_animation&quot;}}\"><div class=\"bt_bb_column_content\"><div class=\"bt_bb_column_content_inner\"><div class=\"bt_bb_separator bt_bb_border_style_none bt_bb_top_spacing_medium bt_bb_bottom_spacing_medium\" data-bt-override-class=\"null\"><\/div><div class=\" bt_bb_row_inner bt_bb_hidden_xs bt_bb_hidden_ms bt_bb_hidden_sm\"   data-bt-override-class=\"{}\"><div class=\"bt_bb_row_inner_holder\" style=\"; max-width: 1200px; margin-left: auto; margin-right: auto;;\" ><div  class=\"bt_bb_column_inner col-xxl-8 col-xl-8 bt_bb_vertical_align_top bt_bb_align_left bt_bb_padding_normal bt_bb_animation_fade_in animate\"  data-width=\"8\" data-bt-override-class=\"{}\"><div class=\"bt_bb_column_inner_content\"><div class=\"bt_bb_column_inner_content_inner\"><header data-bb-version=\"5.4.2\" class=\"bt_bb_headline bt_bb_color_scheme_1 bt_bb_dash_top bt_bb_superheadline bt_bb_superheadline_outside bt_bb_subheadline bt_bb_size_medium bt_bb_align_inherit\" style=\"; --primary-color:#ffffff; --secondary-color:#191919;\" data-bt-override-class=\"{&quot;bt_bb_size_&quot;:{&quot;current_class&quot;:&quot;bt_bb_size_medium&quot;,&quot;def&quot;:&quot;medium&quot;},&quot;bt_bb_align_&quot;:{&quot;current_class&quot;:&quot;bt_bb_align_inherit&quot;,&quot;def&quot;:&quot;inherit&quot;},&quot;bt_bb_animation_&quot;:{&quot;current_class&quot;:&quot;bt_bb_animation_no_animation&quot;,&quot;def&quot;:&quot;no_animation&quot;}}\"><div class=\"bt_bb_headline_superheadline_outside\"><span class=\"bt_bb_headline_superheadline\">REQUEST YOUR FREE ANALYSIS<\/span><\/div><h3 class=\"bt_bb_headline_tag\"><span class=\"bt_bb_headline_content\"><span><b>Want to know what mortgage you can get based on your actual circumstances?<\/b><\/span><\/span><\/h3><div class=\"bt_bb_headline_subheadline\">A simulator helps you get an idea, but no tool can replace a personalized expert analysis. If you briefly explain your situation, an Eix Financer advisor will guide you on the best options available in the market today, based on your profile and the actual terms from over 20 banking institutions. No commitment, no rush, and with one goal: to help you make a secure and well-informed decision. We will contact you within 24 hours.   <\/div><\/header><\/div><\/div><\/div><div  class=\"bt_bb_column_inner col-xxl-4 col-xl-4 bt_bb_vertical_align_middle bt_bb_align_left bt_bb_padding_normal bt_bb_animation_fade_in animate\"  data-width=\"4\" data-bt-override-class=\"{}\"><div class=\"bt_bb_column_inner_content\"><div class=\"bt_bb_column_inner_content_inner\"><div data-bb-version=\"5.4.2\" class=\"bt_bb_contact_form_7\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f3077-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"3077\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/2958#wpcf7-f3077-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"3077\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f3077-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"bt_bb_cf7_form\">\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your name*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your phone*\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"4\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Tell us briefly about your situation\" name=\"your-message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_button bt_bb_cf7_element\">\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Contact us\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\" bt_bb_row_inner bt_bb_hidden_md bt_bb_hidden_lg\"   data-bt-override-class=\"{}\"><div class=\"bt_bb_row_inner_holder\" style=\"; max-width: 1200px; margin-left: auto; margin-right: auto;;\" ><div  class=\"bt_bb_column_inner col-xxl-12 col-xl-12 bt_bb_vertical_align_top bt_bb_align_center bt_bb_padding_normal bt_bb_animation_fade_in animate\"  data-width=\"12\" data-bt-override-class=\"{}\"><div class=\"bt_bb_column_inner_content\"><div class=\"bt_bb_column_inner_content_inner\"><header data-bb-version=\"5.4.2\" class=\"bt_bb_headline bt_bb_color_scheme_1 bt_bb_dash_top bt_bb_superheadline bt_bb_superheadline_outside bt_bb_subheadline bt_bb_size_medium bt_bb_align_inherit\" style=\"; --primary-color:#ffffff; --secondary-color:#191919;\" data-bt-override-class=\"{&quot;bt_bb_size_&quot;:{&quot;current_class&quot;:&quot;bt_bb_size_medium&quot;,&quot;def&quot;:&quot;medium&quot;},&quot;bt_bb_align_&quot;:{&quot;current_class&quot;:&quot;bt_bb_align_inherit&quot;,&quot;def&quot;:&quot;inherit&quot;},&quot;bt_bb_animation_&quot;:{&quot;current_class&quot;:&quot;bt_bb_animation_no_animation&quot;,&quot;def&quot;:&quot;no_animation&quot;}}\"><div class=\"bt_bb_headline_superheadline_outside\"><span class=\"bt_bb_headline_superheadline\">REQUEST YOUR FREE ANALYSIS<\/span><\/div><h3 class=\"bt_bb_headline_tag\"><span class=\"bt_bb_headline_content\"><span><b>Want to know what mortgage you can get based on your actual circumstances?<\/b><\/span><\/span><\/h3><div class=\"bt_bb_headline_subheadline\">A simulator helps you get an idea, but no tool can replace a personalized expert analysis. If you briefly explain your situation, an Eix Financer advisor will guide you on the best options available in the market today, based on your profile and the actual terms from over 20 banking institutions. No commitment, no rush, and with one goal: to help you make a secure and well-informed decision. We will contact you within 24 hours.   <\/div><\/header><div class=\"bt_bb_separator bt_bb_border_style_none bt_bb_bottom_spacing_normal\" data-bt-override-class=\"null\"><\/div><div data-bb-version=\"5.4.2\" class=\"bt_bb_contact_form_7\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f3077-o2\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"3077\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/2958#wpcf7-f3077-o2\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"3077\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f3077-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"bt_bb_cf7_form\">\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your name*\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your phone*\" value=\"\" type=\"tel\" name=\"your-phone\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your email*\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_element\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"4\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Tell us briefly about your situation\" name=\"your-message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"bt_bb_cf7_row\">\n\t\t<div class=\"bt_bb_cf7_button bt_bb_cf7_element\">\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Contact us\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><div class=\"bt_bb_separator bt_bb_border_style_none bt_bb_top_spacing_medium bt_bb_bottom_spacing_medium\" data-bt-override-class=\"null\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><!-- cell_inner --><\/div><!-- cell --><\/div><!-- port --><\/section><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Easily calculate your monthly payment and discover which terms best suit you. No jargon, no sign-ups, and clear results to help you start planning. <\/p>\n","protected":false},"author":1,"featured_media":2764,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2958","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/pages\/2958","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/comments?post=2958"}],"version-history":[{"count":2,"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/pages\/2958\/revisions"}],"predecessor-version":[{"id":2960,"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/pages\/2958\/revisions\/2960"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/media\/2764"}],"wp:attachment":[{"href":"https:\/\/eixfinancer.es\/en\/wp-json\/wp\/v2\/media?parent=2958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}