{"id":2802,"date":"2026-06-10T11:38:58","date_gmt":"2026-06-10T08:38:58","guid":{"rendered":"https:\/\/ariportaal.ee\/?page_id=2802"},"modified":"2026-06-10T13:29:18","modified_gmt":"2026-06-10T10:29:18","slug":"kaibemaksu-kalkulaator","status":"publish","type":"page","link":"https:\/\/ariportaal.ee\/en\/kaibemaksu-kalkulaator\/","title":{"rendered":"VAT Calculator"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700;900&display=swap');\n#km-calc{--km-accent:#7D8AFF;--km-accent-deep:#5C6BF5;--km-ink:#2A2D3A;--km-muted:#8A90A6;--km-line:#ECEDF6;--km-bg:#F6F7FC;--km-soft:#EFF1FD;\n  color-scheme:light;\n  max-width:100%;width:100%;margin:20px auto 0;font-family:'Lato',-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;color:var(--km-ink);line-height:1.5;-webkit-font-smoothing:antialiased;box-sizing:border-box}\n#km-calc *,#km-calc *::before,#km-calc *::after{box-sizing:border-box}\n#km-calc .km-card{background:#fff;border:1px solid var(--km-line);border-radius:22px;padding:1.8rem;box-shadow:0 14px 44px rgba(125,138,255,.14);display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}\n#km-calc .km-left,#km-calc .km-right{min-width:0}\n#km-calc .km-seg{display:inline-flex;gap:.3rem;background:var(--km-bg);border-radius:13px;padding:.3rem}\n#km-calc .km-dir{display:flex;width:100%;margin-bottom:1.4rem}\n#km-calc .km-dir .km-seg-btn{flex:1}\n#km-calc .km-rate{display:flex;width:100%}\n#km-calc .km-rate .km-seg-btn{flex:1}\n#km-calc .km-seg-btn{border:0;background:transparent;padding:.55rem .85rem;border-radius:10px;font-family:inherit;font-size:.92rem;font-weight:700;color:var(--km-muted);cursor:pointer;transition:.18s}\n#km-calc .km-seg-btn:hover{color:var(--km-ink)}\n#km-calc .km-seg-btn.km-active{background:var(--km-accent);color:#fff;box-shadow:0 4px 12px rgba(125,138,255,.40)}\n#km-calc .km-field{margin-bottom:1.1rem}\n#km-calc .km-label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.4rem;color:var(--km-ink)}\n#km-calc .km-help{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--km-soft);color:var(--km-accent);font-size:.72rem;font-weight:900;cursor:pointer;margin-left:.25rem;vertical-align:middle}\n#km-calc .km-input-wrap{position:relative;display:flex;align-items:center}\n#km-calc .km-input-wrap input{width:100%;padding:.85rem 2.4rem .85rem 1rem;font-family:inherit;font-size:1.15rem;font-weight:700;border:1.5px solid #d8dcf6;border-radius:14px;outline:none;transition:.18s;background:var(--km-bg);color:var(--km-ink)}\n#km-calc .km-input-wrap input::placeholder{color:#b6bacb;font-weight:400}\n#km-calc .km-input-wrap input:focus{border-color:var(--km-accent);background:#fff;box-shadow:0 0 0 4px rgba(125,138,255,.16)}\n#km-calc .km-suffix{position:absolute;right:1rem;color:var(--km-muted);font-size:1.05rem;font-weight:700;pointer-events:none}\n#km-calc .km-hint{margin:.4rem 0 0;font-size:.82rem;color:var(--km-muted)}\n#km-calc .km-right{margin-top:0}\n#km-calc .km-hero{background:linear-gradient(135deg,var(--km-accent),var(--km-accent-deep));border-radius:18px;padding:1.5rem 1rem;text-align:center;box-shadow:0 10px 26px rgba(125,138,255,.34);margin-bottom:1.2rem}\n#km-calc .km-hero-caption{display:block;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.85);margin-bottom:.25rem}\n#km-calc .km-hero-value{display:block;font-size:2.6rem;font-weight:900;color:#fff;line-height:1.05}\n#km-calc .km-table{font-size:.98rem}\n#km-calc .km-row{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem;padding:.7rem 0;border-bottom:1px solid var(--km-line)}\n#km-calc .km-row>span:last-child{font-weight:700;white-space:nowrap}\n#km-calc .km-row-total{border-bottom:0;margin-top:.5rem;padding:.9rem 1rem;background:var(--km-soft);border-radius:14px;font-weight:900;font-size:1.08rem}\n#km-calc .km-row-total>span:last-child{color:var(--km-accent-deep)}\n#km-calc .km-note{margin-top:1rem;font-size:.84rem;color:var(--km-muted);background:var(--km-bg);padding:.85rem .95rem;border-radius:12px}\n#km-calc .km-note strong{color:var(--km-ink)}\n@media(max-width:760px){\n  #km-calc{max-width:680px}\n  #km-calc .km-card{grid-template-columns:1fr;gap:1.5rem}\n}\n@media(max-width:480px){\n  #km-calc .km-card{padding:1.2rem}\n  #km-calc .km-hero-value{font-size:2.1rem}\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\n(function(){\n  function boot(){\n    var root=document.getElementById('km-calc');\n    if(!root) return;\n    if(root.getAttribute('data-km-ready')==='1') return;\n    root.setAttribute('data-km-ready','1');\n\n    var dir='add', rate=0.24;\n    var amount=root.querySelector('#km-amount');\n\n    function fmt(n){return '\u20ac'+(Math.round(n*100)\/100).toLocaleString('en-GB',{minimumFractionDigits:2,maximumFractionDigits:2});}\n    function rpct(){return (Math.round(rate*1000)\/10).toLocaleString('en-GB')+'%';}\n\n    function setLabels(){\n      root.querySelectorAll('.km-lbl-add').forEach(function(e){e.hidden=(dir!=='add');});\n      root.querySelectorAll('.km-lbl-remove').forEach(function(e){e.hidden=(dir!=='remove');});\n      root.querySelector('#km-hero-cap').textContent=(dir==='add')?'Amount including VAT':'Amount excluding VAT';\n    }\n\n    function render(){\n      root.querySelector('#km-rate-lbl').textContent=rpct();\n      var v=parseFloat((amount.value||'').replace(',','.'));\n      if(isNaN(v)||v<0){\n        root.querySelector('#km-hero-val').textContent='\u20ac0.00';\n        root.querySelector('#km-net').textContent='\u2013';\n        root.querySelector('#km-vat').textContent='\u2013';\n        root.querySelector('#km-gross').textContent='\u2013';\n        return;\n      }\n      var net,vat,gross;\n      if(dir==='add'){ net=v; vat=net*rate; gross=net+vat; }\n      else { gross=v; net=gross\/(1+rate); vat=gross-net; }\n      root.querySelector('#km-net').textContent=fmt(net);\n      root.querySelector('#km-vat').textContent=fmt(vat);\n      root.querySelector('#km-gross').textContent=fmt(gross);\n      root.querySelector('#km-hero-val').textContent=(dir==='add')?fmt(gross):fmt(net);\n    }\n\n    amount.addEventListener('input',render);\n    root.querySelectorAll('.km-dir .km-seg-btn').forEach(function(b){\n      b.addEventListener('click',function(){\n        root.querySelectorAll('.km-dir .km-seg-btn').forEach(function(x){x.classList.remove('km-active');});\n        b.classList.add('km-active'); dir=b.getAttribute('data-dir'); setLabels(); render();\n      });\n    });\n    root.querySelectorAll('.km-rate .km-seg-btn').forEach(function(b){\n      b.addEventListener('click',function(){\n        root.querySelectorAll('.km-rate .km-seg-btn').forEach(function(x){x.classList.remove('km-active');});\n        b.classList.add('km-active'); rate=parseFloat(b.getAttribute('data-r')); render();\n      });\n    });\n\n    var tip=document.createElement('div');\n    tip.setAttribute('role','tooltip');\n    tip.style.cssText='position:fixed;z-index:99999;max-width:260px;background:#2A2D3A;color:#fff;font-family:inherit;font-size:13px;line-height:1.45;font-weight:400;padding:.6rem .75rem;border-radius:10px;box-shadow:0 10px 30px rgba(20,20,40,.28);opacity:0;visibility:hidden;transition:opacity .12s;pointer-events:none';\n    document.body.appendChild(tip);\n    var openIcon=null;\n    function showTip(icon){\n      var txt=icon.getAttribute('data-tip')||icon.getAttribute('title')||icon.getAttribute('aria-label');\n      if(!txt) return;\n      tip.textContent=txt; tip.style.visibility='hidden'; tip.style.display='block';\n      var r=icon.getBoundingClientRect(); var tw=tip.offsetWidth, th=tip.offsetHeight;\n      var top=r.top-th-8; if(top<8) top=r.bottom+8;\n      var left=r.left+r.width\/2-tw\/2; if(left<8)left=8; if(left>window.innerWidth-tw-8)left=window.innerWidth-tw-8;\n      tip.style.top=top+'px'; tip.style.left=left+'px';\n      tip.style.visibility='visible'; tip.style.opacity='1'; openIcon=icon;\n    }\n    function hideTip(){tip.style.opacity='0';tip.style.visibility='hidden';openIcon=null;}\n    root.querySelectorAll('.km-help').forEach(function(icon){\n      var t=icon.getAttribute('title'); if(t){icon.setAttribute('data-tip',t);icon.removeAttribute('title');}\n      icon.addEventListener('click',function(e){e.preventDefault();e.stopPropagation();if(openIcon===icon){hideTip();}else{showTip(icon);}});\n      icon.addEventListener('mouseenter',function(){showTip(icon);});\n      icon.addEventListener('mouseleave',function(){if(openIcon===icon)hideTip();});\n    });\n    document.addEventListener('click',function(e){if(openIcon){if(e.target!==openIcon)hideTip();}});\n    window.addEventListener('scroll',function(){if(openIcon)hideTip();},true);\n\n    if(!amount.value){amount.value='100';}\n    setLabels(); render();\n  }\n  if(document.readyState!=='loading'){boot();}else{document.addEventListener('DOMContentLoaded',boot);}\n  window.addEventListener('load',boot);\n})();\n<\/script>\n\n<div id=\"km-calc\">\n  <div class=\"km-card\">\n\n    <div class=\"km-left\">\n      <div class=\"km-seg km-dir\" role=\"tablist\" aria-label=\"Direction\">\n        <button type=\"button\" class=\"km-seg-btn km-active\" data-dir=\"add\">Add VAT<\/button>\n        <button type=\"button\" class=\"km-seg-btn\" data-dir=\"remove\">Remove VAT<\/button>\n      <\/div>\n\n      <div class=\"km-field\">\n        <label class=\"km-label\" for=\"km-amount\">\n          <span class=\"km-lbl-add\">Amount excluding VAT<\/span><span class=\"km-lbl-remove\" hidden>Amount including VAT<\/span>\n          <span class=\"km-help\" tabindex=\"0\" title=\"\u00abAdd VAT\u00bb \u2013 enter the amount excluding VAT. \u00abRemove VAT\u00bb \u2013 enter the amount including VAT.\">?<\/span>\n        <\/label>\n        <div class=\"km-input-wrap\"><input type=\"number\" id=\"km-amount\" inputmode=\"decimal\" min=\"0\" step=\"0.01\" placeholder=\"e.g. 100\" autocomplete=\"off\"><span class=\"km-suffix\">\u20ac<\/span><\/div>\n      <\/div>\n\n      <div class=\"km-field\">\n        <label class=\"km-label\">VAT rate\n          <span class=\"km-help\" tabindex=\"0\" title=\"24% is the standard rate. 13% for accommodation, 9% for books, press and medicines, 0% for exports.\">?<\/span>\n        <\/label>\n        <div class=\"km-seg km-rate\" role=\"tablist\" aria-label=\"VAT rate\">\n          <button type=\"button\" class=\"km-seg-btn km-active\" data-r=\"0.24\">24%<\/button>\n          <button type=\"button\" class=\"km-seg-btn\" data-r=\"0.13\">13%<\/button>\n          <button type=\"button\" class=\"km-seg-btn\" data-r=\"0.09\">9%<\/button>\n          <button type=\"button\" class=\"km-seg-btn\" data-r=\"0\">0%<\/button>\n        <\/div>\n      <\/div>\n\n      <p class=\"km-hint\">24% is Estonia&#8217;s standard VAT rate (from 1 July 2025). Reduced rates: 13% accommodation, 9% books, press and medicines.<\/p>\n    <\/div>\n\n    <div class=\"km-right\">\n      <div class=\"km-hero\">\n        <span class=\"km-hero-caption\" id=\"km-hero-cap\">Amount including VAT<\/span>\n        <span class=\"km-hero-value\" id=\"km-hero-val\">\u20ac0.00<\/span>\n      <\/div>\n\n      <div class=\"km-table\">\n        <div class=\"km-row\"><span>Amount excluding VAT<\/span><span id=\"km-net\">\u2013<\/span><\/div>\n        <div class=\"km-row\"><span>VAT (<span id=\"km-rate-lbl\">24%<\/span>)<\/span><span id=\"km-vat\">\u2013<\/span><\/div>\n        <div class=\"km-row km-row-total\"><span>Amount including VAT<\/span><span id=\"km-gross\">\u2013<\/span><\/div>\n      <\/div>\n\n      <p class=\"km-note\"><strong>Note!<\/strong> The calculator uses the VAT rates valid in Estonia in 2026. The result is rounded to the cent.<\/p>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<p class=\"has-medium-font-size wp-el wp-block-paragraph\">Add or remove VAT in one click. The calculator uses the VAT rates valid in Estonia in 2026 and shows the amount both with and without VAT.<\/p>\n\n\n\n<h2 class=\"wp-block-heading wp-el\">How to calculate VAT?<\/h2>\n\n\n\n<p class=\"wp-el wp-block-paragraph\">Value-added tax (VAT) is a consumption tax that a VAT-registered business adds to the price of its goods or services and pays to the state. The calculation goes in two directions: either you add VAT to a price excluding VAT, or you extract VAT from a price that already includes it.<\/p>\n\n\n\n<p class=\"wp-el wp-block-paragraph\"><strong>Adding VAT:<\/strong>&nbsp;multiply the amount excluding VAT by the rate and add it. For example, \u20ac100 + 24% = 100 + 24 =&nbsp;<strong>\u20ac124<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-el wp-block-paragraph\"><strong>Removing VAT:<\/strong>&nbsp;divide the amount including VAT by (1 + rate). For example, \u20ac124 \/ 1.24 =&nbsp;<strong>\u20ac100<\/strong>, of which VAT is \u20ac24. A common mistake is simply subtracting 24% from the VAT-inclusive amount \u2013 this gives the wrong result.<\/p>\n\n\n\n<h2 class=\"wp-block-heading wp-el\">VAT rates in 2026<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-el wp-block-paragraph\">The following VAT rates apply in Estonia in 2026:<\/p>\n\n\n\n<ul class=\"wp-block-list wp-el\">\n<li><strong>24% \u2013 standard rate.<\/strong>\u00a0In force since 1 July 2025 (previously 22%). Applies to most goods and services.<\/li>\n\n\n\n<li><strong>13% \u2013 accommodation.<\/strong>\u00a0Accommodation and accommodation with breakfast.<\/li>\n\n\n\n<li><strong>9% \u2013 publications, medicines.<\/strong>\u00a0Books and educational literature (printed and digital), press publications, and medicines and certain medical devices.<\/li>\n\n\n\n<li><strong>0% \u2013 exports etc.<\/strong>\u00a0Export of goods and certain international services.<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size wp-el wp-block-paragraph\">The threshold for VAT registration is \u20ac40,000 per year. If a company&#8217;s taxable turnover exceeds this limit during a calendar year, registration becomes mandatory.<\/p>\n\n\n\n<h2 class=\"wp-block-heading wp-el\">Who needs VAT calculation?<\/h2>\n\n\n\n<p class=\"has-medium-font-size wp-el wp-block-paragraph\">When preparing quotes, checking invoices and budgeting, it is important to know whether an amount includes VAT or not. If you are considering\u00a0<a href=\"https:\/\/ariportaal.ee\/en\/muua-ettevote-ariprojekt\/\" data-type=\"link\" data-id=\"https:\/\/ariportaal.ee\/en\/muua-ettevote-ariprojekt\/\">buying a business<\/a>\u00a0or selling one, always look at financial figures excluding VAT so that results are comparable. To estimate company value use our\u00a0<a href=\"https:\/\/ariportaal.ee\/en\/company-valuation-calculator\/\">company valuation calculator<\/a>, and for labour costs the\u00a0<a href=\"https:\/\/ariportaal.ee\/en\/salary-calculator\/\">salary calculator<\/a>.<\/p>\n\n\n\n\n<div class=\"ama-block block-faqs\"><div class=\"block__header\"><h2>Korduma kippuvad k\u00fcsimused<\/h2><\/div><div class=\"block__body\" data-post-count=\"6\"><div class=\"accordion row row-grid\" id=\"accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"><div class=\"col-12 col-lg-6\"><div class=\"accordion-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"><button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-block_096681b77e7a0091a888886a85992a9f2805\" aria-expanded=\"false\" aria-controls=\"collapse-block_096681b77e7a0091a888886a85992a9f2805\"><span class=\"accordion-name\" itemprop=\"name\">What is the VAT rate in Estonia in 2026?<\/span><span class=\"accordion-toggle\"><\/span><\/button><div id=\"collapse-block_096681b77e7a0091a888886a85992a9f2805\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"accordion-body classic-editor\" itemprop=\"text\"><p>The standard VAT rate is 24% (in force since 1 July 2025). There are also reduced rates: 13% for accommodation and 9% for books, press and medicines. Exports are taxed at 0%.<\/p>\n<\/div><\/div><\/div><div class=\"accordion-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"><button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-block_096681b77e7a0091a888886a85992a9f2807\" aria-expanded=\"false\" aria-controls=\"collapse-block_096681b77e7a0091a888886a85992a9f2807\"><span class=\"accordion-name\" itemprop=\"name\">How do I remove VAT from a price?<\/span><span class=\"accordion-toggle\"><\/span><\/button><div id=\"collapse-block_096681b77e7a0091a888886a85992a9f2807\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"accordion-body classic-editor\" itemprop=\"text\"><p>Divide the VAT-inclusive amount by 1 + the rate. For 24% divide by 1.24, for 13% by 1.13 and for 9% by 1.09. For example, \u20ac124 \/ 1.24 = \u20ac100 excluding VAT, of which VAT is \u20ac24.<\/p>\n<\/div><\/div><\/div><div class=\"accordion-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"><button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-block_096681b77e7a0091a888886a85992a9f2809\" aria-expanded=\"false\" aria-controls=\"collapse-block_096681b77e7a0091a888886a85992a9f2809\"><span class=\"accordion-name\" itemprop=\"name\">Why can&#8217;t I just subtract 24% from the VAT-inclusive amount?<\/span><span class=\"accordion-toggle\"><\/span><\/button><div id=\"collapse-block_096681b77e7a0091a888886a85992a9f2809\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"accordion-body classic-editor\" itemprop=\"text\"><p>Because 24% is calculated on the amount excluding VAT, not on the amount including VAT. Subtracting 24% from \u20ac124 gives \u20ac94.24, which is wrong. The correct approach is to divide by 1.24, which gives \u20ac100.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"col-12 col-lg-6\"><div class=\"accordion-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"><button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-block_096681b77e7a0091a888886a85992a9f2811\" aria-expanded=\"false\" aria-controls=\"collapse-block_096681b77e7a0091a888886a85992a9f2811\"><span class=\"accordion-name\" itemprop=\"name\">When must I register for VAT?<\/span><span class=\"accordion-toggle\"><\/span><\/button><div id=\"collapse-block_096681b77e7a0091a888886a85992a9f2811\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"accordion-body classic-editor\" itemprop=\"text\"><p>Registration becomes mandatory when a company&#8217;s taxable turnover exceeds \u20ac40,000 in a calendar year. You can also register voluntarily before reaching the threshold.<\/p>\n<\/div><\/div><\/div><div class=\"accordion-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"><button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-block_096681b77e7a0091a888886a85992a9f2813\" aria-expanded=\"false\" aria-controls=\"collapse-block_096681b77e7a0091a888886a85992a9f2813\"><span class=\"accordion-name\" itemprop=\"name\">When did VAT rise to 24 percent?<\/span><span class=\"accordion-toggle\"><\/span><\/button><div id=\"collapse-block_096681b77e7a0091a888886a85992a9f2813\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"accordion-body classic-editor\" itemprop=\"text\"><p>The standard VAT rate rose from 22% to 24% on 1 July 2025 and also applies in 2026. Before that it was 22% (from 2024) and earlier 20%. The reduced rates (13% and 9%) remained unchanged.<\/p>\n<\/div><\/div><\/div><div class=\"accordion-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"><button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapse-block_096681b77e7a0091a888886a85992a9f2815\" aria-expanded=\"false\" aria-controls=\"collapse-block_096681b77e7a0091a888886a85992a9f2815\"><span class=\"accordion-name\" itemprop=\"name\">Where can I find more business information?<\/span><span class=\"accordion-toggle\"><\/span><\/button><div id=\"collapse-block_096681b77e7a0091a888886a85992a9f2815\" class=\"accordion-collapse collapse\" data-bs-parent=\"#accordion-block_096681b77e7a0091a888886a85992a9f\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"><div class=\"accordion-body classic-editor\" itemprop=\"text\"><p><a href=\"https:\/\/ariportaal.ee\/en\/\">\u00c4riportaal.ee<\/a>\u00a0is Estonia&#8217;s marketplace for buying and selling businesses. Browse\u00a0<a href=\"https:\/\/ariportaal.ee\/en\/muua-ettevote-ariprojekt\/\">businesses for sale<\/a>\u00a0or use other tools such as the\u00a0<a href=\"https:\/\/ariportaal.ee\/en\/salary-calculator\/\">salary calculator<\/a>.<\/p>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Add VAT Remove VAT Amount excluding VATAmount including VAT ? \u20ac VAT rate ? 24% 13% 9% 0% 24% is&#8230;<\/p>\n","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-2802","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/pages\/2802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/comments?post=2802"}],"version-history":[{"count":5,"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/pages\/2802\/revisions"}],"predecessor-version":[{"id":2820,"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/pages\/2802\/revisions\/2820"}],"wp:attachment":[{"href":"https:\/\/ariportaal.ee\/en\/wp-json\/wp\/v2\/media?parent=2802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}