{"id":1236,"date":"2026-07-24T14:50:02","date_gmt":"2026-07-24T14:50:02","guid":{"rendered":"https:\/\/diarionoticias.pe\/tramites\/?page_id=1236"},"modified":"2026-07-24T14:50:04","modified_gmt":"2026-07-24T14:50:04","slug":"calculadora-igv-peru","status":"publish","type":"page","link":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/","title":{"rendered":"Calculadora IGV Per\u00fa: C\u00e1lculo R\u00e1pido y Exacto"},"content":{"rendered":"\n<style>\n  .igv-calc-container {\n    background: #ffffff;\n    border: 1px solid #e0e0e0;\n    border-radius: 8px;\n    padding: 30px;\n    max-width: 700px;\n    margin: 30px auto;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .igv-tabs {\n    display: flex;\n    border-bottom: 2px solid #e5e7eb;\n    margin-bottom: 25px;\n  }\n  .igv-tab {\n    flex: 1;\n    padding: 12px;\n    text-align: center;\n    cursor: pointer;\n    font-weight: 600;\n    color: #6b7280;\n    border-bottom: 3px solid transparent;\n    transition: all 0.2s;\n  }\n  .igv-tab.active {\n    color: #019df4;\n    border-bottom: 3px solid #019df4;\n  }\n  .igv-panel {\n    display: none;\n  }\n  .igv-panel.active {\n    display: block;\n  }\n  .igv-input-group {\n    margin-bottom: 20px;\n  }\n  .igv-label {\n    display: block;\n    font-weight: 600;\n    color: #374151;\n    margin-bottom: 8px;\n    font-size: 0.95rem;\n  }\n  .igv-input {\n    width: 100%;\n    padding: 12px;\n    font-size: 1.1rem;\n    border: 2px solid #d1d5db;\n    border-radius: 6px;\n    box-sizing: border-box;\n    transition: border-color 0.2s;\n  }\n  .igv-input:focus {\n    border-color: #019df4;\n    outline: none;\n  }\n  .igv-input[readonly] {\n    background-color: #f3f4f6;\n    color: #1f2937;\n    font-weight: 700;\n  }\n  .igv-buttons {\n    display: flex;\n    gap: 15px;\n    margin-top: 25px;\n    flex-wrap: wrap;\n  }\n  .igv-btn {\n    flex: 1;\n    padding: 12px;\n    border: none;\n    border-radius: 6px;\n    font-size: 0.95rem;\n    font-weight: 700;\n    cursor: pointer;\n    transition: opacity 0.2s;\n    text-align: center;\n    min-width: 140px;\n  }\n  .igv-btn-primary { background-color: #019df4; color: #ffffff; }\n  .igv-btn-secondary { background-color: #d91d1d; color: #ffffff; }\n  .igv-btn-audio { background-color: #10b981; color: #ffffff; flex: 0 0 auto; }\n  .igv-btn:hover { opacity: 0.9; }\n  \n  \/* Estilos Modo Avanzado *\/\n  .adv-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 15px;\n    font-size: 0.9rem;\n  }\n  .adv-table th {\n    text-align: left;\n    padding: 10px;\n    background-color: #f9fafb;\n    color: #4b5563;\n    font-weight: 600;\n    border-bottom: 2px solid #e5e7eb;\n  }\n  .adv-table td {\n    padding: 8px;\n    border-bottom: 1px solid #f3f4f6;\n  }\n  .adv-input {\n    width: 100%;\n    padding: 8px;\n    border: 1px solid #d1d5db;\n    border-radius: 4px;\n    box-sizing: border-box;\n  }\n  .adv-input:focus {\n    border-color: #019df4;\n    outline: none;\n  }\n  .btn-add-row {\n    background-color: #10b981;\n    color: white;\n    border: none;\n    padding: 8px 16px;\n    border-radius: 4px;\n    cursor: pointer;\n    font-weight: 600;\n    font-size: 0.9rem;\n    margin-bottom: 15px;\n  }\n  .btn-del-row {\n    background-color: #ef4444;\n    color: white;\n    border: none;\n    width: 28px;\n    height: 28px;\n    border-radius: 4px;\n    cursor: pointer;\n    font-weight: bold;\n  }\n  .igv-checkbox-group {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 20px;\n    padding: 10px;\n    background-color: #f0f9ff;\n    border-radius: 6px;\n    border: 1px solid #bae6fd;\n  }\n  .igv-checkbox-group input {\n    width: 18px;\n    height: 18px;\n    cursor: pointer;\n  }\n  .igv-checkbox-group label {\n    font-weight: 600;\n    color: #0369a1;\n    cursor: pointer;\n    margin: 0;\n  }\n  .igv-note {\n    text-align: center;\n    font-size: 0.85rem;\n    color: #6b7280;\n    margin-top: 15px;\n  }\n<\/style>\n\n<p>La <strong>calculadora IGV de Per\u00fa<\/strong> es la herramienta definitiva para oficinistas y contadores. Ofrece un modo b\u00e1sico para c\u00e1lculos r\u00e1pidos y un modo avanzado tipo factura para desglosar m\u00faltiples \u00edtems, garantizando precisi\u00f3n en sus declaraciones ante la SUNAT.<\/p>\n\n<!-- INICIO CALCULADORA IGV PER\u00da -->\n<div class=\"igv-calc-container\">\n  <div class=\"igv-tabs\">\n    <div class=\"igv-tab active\" onclick=\"switchTab('basic')\">Modo B\u00e1sico<\/div>\n    <div class=\"igv-tab\" onclick=\"switchTab('advanced')\">Modo Avanzado (Factura)<\/div>\n  <\/div>\n\n  <!-- MODO B\u00c1SICO -->\n  <div id=\"panel-basic\" class=\"igv-panel active\">\n    <div class=\"igv-input-group\">\n      <label class=\"igv-label\" for=\"montoBase\">Monto Base (Sin IGV) S\/<\/label>\n      <input type=\"number\" id=\"montoBase\" class=\"igv-input\" placeholder=\"0.00\" step=\"0.01\" oninput=\"calcularDesdeBase()\">\n    <\/div>\n    <div class=\"igv-input-group\">\n      <label class=\"igv-label\" for=\"montoIGV\">IGV (18%) S\/<\/label>\n      <input type=\"number\" id=\"montoIGV\" class=\"igv-input\" placeholder=\"0.00\" step=\"0.01\" readonly>\n    <\/div>\n    <div class=\"igv-input-group\">\n      <label class=\"igv-label\" for=\"montoTotal\">Monto Total (Con IGV) S\/<\/label>\n      <input type=\"number\" id=\"montoTotal\" class=\"igv-input\" placeholder=\"0.00\" step=\"0.01\" oninput=\"calcularDesdeTotal()\">\n    <\/div>\n  <\/div>\n\n  <!-- MODO AVANZADO -->\n  <div id=\"panel-advanced\" class=\"igv-panel\">\n    <div class=\"igv-checkbox-group\">\n      <input type=\"checkbox\" id=\"incIGV\" onchange=\"calcularAvanzado()\">\n      <label for=\"incIGV\">Los precios ingresados YA INCLUYEN IGV<\/label>\n    <\/div>\n\n    <table class=\"adv-table\" id=\"advTable\">\n      <thead>\n        <tr>\n          <th style=\"width: 35%;\">Producto \/ Servicio<\/th>\n          <th style=\"width: 15%;\">Cant.<\/th>\n          <th style=\"width: 25%;\">P. Unitario<\/th>\n          <th style=\"width: 20%;\">Subtotal<\/th>\n          <th style=\"width: 5%;\"><\/th>\n        <\/tr>\n      <\/thead>\n      <tbody id=\"advTableBody\">\n        <!-- Las filas se generan con JS -->\n      <\/tbody>\n    <\/table>\n    \n    <button class=\"btn-add-row\" onclick=\"addRow()\">+ Agregar \u00cdtem<\/button>\n\n    <div style=\"background-color: #f9fafb; padding: 15px; border-radius: 6px; margin-top: 10px;\">\n      <div style=\"display: flex; justify-content: space-between; margin-bottom: 8px;\">\n        <span>Monto Base:<\/span>\n        <strong id=\"advBase\">S\/ 0.00<\/strong>\n      <\/div>\n      <div style=\"display: flex; justify-content: space-between; margin-bottom: 8px;\">\n        <span>IGV (18%):<\/span>\n        <strong id=\"advIGV\">S\/ 0.00<\/strong>\n      <\/div>\n      <div style=\"display: flex; justify-content: space-between; border-top: 2px solid #d1d5db; padding-top: 8px; font-size: 1.1rem;\">\n        <span>Total a Pagar:<\/span>\n        <strong id=\"advTotal\" style=\"color: #019df4;\">S\/ 0.00<\/strong>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"igv-buttons\">\n    <button class=\"igv-btn igv-btn-primary\" onclick=\"copiarResultados()\">Copiar Resultados<\/button>\n    <button class=\"igv-btn igv-btn-secondary\" onclick=\"limpiarCalculadora()\">Limpiar Todo<\/button>\n    <button class=\"igv-btn igv-btn-audio\" onclick=\"leerResultados()\" title=\"Escuchar resultado (Opcional)\">\ud83d\udd0a<\/button>\n  <\/div>\n  \n  <div class=\"igv-note\">Tasa vigente 2026: 18% (15.5% IGV + 2.5% IPM). C\u00e1lculo autom\u00e1tico al escribir.<\/div>\n<\/div>\n\n<script>\n  \/\/ --- L\u00d3GICA DE PESTA\u00d1AS ---\n  function switchTab(tab) {\n    document.querySelectorAll('.igv-tab').forEach(t => t.classList.remove('active'));\n    document.querySelectorAll('.igv-panel').forEach(p => p.classList.remove('active'));\n    \n    if (tab === 'basic') {\n      document.querySelectorAll('.igv-tab')[0].classList.add('active');\n      document.getElementById('panel-basic').classList.add('active');\n    } else {\n      document.querySelectorAll('.igv-tab')[1].classList.add('active');\n      document.getElementById('panel-advanced').classList.add('active');\n      if (document.getElementById('advTableBody').children.length === 0) addRow();\n    }\n  }\n\n  \/\/ --- L\u00d3GICA MODO B\u00c1SICO ---\n  function calcularDesdeBase() {\n    const base = parseFloat(document.getElementById('montoBase').value);\n    if (!isNaN(base) && base >= 0) {\n      const igv = base * 0.18;\n      const total = base + igv;\n      document.getElementById('montoIGV').value = igv.toFixed(2);\n      document.getElementById('montoTotal').value = total.toFixed(2);\n    } else {\n      document.getElementById('montoIGV').value = '';\n      document.getElementById('montoTotal').value = '';\n    }\n  }\n\n  function calcularDesdeTotal() {\n    const total = parseFloat(document.getElementById('montoTotal').value);\n    if (!isNaN(total) && total >= 0) {\n      const base = total \/ 1.18;\n      const igv = total - base;\n      document.getElementById('montoBase').value = base.toFixed(2);\n      document.getElementById('montoIGV').value = igv.toFixed(2);\n    } else {\n      document.getElementById('montoBase').value = '';\n      document.getElementById('montoIGV').value = '';\n    }\n  }\n\n  \/\/ --- L\u00d3GICA MODO AVANZADO ---\n  function addRow() {\n    const tbody = document.getElementById('advTableBody');\n    const tr = document.createElement('tr');\n    tr.innerHTML = `\n      <td><input type=\"text\" class=\"adv-input\" placeholder=\"Ej. Servicio\"><\/td>\n      <td><input type=\"number\" class=\"adv-input qty\" value=\"1\" min=\"1\" step=\"1\" oninput=\"calcularAvanzado()\"><\/td>\n      <td><input type=\"number\" class=\"adv-input price\" value=\"0.00\" min=\"0\" step=\"0.01\" oninput=\"calcularAvanzado()\"><\/td>\n      <td><input type=\"text\" class=\"adv-input subtotal\" value=\"0.00\" readonly style=\"background:#f3f4f6; font-weight:600;\"><\/td>\n      <td><button class=\"btn-del-row\" onclick=\"deleteRow(this)\">\u00d7<\/button><\/td>\n    `;\n    tbody.appendChild(tr);\n    calcularAvanzado();\n  }\n\n  function deleteRow(btn) {\n    const tbody = document.getElementById('advTableBody');\n    if (tbody.children.length > 1) {\n      btn.closest('tr').remove();\n      calcularAvanzado();\n    } else {\n      \/\/ Si es la \u00faltima fila, solo limpiar valores\n      const inputs = btn.closest('tr').querySelectorAll('input');\n      inputs[0].value = '';\n      inputs[1].value = 1;\n      inputs[2].value = '0.00';\n      inputs[3].value = '0.00';\n      calcularAvanzado();\n    }\n  }\n\n  function calcularAvanzado() {\n    const rows = document.getElementById('advTableBody').querySelectorAll('tr');\n    let sumaSubtotales = 0;\n    const incIGV = document.getElementById('incIGV').checked;\n\n    rows.forEach(row => {\n      const qty = parseFloat(row.querySelector('.qty').value) || 0;\n      const price = parseFloat(row.querySelector('.price').value) || 0;\n      const subtotal = qty * price;\n      \n      row.querySelector('.subtotal').value = subtotal.toFixed(2);\n      sumaSubtotales += subtotal;\n    });\n\n    let base, igv, total;\n    if (incIGV) {\n      total = sumaSubtotales;\n      base = total \/ 1.18;\n      igv = total - base;\n    } else {\n      base = sumaSubtotales;\n      igv = base * 0.18;\n      total = base + igv;\n    }\n\n    document.getElementById('advBase').textContent = 'S\/ ' + base.toFixed(2);\n    document.getElementById('advIGV').textContent = 'S\/ ' + igv.toFixed(2);\n    document.getElementById('advTotal').textContent = 'S\/ ' + total.toFixed(2);\n  }\n\n  \/\/ --- UTILIDADES ---\n  function limpiarCalculadora() {\n    \/\/ B\u00e1sico\n    document.getElementById('montoBase').value = '';\n    document.getElementById('montoIGV').value = '';\n    document.getElementById('montoTotal').value = '';\n    \/\/ Avanzado\n    document.getElementById('advTableBody').innerHTML = '';\n    document.getElementById('incIGV').checked = false;\n    addRow(); \n  }\n\n  function copiarResultados() {\n    const activePanel = document.querySelector('.igv-panel.active').id;\n    let texto = '';\n    \n    if (activePanel === 'panel-basic') {\n      const base = document.getElementById('montoBase').value || '0.00';\n      const igv = document.getElementById('montoIGV').value || '0.00';\n      const total = document.getElementById('montoTotal').value || '0.00';\n      texto = `Monto Base: S\/ ${base}\\nIGV (18%): S\/ ${igv}\\nMonto Total: S\/ ${total}`;\n    } else {\n      const base = document.getElementById('advBase').textContent;\n      const igv = document.getElementById('advIGV').textContent;\n      const total = document.getElementById('advTotal').textContent;\n      texto = `RESUMEN FACTURA:\\nBase: ${base}\\nIGV: ${igv}\\nTotal: ${total}`;\n    }\n    \n    navigator.clipboard.writeText(texto).then(() => {\n      alert('Resultados copiados al portapapeles.');\n    });\n  }\n\n  function leerResultados() {\n    if (!('speechSynthesis' in window)) {\n      alert('Tu navegador no soporta audio.');\n      return;\n    }\n    const activePanel = document.querySelector('.igv-panel.active').id;\n    let texto = '';\n    \n    if (activePanel === 'panel-basic') {\n      const base = document.getElementById('montoBase').value || '0';\n      const total = document.getElementById('montoTotal').value || '0';\n      texto = `El monto base es ${base} soles. El total con IGV es ${total} soles.`;\n    } else {\n      const total = document.getElementById('advTotal').textContent;\n      texto = `El total a pagar es ${total}.`;\n    }\n\n    const utterance = new SpeechSynthesisUtterance(texto);\n    utterance.lang = 'es-PE'; \/\/ Espa\u00f1ol Per\u00fa\n    utterance.rate = 1.1; \/\/ Un poco m\u00e1s r\u00e1pido para eficiencia\n    window.speechSynthesis.speak(utterance);\n  }\n\n  \/\/ Inicializar una fila en avanzado al cargar\n  document.addEventListener('DOMContentLoaded', () => {\n    addRow();\n  });\n<\/script>\n<!-- FIN CALCULADORA IGV PER\u00da -->\n\n<h2>Tasa del IGV en Per\u00fa para el 2026<\/h2>\n<p>Para el a\u00f1o 2026, la tasa impositiva total es del 18%. Este porcentaje se compone de dos partes establecidas por ley que se aplican sobre el monto pactado:<\/p>\n<ul>\n  <li><strong>IGV (Impuesto General a las Ventas):<\/strong> 15.5%<\/li>\n  <li><strong>IPM (Impuesto de Promoci\u00f3n Municipal):<\/strong> 2.5%<\/li>\n<\/ul>\n\n<h2>F\u00f3rmulas para el c\u00e1lculo del IGV<\/h2>\n<p>Nuestra <strong>calculadora IGV Per\u00fa<\/strong> automatiza estos procesos, pero es fundamental conocer la l\u00f3gica contable para validar sus comprobantes de pago.<\/p>\n\n<h3>Si tienes el Monto Base<\/h3>\n<p>El monto base no incluye impuestos. Las f\u00f3rmulas para obtener los dem\u00e1s valores son:<\/p>\n<ul>\n  <li><strong>IGV<\/strong> = (Monto Base) x 18 \/ 100<\/li>\n  <li><strong>Monto Total<\/strong> = (Monto Base) + IGV<\/li>\n<\/ul>\n\n<h3>Si tienes el Monto Total<\/h3>\n<p>El monto total ya incluye el impuesto. Para desglosarlo, utilice:<\/p>\n<ul>\n  <li><strong>Monto Base<\/strong> = (Monto Total) \/ 1.18<\/li>\n  <li><strong>IGV<\/strong> = (Monto Total) &#8211; Monto Base<\/li>\n<\/ul>\n\n<div style=\"margin: 20px 0;\">\n  <a href=\"https:\/\/www.sunat.gob.pe\/\" target=\"_blank\" rel=\"noopener\" style=\"background-color: #019df4; color: #ffffff; padding: 18px 30px; text-decoration: none; font-weight: bold; border-radius: 6px; box-shadow: 0 4px 6px rgba(0,0,0,0.15); display: inline-block; font-size: 16px; text-align: center;\">Verificar obligaciones en SUNAT<\/a>\n<\/div>\n\n<h2>Operaciones afectas al IGV<\/h2>\n<p>El impuesto se aplica de manera obligatoria en las siguientes transacciones dentro del territorio peruano:<\/p>\n<ul>\n  <li>Venta de bienes muebles en el pa\u00eds, bajo cualquier modalidad.<\/li>\n  <li>Prestaci\u00f3n o utilizaci\u00f3n de servicios en el pa\u00eds.<\/li>\n  <li>Contratos de construcci\u00f3n ejecutados en territorio peruano.<\/li>\n  <li>Primera venta de inmuebles realizada por constructores.<\/li>\n  <li>Importaci\u00f3n de bienes.<\/li>\n<\/ul>\n\n<div style=\"background-color: #f8f9fa; border-left: 4px solid #019df4; padding: 20px; margin: 20px 0; border-radius: 4px;\">\n  <h3>Dato clave para oficinistas<\/h3>\n  <p>El IGV de las ventas del mes determina su impuesto bruto, mientras que el IGV de las compras genera su cr\u00e9dito fiscal. La diferencia entre ambos es el monto final a pagar a la SUNAT.<\/p>\n<\/div>\n\n<h2>Preguntas frecuentes sobre el IGV<\/h2>\n\n<h3>\u00bfCu\u00e1l es la tasa vigente del IGV para el 2026?<\/h3>\n<p>La tasa general del Impuesto General a las Ventas en Per\u00fa se mantiene en el 18%. Este porcentaje incluye el 15.5% correspondiente al IGV y el 2.5% del Impuesto de Promoci\u00f3n Municipal (IPM).<\/p>\n\n<h3>\u00bfC\u00f3mo saber si un precio ya incluye el IGV?<\/h3>\n<p>Por norma general, en las ventas a consumidores finales, los precios exhibidos deben incluir el impuesto. En facturas comerciales entre empresas, el IGV suele desglosarse del monto base para permitir el uso del cr\u00e9dito fiscal.<\/p>\n\n<h3>\u00bfQu\u00e9 sucede si cometo un error en el c\u00e1lculo de una factura?<\/h3>\n<p>Un c\u00e1lculo incorrecto afecta su declaraci\u00f3n mensual de impuestos. Usar una <strong>calculadora IGV Per\u00fa<\/strong> de precisi\u00f3n asegura que los montos declarados coincidan con lo registrado en los sistemas de facturaci\u00f3n electr\u00f3nica.<\/p>\n\n<div style=\"margin: 20px 0;\">\n  <a href=\"https:\/\/www.gob.pe\/7910-impuesto-general-a-las-ventas-igv\" target=\"_blank\" rel=\"noopener\" style=\"background-color: #d91d1d; color: #ffffff; padding: 18px 30px; text-decoration: none; font-weight: bold; border-radius: 6px; box-shadow: 0 4px 6px rgba(0,0,0,0.15); display: inline-block; font-size: 16px; text-align: center;\">Consultar normativa oficial del IGV<\/a>\n<\/div>\n\n<h2>Pasos para calcular el IGV mensual en tu negocio<\/h2>\n<ol>\n  <li>Identifica el monto total de tus compras y ventas del mes, sin considerar el IGV.<\/li>\n  <li>Determina el impuesto bruto aplicando el 18% sobre el total de tus ventas.<\/li>\n  <li>Calcula el cr\u00e9dito fiscal aplicando el 18% sobre el total de tus compras.<\/li>\n  <li>Resta el cr\u00e9dito fiscal al impuesto bruto para obtener el IGV a pagar.<\/li>\n<\/ol>\n\n<p>Utiliza esta herramienta cada vez que emitas un comprobante de pago. La precisi\u00f3n en tus c\u00e1lculos evita observaciones de la SUNAT y optimiza la gesti\u00f3n financiera de tu empresa.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>La calculadora IGV de Per\u00fa es la herramienta definitiva para oficinistas y contadores. Ofrece un modo b\u00e1sico para c\u00e1lculos r\u00e1pidos y un modo avanzado tipo factura para desglosar m\u00faltiples \u00edtems, garantizando precisi\u00f3n en sus declaraciones ante la SUNAT. Modo B\u00e1sico Modo Avanzado (Factura) Monto Base (Sin IGV) S\/ IGV (18%) S\/ Monto Total (Con IGV) &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Calculadora IGV Per\u00fa: C\u00e1lculo R\u00e1pido y Exacto\" class=\"read-more button\" href=\"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/#more-1236\" aria-label=\"M\u00e1s en Calculadora IGV Per\u00fa: C\u00e1lculo R\u00e1pido y Exacto\">Leer m\u00e1s<\/a><\/p>\n","protected":false},"author":1,"featured_media":1237,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1236","page","type-page","status-publish","has-post-thumbnail","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Calculadora IGV Per\u00fa 2026: Calcula el Impuesto al Instante<\/title>\n<meta name=\"description\" content=\"Usa esta calculadora IGV Per\u00fa 2026 para obtener el monto base, IGV y total al instante. Herramienta r\u00e1pida, exacta y optimizada para oficinistas.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculadora IGV Per\u00fa 2026: Calcula el Impuesto al Instante\" \/>\n<meta property=\"og:description\" content=\"Usa esta calculadora IGV Per\u00fa 2026 para obtener el monto base, IGV y total al instante. Herramienta r\u00e1pida, exacta y optimizada para oficinistas.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/\" \/>\n<meta property=\"og:site_name\" content=\"Tramites en Linea\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-24T14:50:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2026\/07\/calculadora-igv-peru.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"750\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/\",\"url\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/\",\"name\":\"Calculadora IGV Per\u00fa 2026: Calcula el Impuesto al Instante\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/calculadora-igv-peru.webp\",\"datePublished\":\"2026-07-24T14:50:02+00:00\",\"dateModified\":\"2026-07-24T14:50:04+00:00\",\"description\":\"Usa esta calculadora IGV Per\u00fa 2026 para obtener el monto base, IGV y total al instante. Herramienta r\u00e1pida, exacta y optimizada para oficinistas.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/#primaryimage\",\"url\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/calculadora-igv-peru.webp\",\"contentUrl\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/calculadora-igv-peru.webp\",\"width\":1200,\"height\":750,\"caption\":\"Oficinista peruana usando una calculadora de IGV en Per\u00fa\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/calculadora-igv-peru\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculadora IGV Per\u00fa: C\u00e1lculo R\u00e1pido y Exacto\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/#website\",\"url\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/\",\"name\":\"Tramites en Linea\",\"description\":\"Consultas y Servicios 2026\",\"publisher\":{\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/#\\\/schema\\\/person\\\/2b6a20779dd1852c82e13a8d674a134d\"},\"alternateName\":\"Tr\u00e1mites y Noticias Tributarias del Per\u00fa\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/#\\\/schema\\\/person\\\/2b6a20779dd1852c82e13a8d674a134d\",\"name\":\"TramitePE\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/consultas-pe-1.png\",\"url\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/consultas-pe-1.png\",\"contentUrl\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/consultas-pe-1.png\",\"width\":350,\"height\":70,\"caption\":\"TramitePE\"},\"logo\":{\"@id\":\"https:\\\/\\\/diarionoticias.pe\\\/tramites\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/consultas-pe-1.png\"},\"sameAs\":[\"https:\\\/\\\/diarionoticias.pe\\\/tramites\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculadora IGV Per\u00fa 2026: Calcula el Impuesto al Instante","description":"Usa esta calculadora IGV Per\u00fa 2026 para obtener el monto base, IGV y total al instante. Herramienta r\u00e1pida, exacta y optimizada para oficinistas.","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:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/","og_locale":"es_ES","og_type":"article","og_title":"Calculadora IGV Per\u00fa 2026: Calcula el Impuesto al Instante","og_description":"Usa esta calculadora IGV Per\u00fa 2026 para obtener el monto base, IGV y total al instante. Herramienta r\u00e1pida, exacta y optimizada para oficinistas.","og_url":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/","og_site_name":"Tramites en Linea","article_modified_time":"2026-07-24T14:50:04+00:00","og_image":[{"width":1200,"height":750,"url":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2026\/07\/calculadora-igv-peru.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/","url":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/","name":"Calculadora IGV Per\u00fa 2026: Calcula el Impuesto al Instante","isPartOf":{"@id":"https:\/\/diarionoticias.pe\/tramites\/#website"},"primaryImageOfPage":{"@id":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/#primaryimage"},"image":{"@id":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/#primaryimage"},"thumbnailUrl":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2026\/07\/calculadora-igv-peru.webp","datePublished":"2026-07-24T14:50:02+00:00","dateModified":"2026-07-24T14:50:04+00:00","description":"Usa esta calculadora IGV Per\u00fa 2026 para obtener el monto base, IGV y total al instante. Herramienta r\u00e1pida, exacta y optimizada para oficinistas.","breadcrumb":{"@id":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/#primaryimage","url":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2026\/07\/calculadora-igv-peru.webp","contentUrl":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2026\/07\/calculadora-igv-peru.webp","width":1200,"height":750,"caption":"Oficinista peruana usando una calculadora de IGV en Per\u00fa"},{"@type":"BreadcrumbList","@id":"https:\/\/diarionoticias.pe\/tramites\/calculadora-igv-peru\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/diarionoticias.pe\/tramites\/"},{"@type":"ListItem","position":2,"name":"Calculadora IGV Per\u00fa: C\u00e1lculo R\u00e1pido y Exacto"}]},{"@type":"WebSite","@id":"https:\/\/diarionoticias.pe\/tramites\/#website","url":"https:\/\/diarionoticias.pe\/tramites\/","name":"Tramites en Linea","description":"Consultas y Servicios 2026","publisher":{"@id":"https:\/\/diarionoticias.pe\/tramites\/#\/schema\/person\/2b6a20779dd1852c82e13a8d674a134d"},"alternateName":"Tr\u00e1mites y Noticias Tributarias del Per\u00fa","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/diarionoticias.pe\/tramites\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["Person","Organization"],"@id":"https:\/\/diarionoticias.pe\/tramites\/#\/schema\/person\/2b6a20779dd1852c82e13a8d674a134d","name":"TramitePE","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2023\/08\/consultas-pe-1.png","url":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2023\/08\/consultas-pe-1.png","contentUrl":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2023\/08\/consultas-pe-1.png","width":350,"height":70,"caption":"TramitePE"},"logo":{"@id":"https:\/\/diarionoticias.pe\/tramites\/wp-content\/uploads\/2023\/08\/consultas-pe-1.png"},"sameAs":["https:\/\/diarionoticias.pe\/tramites"]}]}},"_links":{"self":[{"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/pages\/1236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/comments?post=1236"}],"version-history":[{"count":3,"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/pages\/1236\/revisions"}],"predecessor-version":[{"id":1240,"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/pages\/1236\/revisions\/1240"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/media\/1237"}],"wp:attachment":[{"href":"https:\/\/diarionoticias.pe\/tramites\/wp-json\/wp\/v2\/media?parent=1236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}