Last active
November 25, 2025 14:00
-
-
Save sergejmueller/35c8a055acfe8728f458 to your computer and use it in GitHub Desktop.
List of EU Countries (ISO-3166-2) with equivalent VAT Rates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $vat_rates = array( | |
| 'AT' => 20, // Austria | |
| 'BE' => 21, // Belgium | |
| 'BG' => 20, // Bulgaria | |
| 'HR' => 25, // Croatia | |
| 'CY' => 19, // Cyprus | |
| 'CZ' => 21, // Czech Republic | |
| 'DK' => 25, // Denmark | |
| 'EE' => 20, // Estonia | |
| 'FI' => 24, // Finland | |
| 'FR' => 20, // France | |
| 'DE' => 19, // Germany | |
| 'GR' => 23, // Greece | |
| 'HU' => 27, // Hungary | |
| 'IE' => 23, // Ireland | |
| 'IT' => 22, // Italy | |
| 'LV' => 21, // Latvia | |
| 'LT' => 21, // Lithuania | |
| 'LU' => 15, // Luxembourg | |
| 'MT' => 18, // Malta | |
| 'NL' => 21, // Netherlands | |
| 'PL' => 23, // Poland | |
| 'PT' => 23, // Portugal | |
| 'RO' => 24, // Romania | |
| 'SK' => 20, // Slovakia | |
| 'SI' => 22, // Slovenia | |
| 'ES' => 21, // Spain | |
| 'SE' => 25, // Sweden | |
| 'GB' => 20 // United Kingdom | |
| ); |
VAT for RO changed to 20% already. http://www.vatlive.com/european-news/romania-confirms-vat-rate-cut-to-20-2016/
The VAT percentage for Greece is 24, not 23
Luxembourg 17% already
VAT for RO seems to be 19% by now according to the the link above and e.g. this link: https://www.vatlive.com/vat-rates/european-vat-rates/
It’s nice seeing all the eu vat rates laid out this clearly makes it way easier to double-check things when working with different countries. I have been doing a few calculations on vat calculator recently, so having this kind of reference definitely saves time.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
England ist nicht mehr in der EU...